.vditor-reset{
    width: 100%;
}

.vditor.vditor-img{
    z-index: 1000;
}

/*处理暗黑模式下 编辑器显示的前景色有误 TMD 一堆bug*/
.vditor--dark *{
    color: #ffffff;
}

button[data-type=record]{
    display: none!important;
}

.vditor h7{
    display: block;
    font-size: 0.6em;
}

.vditor h8{
    display: block;
    font-size: 0.56em;
}

.vditor h9{
    display: block;
    font-size: 0.52em;
}

.vditor h10{
    display: block;
    font-size: 0.5em;
}

.vditor h11{
    display: block;
    font-size: 0.46em;
}

.vditor h12{
    display: block;
    font-size: 0.4em;
}

/*自定义后台样式*/
#diy_iframe{
    /*width:100%;*/
    width:50%;
    height:100%;
    overflow: hidden;
    border: 0;
    position: fixed;
}

#diy_content{
    position: relative;
}

/* 自定义通用样式 */
.flex{
   display: flex;
}

.flex-no-wrap{
    flex-wrap: nowrap;
}

.flex-justify-content{
    justify-content: center;
}
.flex-space-between{
    justify-content: space-between;
}
.flex-align-items-center{
    align-items: center;
}


.flex .wfb30{
    flex-basis: 30%;
    max-width: 30%;
}

.flex .wfb50{
    flex-basis: 50%;
    max-width: 50%;
}

.flex .wfb60{
    flex-basis: 60%;
    max-width: 60%;
}

.gap-30{
    gap: 30px;
}

.normal-link:hover{
    text-decoration: none;
    color: #000;
    opacity: 0.7;
}

.normal-link {
    color: #000;
}

.opacity-0{
    opacity: 0;
}
.opacity-100{
    opacity: 100;
}
/*自定义前台样式*/
.block{
    height: 60px;
}
#home_header{
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid #eee;
    background-color: #fff;
}

#home_header .container-fluid{
    padding-left: 180px;
    padding-right: 180px;
    height: 80px;
}

#home_header .container-fluid span.title{
    font-weight: bold;
    font-size: 22px;
}

#home_content{
    padding-top: 80px;
}


#home_header ul.has-search-input li .selected{
    display: none;
}

#home_header ul.has-search-input li.active .selected{
    display: initial;
}

#home_header ul.has-search-input li.active .normal{
    display: none;
}

.btn-img{
    width: 25px;
}

#home_header .tab-menu{
    height: 26px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

#home_header ul.has-search-input{
    padding: 0;
    margin: 0;
    list-style: none;
}
#home_header ul.has-search-input li{
    height: 24px;
    line-height: 24px;
    float: left;
    text-align: center;
    position: relative;
    font-size: 12px;
}
#home_header .tab-menu span{
    display: inline-block;
    height: 28px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px;
    transition: left .4s;
    -webkit-transition: left .4s;
    -moz-transition: left .4s;
}
#home_header ulli:hover{
    cursor: pointer;
}
/*网站地图*/
#home_content.sitemap{
    min-height: calc(100vh - 100px);
}
#home_content.sitemap .container{
    min-height: 400px;
    border-radius: 5px;
    padding: 20px;
}
#home_content.sitemap .container blockquote{
    background-color: #f8f8f8;
    margin-top: 10px;
}
#home_content.sitemap .container blockquote:first-child{
    margin-top: 0px;
}
#home_content.sitemap .container .row p{
    padding: 0 10px;
}
.text-cut{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#home_content.sitemap .container .fa-angle-right{
    padding-right: 5px;
}
/*网站地图*/
.radio-swith-group li{
    width: 33.3%;
    color: white;
}

.radio-swith-group .active{
    color: #10aefc;
}
.radio-swith-group{
    width: 160px;
    border: 1px solid #eee;
}
.radio-swith-group span{
    /*background: white;*/
    background: #f5f5f5;
    width: 33.3%;
}
.project {
    margin-bottom: 25px;
    border-radius: 10px;
    border: 1px solid transparent;
    position: relative;
}

