
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select, figure {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
        overflow-x: hidden;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}

ol, ul {
    list-style: none;
}


/*头部*/
.header_content{
    height: 100px;
    background: #FFFFFF;
    width: 400px;
    margin-left: 343px;
}
.logo_container{
    float: left;
    margin-left: 20px;
}
.huohua_logo{
    width: 100px;
    height: 100px;
    margin-top: 2px;
}
.segmentation{
    height: 22px;
    border-left: 2px solid #999999;
    margin-top: 41px;
    float: left;
    margin-left: 20px;
}
.wiki_title{
    float: left;
    font-size: 20px;
    height: 100px;
    line-height: 100px;
    margin-left: 20px;
    font-weight: 600;
}
.wiki_coverImg{
    width: 100%;
}
.list_content{
    max-width: 300px;
    min-width: 200px;
    margin-right: 76px;
    margin-top: 5px;
    font-size: 13px;
    line-height: 14px;
    display: inline-block;
    vertical-align: top;
}
.desc_list_titleli{
    margin-bottom: 18px;
    color: #1A1A1A;
    font-size: 20px;
    cursor: pointer;
    font-weight: 600;
}
.desc_li_container{
    margin: auto;
    max-width: 1600px;
    min-height: 300px;
}

.desc_list_container{
    margin: auto;
    max-width: 1200px;
    text-align: center;
    min-height: 300px;
    background: rgba(174, 174, 174, 0.18);
}
.desc_list_li{
    line-height: 32px;
    font-size: 18px;
    color: #424157;
    cursor: pointer;
}
.content_nav_active{
    height: 50px;
    background: #FE5702;
    color: #ffffff;
    width: 150px;
    line-height: 45px;
    text-align: center;
    border-radius: 4px;
    margin-left: 26px;
}
.project_content_software{
    display: inline-block;
    background: #F9F9F9;
    margin-left: -100px;
    margin-top: 102px;
    padding-bottom: 40px;
}

.user_name{
    color: #424157 !important;
}

.all_project{
    font-size: 16px;
    float: left;
    color: #424157;
    width: 311px;
    height: 90px;
    margin-top: 120px;
    display: table;
    transition: 1s;
    -webkit-transition: 1s;
    cursor: pointer;
    font-weight: 600;
}

/*滚动条样式*/
::-webkit-scrollbar {
    width: 6px;
    background: rgba(118,176,243,.3);
    border-radius: 5px;

}
::-webkit-scrollbar-button {
    display: none;
}
::-webkit-scrollbar-thumb {
    width: 8px;
    min-height: 15px;
    background: #D8D8D8;
    border-radius: 10px
}
::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,.6);
}
::-webkit-scrollbar-track {
    background-color: #fff;
}
.main-center-index::-webkit-scrollbar-track-piece {
    background: #fff;
}
::-webkit-scrollbar-track-piece {
    background: #fff;
}

.paoject_manage{
    margin-top: 1px;
}

.project_manage_info{
    margin-top: 1px;
    margin-right: 66px;
}