.project:hover{
    /*box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;*/
    box-shadow:0 3px 10px rgba(0, 0, 0, 0.5), 0 0 30px  rgba(0, 0, 0, 0.1) inset;

    transform: translate(0px, -10px);
    transition: all .25s ease-in;
    background-color: rgba(0,0,0,.6);
}

.project .project_img{
    /*background-color: rgba(0,0,0,0);*/
    /*filter: blur(0) grayscale(0);*/
    /*position: relative;    */
    width: 100%;
    /*height: 13.3vw;*/
    position: relative;
    padding-bottom: 133.33%;
    overflow: hidden;
}

.project:hover .project_img{
    /*backdrop-filter: blur(5px);*/
    filter: blur(2px) grayscale(.1);
    /*background-color: rgba(0,0,0,0.8);*/
    transition: filter .2s ease;
}

.project .project_img img{
    /*width: 100%;*/
    /*height: 100%;*/

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}


.project .project_text{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.project:hover .project_text{
    display: flex;
    background-color: rgba(0,0,0,.6);
}

.project .project_text .project_title{
    color: white;
}

.container hr{
    margin-top: 0;
    margin-bottom: 10px;
}

.footer_container{
    margin-bottom: 20px;
}

.footer_link{
    color: inherit!important;
    padding-right: 10px;
}

.footer_link:hover,.footer_link:focus{
    text-decoration: none;
    opacity: 0.8;
}
.footer_copyright span{
    padding-right: 10px;
}

.nav_left{
    position: fixed;
    padding-top: 80px;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    z-index: 998;
    border-right: 1px solid #eee;
    background-color: #fff;
}

.nav_middle_search{
    position: relative;
    /*padding: 150px;*/
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 60px;
    left: 280px;
    width: calc(100% - 280px);
    min-height: calc(100vh - 100px);
    z-index: 999;
    background-color: #fff;
}

.nav_middle_search .item{
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 10px;
    box-shadow: 0 2px 8px 2px rgba(198,201,208,0.5);
    cursor: pointer;
    transition: transform 0.5s;
    margin-bottom: 30px;
}

.nav_middle_search .item:hover{
    border: 1px solid #4397fd;
    transform: translate(0,-10px);
}

.nav_middle_search .item .item_content{
    font-size: 16px;
    margin-bottom: 10px;
}

.nav_middle_search .item .item_title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.item_belong .fa-angle-right{
    padding-right: 5px;
    padding-left: 5px;
}
.nav_middle_search .search_title{
    margin-bottom: 50px;
}
.nav_middle_search .search_title .fa-arrow-circle-right{
    float: right;
    cursor: pointer;
}

.nav_middle{
    /*position: absolute;*/
    position: relative;
    padding: 25px;
    padding-top: 0;
    /*top: 80px;*/
    left: 280px;
    width: calc(100% - 580px);
    z-index: 900;
}

.nav_right{
    position: fixed;
    /* padding-top: 80px; */
    top: 20%;
    right: 0px;
    width: 200px;
    height: 60%;
    z-index: 990;
    background-color: #fff;
    padding: 10px;
}

/*风格*/
::-webkit-scrollbar {
    width: 10px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: #E9E9E9;
}

::-webkit-scrollbar-thumb {
    min-height: 20px;
    background-clip: content-box;
    box-shadow: 0 0 0 6px #a5a9b7 inset;
}

::-webkit-scrollbar-corner {
    background: transparent;
}
.theme_light #home_header{
    background-color: #ffffff;
}



/*文档样式*/

#home_content .sidebar-menu li > a {
    padding-left: 45px;
}
#home_content .sidebar-menu li > a > .pull-right-container {
    left: 0px;
    width: 40px;
    padding-left: 20px;
}
.sidebar-menu li > a > .fa-angle-left, .sidebar-menu li > a > .pull-right-container > .fa-angle-left {
     -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.sidebar-menu li.treeview-open > a > .fa-angle-left, .sidebar-menu li.treeview-open > a > .pull-right-container > .fa-angle-left {
     -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.page_modify{
    color: #91A1B7;
}


#outline li > span.vditor-outline__item--current {
    border-left: 1px solid #4285f4;
    color: #4285f4;
    background-color: #f6f8fa;
}
#outline li > span:hover {
    color: #4285f4;
    background-color: #f6f8fa;
}
.sidebar-menu a{
    border-left: 2px solid transparent;
}

.sidebar-menu a.active{
    border-left: 2px solid #4285f4;
    color: #4285f4;
    background-color: #f6f8fa;
}
.project_content{
    min-height: calc(100vh - 100px);
}
#md{
    min-height: calc(100vh - 270px);
}

#md img{
    max-width: 100%;
}

#md img {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.table_over_wrap.vditor-reset table td, .table_over_wrap.vditor-reset table th {
	white-space: normal!important;
    min-width: 120px;
    word-wrap: break-word;
    word-break: break-word;
}

/*禁止默认的左边距 保证 a标签的左竖线保持一致*/
.sidebar-menu .treeview-menu .treeview-menu {
     padding-left: 0px!important;
}

.sidebar-menu .treeview-menu {
     padding-left: 0px!important;
}

/*添加嵌套 默认4层*/
/*第一层*/
#home_content .sidebar-menu>li>ul.treeview-menu>li>a{
    padding-left: 55px;
}

#home_content .sidebar-menu>li>ul.treeview-menu>li>a> .pull-right-container{
    padding-left: 30px;
}

/*第二层 每次加10的左间距*/
#home_content .sidebar-menu>li>ul.treeview-menu>li>ul.treeview-menu>li>a{
    padding-left: 65px;
}

#home_content .sidebar-menu>li>ul.treeview-menu>li>ul.treeview-menu>li>a.pull-right-container{
    padding-left: 40px;
}

/*自定义导航栏*/
#home_header nav .nav  li.dropdown:hover>.dropdown-menu{
    display: block;
    -webkit-box-shadow: 0px 20px 30px rgba(83,88,93,0.05), 0px 0px 30px rgba(83,88,93,0.1);
    -moz-box-shadow: 0px 20px 30px rgba(83,88,93,0.05),0px 0px 30px rgba(83,88,93,0.1);
    box-shadow: 0px 20px 30px rgba(83,88,93,0.05), 0px 0px 30px rgba(83,88,93,0.1);
    animation: fadeIn 0.5s ease-out;
  }
  #home_header nav.navbar{
    height: 80px;
    margin-bottom: 0;
    background-color: transparent;
    border-color: transparent;
  }
  #home_header nav .navbar-brand{
    float: none;
    height: inherit;
    line-height: 80px;
    font-size: 22px;
    font-weight: bold;
    color: #000;
  }

  #home_header nav .collapse>ul{
    height: 80px;
    line-height: 80px;
    display: flex;
    justify-content: right;
    float: none!important;
  }

  #home_header nav .collapse>ul>li{
    height: 78px;
    min-width: 120px;
    text-align: center;
    border-bottom: 2px solid transparent;
  }
  #home_header nav .collapse>ul>li.search-input{
    height: auto;
  }

  #home_header nav .collapse>ul>li.search-input #search{
    padding: 0;
  }

  #home_header nav .collapse>ul>li.active,#home_header nav .collapse>ul>li:hover{
    border-bottom: 2px solid #4397fd;
  }

  #home_header nav .collapse>ul>li:hover.search-input{
    border-bottom: 2px solid transparent;
  }

  #home_header nav .collapse>ul>li>a{
    height: 80px;
    line-height: 80px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
  }
  #home_header nav .collapse>ul>li.active>a,#home_header nav .collapse>ul>li:hover>a{
    color: #4397fd;
    background-color: transparent!important;
  }
  #home_header nav .caret{
    transition: transform 0.2s ease-in-out; /* 动画过渡效果 */
  }
  #home_header nav .nav  li.dropdown:hover .caret{
    transform: rotate(180deg);
  }
  #home_header nav .dropdown-menu{
    background-color: #fff;
      margin-top: 1px;
  }
  
  #home_header nav .dropdown-menu>li>a{
    padding: 5px 20px;
  }
  #home_header nav .dropdown-menu>li>a:hover{
    background: rgba(0,0,0,0.05);
    color: #4397fd;
  }
  #navbar-header-collapse.on{
      display: block;
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background-color:transparent;
  }
  .dropdown-menu{
    min-width: 120px;
  }
/*自定义导航栏*/
/*项目带列表*/
.project_with_list ul{
  height: 370px;
  margin-left: 10px;
}
.project_with_list .item{
  padding: 10px;
  box-shadow: 0 2px 8px 2px rgba(198,201,208,0.5);
  margin-bottom: 45px;
  padding-bottom: 20px;
}
.project_with_list .item a.btn-link{
  display: block;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  color: #828488;
  border-radius: 5px;
  background-color: #eff1f5;
  border: 1px solid #eff1f5;
}
.project_with_list .item a.btn-link:hover{
  text-decoration: none;
  color: #2f2f33;
}
.project_with_list .item h4{
 margin-top: 30px;
 margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.project_with_list .item ul li {
  list-style: disc;
  margin: 0 0 15px;
  color: #555557;
}
.project_with_list .item ul li a{
  color: #555557;
  font-size: 16px;
}
.project_with_list .item ul li a:hover{
  text-decoration: none;
  color: #4397fd;
}
.project_with_list .item ul li::marker {
  color: #c7cbd4;
}
/*项目带列表*/
/*第三层 TODO*/
@media (min-width: 1200px){
    .nav_middle #home_footer .container {
        width: 100%;
    }
}


@media (min-width: 992px){
    .nav_middle #home_footer .container {
        width: 100%;
    }
}

/*自适应*/
@media (min-width: 768px){
    .nav_middle #home_footer .container {
        width: 100%;
    }
}
#home_header .container-fluid .wfb30 .fa.fa-bars,#home_header .container-fluid .navbar-header .fa.fa-bars{
    display: none;
}
@media (max-width: 768px){
    .marquee-container .marquee-item{
        padding-right: 10px;
    }
    #home_header .container-fluid{
        padding-left: 20px;
        padding-right: 20px;
    }
    #home_header .container-fluid{
        justify-content: space-between;
    }
    #home_header .container-fluid .wfb60 {
        display: none;
    }

    #home_header .container-fluid .wfb30{
        flex-basis: 60%;
        max-width: 60%;
        display: flex;
        align-items: center;
    }

    #home_header .container-fluid .wfb30 .fa.fa-bars{
        padding-right: 10px;
        cursor: pointer;
        display: inline;
    }

    #home_header .navbar-toggle{
        margin-top: 16px;
    }

    #home_header .container-fluid .navbar-header .fa.fa-bars{
        padding-right: 6px;
        cursor: pointer;
        display: inline;
        vertical-align: text-top;
     }
    #home_header .container-fluid>.navbar-header {
        margin-left: 0;
    }
    #home_header .navbar-brand.normal-link{
        padding: 0;
    }

    #home_header .container-fluid .wfb30.gap-30{
        flex-basis: 40%;
        max-width: 40%;
        justify-content: end;
    }

    #home_header .container-fluid span.title{
        font-size: 18px!important;
    }

    #home_header .navbar-right.has-search-input{
        width: 100%;
    }
    #home_header #search{
        width: 100%;
    }

    #home_header ul.has-search-input li,#home_header .navbar-nav>li{
        float: none!important;
    }
    #home_header .navbar-right.has-search-input .search-input{
        left: 0;
    }

    .nav_left{
        display: none;
        width: 50%!important;
    }

    .nav_left.on{
        display: block;
    }

    .nav_right{
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
         display: none;
        box-shadow: 0 2px 8px 2px rgba(198,201,208,0.5);
        border-radius: 10px;
        overflow: hidden;
    }

    .nav_right.on{
        display: block;
    }

    .nav_middle{
        left: 0;
        width: 100%;
    }

    .nav_middle_search {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        left: 0;
        padding-top: 5px;
    }

    #fixed_nav .nav_btn.list.on{
        display: block!important;
    }

    .footer_copyright .footer_link{
        display: block;
    }

    #home_content .password_confirm{
        top: 40%;
        left: 10%;
        width: 80%;
    }

    #fixed_nav{
        right: 10px!important;
    }
    .item_date .visible-xs{
        display: inline!important;
    }
    #home_header .collapse.navbar-collapse{
        position: fixed;
        right: -220px;
        width: 220px;
        height: calc(100vh - 80px);
        top: 80px;
        background-color: #fff;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        padding: 0;
        -webkit-transition: right 0.3s ease-in-out;
        -o-transition: right 0.3s ease-in-out;
        transition: right 0.3s ease-in-out;
        display: block;
    }
    #home_header .collapse.navbar-collapse.on{
        right: 0px;
    }
    #home_header nav .collapse>ul{
        flex-direction: column;
        padding-top: 45px;
    }
    #home_header nav .collapse>ul>li>a{
        padding-left: 45px;
    }
    #home_header nav .collapse>ul>li{
        width: 100%;
    }
    #home_header nav .collapse>ul>li{
        height: auto!important;
        line-height: normal!important;
        border-bottom: none;
        text-align: left;
    }
    #home_header nav .collapse>ul>li>a{
        height: 40px!important;
        line-height: 40px!important;
        border-bottom: none;
        text-align: left;
    }
    #home_header nav .collapse>ul>li.active, #home_header nav .collapse>ul>li:hover,#home_header nav .collapse>ul>li{
        border-bottom:none!important;
    }
    #home_header nav .collapse>ul>li.search-input{
        position: absolute;
        top: 10px;
        width: 160px;
    }

    #navbar-header-collapse .navbar-right .search-input .input-group>input{padding:6px 12px}
    #home_header nav .nav li.dropdown:hover>.dropdown-menu{
        top: 0;
        position: relative;
        float: none;
        box-shadow:none!important;
        border: 0!important;
    }
    #home_header nav .nav li.dropdown:hover>.dropdown-menu a{
        padding-left: 55px;
    }
    #home_header nav .nav li.dropdown:hover>.dropdown-menu{
        display: none!important;
    }
    #home_header nav .nav li.dropdown:hover .caret{
        transform:none!important;
    }
    #home_header nav .nav li.dropdown.on>.dropdown-menu{
        display: block!important;
    }
    #home_header nav .nav li.dropdown.on .caret{
        transform: rotate(180deg)!important;
    }

}

.vditor-speech{
    z-index: 999999;
    position: fixed!important;
}

.div-blur{
    filter: blur(5px);
    cursor: none;
    overflow: hidden;
    scrollbar-width: none;
    pointer-events: none;
}
.nav_middle.div-blur{
    height: 90%;
}
.password_confirm{
    position: fixed;
    z-index: 99999;
    top: 30%;
    left: 30%;
    width: 30%;
    height: 120px;
    background: #ffffff;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 2px 8px 2px rgba(198,201,208,0.5);
}

/*输入框*/

.input-group,.input-group .form-control,.nav>li{position:relative;}
.navbar-right .search-input .input-group>i{-ms-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-o-transform:translate(0,-50%);}
#search{width:234px;padding:14px 0;-webkit-transition:width 218ms;-moz-transition:width 218ms;-o-transition:width 218ms;transition:width 218ms;}
#search .form-control{-webkit-box-shadow:none;box-shadow:none;}
.navbar-right{margin-right:0;margin-left:0;width:auto;height:60px;display:flex;align-items:center;justify-content:end;}
.navbar-right.has-search-input{position:relative;width:416px;color:#0DB3A6;display:block;}
.navbar-right.has-search-input .search-input{position:absolute;left:60px;}
.navbar-right .search-input .input-group>input{padding-right:35px;border-radius:4px;font-size:12px;padding-left:10px;height:32px;}
.navbar-right .search-input .input-group>input:focus{outline:0;-webkit-box-shadow:0 0 0 2px rgba(13,179,166,.2);box-shadow:0 0 0 2px rgba(13,179,166,.2);}
.navbar-right .search-input .input-group>input:focus+i{color:#4397fd;}
.navbar-right .search-input .input-group>i{position:absolute;top:50%;right:12px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);color:#C9CED9;font-size:16px;z-index:10;cursor:pointer;}
.navbar-right .search-input .input-group>i:hover{color:#4397fd;}
.navbar-right .search-input .input-group>i.fa-remove{
    right: 30px;
}
/*固定菜单栏*/

#fixed_nav{
    position: fixed;
    bottom: 0;
    right: 30px;
    height: 300px;
    width: 50px;
    z-index: 999;
}

#fixed_nav .nav_btn{
    width: 100%;
    font-size: 22px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 28px;
    background-color: #fff;
    padding: 12px;
    box-shadow: 0 2px 8px 2px rgba(198,201,208,0.5);
    position: absolute;
}

#fixed_nav .nav_btn:hover{
    cursor: pointer;
    opacity: 0.7;
}


#fixed_nav .nav_btn.list{
    bottom: 140px;
    display: none;
}
/*取相邻上一个元素样式的用法*/
#fixed_nav .nav_btn.list:has(+ .nav_btn.search.on){
    bottom: 200px;
}

#fixed_nav .nav_btn.list.on{
    display: none;
}

#fixed_nav .nav_btn.search{
    bottom: 140px;
    display: none;
}

#fixed_nav .nav_btn.search.on{
    display: block;
}

#fixed_nav .nav_btn.style{
    bottom: 80px;
}

#fixed_nav .nav_btn.top{
    bottom: 20px;
}

/*风格*/

.theme_dark{
    background: #222222;
    color: #cccccc;
}

.theme_dark *{
    color: #fff;
}
.theme_dark a svg {
    fill: #fff;
}

.theme_dark .vditor-speech svg{
    fill: #000;
}
.theme_dark .nav_middle_search {
    background-color: #222222;
}
.theme_dark .nav_right {
  background-color: #222222;
}

.theme_dark .nav_left {
    border-right: 1px solid #121010;
    background-color: #222222;
}

.theme_dark #home_header {
    background: #222222;
    /*background: #000;*/
    border-bottom: 1px solid #121010;
}

.theme_dark #fixed_nav .nav_btn{
    background: #000;
}


.theme_dark .sidebar-menu a.active{
    background-color: #444;
}

.theme_dark #outline li > span:hover {
    background-color: #444;
}

.theme_dark #outline li > span.vditor-outline__item--current {
    background-color: #444;
}


.theme_dark .vditor-reset table tr{
    background-color: inherit;
}

.theme_dark .vditor-reset table tbody tr:nth-child(2n) {
    background-color: #585151;
}

.theme_dark pre, .theme_dark pre code,.theme_dark pre code span{
    color: inherit;
}

.theme_dark .vditor-copy svg{
    color: #586069;
    fill: #586069;
}

.theme_dark a {
    color: #4397fd;
}

.theme_dark .language-mermaid svg div,.theme_dark input.form-control{
    color: #000;
}

.theme_dark .language-mermaid .messageText,
.theme_dark .language-mermaid .loopText>tspan,
.theme_dark .sectionTitle>tspan,
.theme_dark .titleText,
.theme_dark .language-mermaid .grid .tick text{
    fill: #fff!important;
}

.theme_dark .language-abc text>tspan,.theme_dark .language-abc path{
    color: #fff;
    fill: #fff!important;
}

.theme_dark .password_confirm{
    background-color: #222222;
}

.theme_dark #startVisit{
    color: #000;
}

.theme_dark #home_header .collapse.navbar-collapse{
    background: #222222;
}
.theme_dark .navbar-default .navbar-collapse, .theme_dark .navbar-default .navbar-form{
    border-color:transparent;
}

.theme_dark .navbar-default .navbar-nav>li>a{
    color: #fff;
}

.theme_dark #home_header nav .dropdown-menu{
    background-color:transparent;
}

.theme_dark .dropdown-menu>li>a{
    color: #fff;
}

/*走马灯*/
.marquee-container {
    height: 30px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    text-align: right;
}

.marquee-content {
    position: absolute;
    top: 0;
    animation: marquee 10s linear infinite; /* 设置动画效果 */
    width: 100%;
}

.marquee-content-none{
    animation: none!important;
}

@keyframes marquee {
    0% { top: 0; } /* 开始位置 */
    100% { top: -100%; } /* 结束位置 */
}

.marquee-item {
    line-height: 30px; /* 文字居中 */
    height: 30px; /* 设置每个项的高度 */
    white-space: nowrap; /* 防止文本换行 */
}


@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

