﻿.container{
    width: 100%;
    position: relative;
}

/*侧边栏*/
.side_nav_list_wrap{
    width: 85px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #f9fbfb;
    z-index: 100;
}
.side_nav_list_wrap .side_nav_list{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    left: 0;
}
.side_nav_list_wrap .side_nav_list .side_logo{
    width: 64px;
    height: 64px;
    margin: 10px 0;
}
.side_nav_list_wrap .side_nav_list .nav_list{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.side_nav_list_wrap .side_nav_list .nav_list .nav_content{
    width: 70px;
    height: 95px;
    border-bottom: 1px solid #9b9b9b;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}
.side_nav_list_wrap .side_nav_list .nav_list .nav_content .nav_icon{
    width: 38px;
    margin-bottom: 12px;
}
.side_nav_list_wrap .side_nav_list .nav_list .nav_content .nav_icon_active{
    width: 38px;
    margin-bottom: 12px;
    display: none;
}
.side_nav_list_wrap .side_nav_list .nav_list .nav_content .nav_text{
    font-size: 14px;
    color: #696969;
}
.side_nav_list_wrap .side_nav_list .nav_list .nav_content:hover{
    width: 85px;
    background-color: #ffffff;
    border-bottom: 1px solid #7db368;
}
.side_nav_list_wrap .side_nav_list .nav_list .nav_content.border_active{
    width: 85px;
    border-bottom: 1px solid #7db368;
}
.side_nav_list_wrap .side_nav_list .nav_list .nav_content.nav_content_active{
    width: 85px;
    background-color: #ffffff;
    border-bottom: 1px solid #7db368;
}
.side_nav_list_wrap .side_nav_list .nav_list .nav_content.nav_content_active .nav_text{
    color: #28853d;
}
.side_nav_list_wrap .side_nav_list .nav_list .nav_content.nav_content_active .nav_icon{
    display: none;
}
.side_nav_list_wrap .side_nav_list .nav_list .nav_content.nav_content_active .nav_icon_active{
    display: block;
}
.side_nav_list_wrap .side_nav_list .nav_list .nav_content:hover .nav_text{
    color: #28853d;
}
.side_nav_list_wrap .side_nav_list .nav_list .nav_content:hover .nav_icon{
    display: none;
}
.side_nav_list_wrap .side_nav_list .nav_list .nav_content:hover .nav_icon_active{
    display: block;
}
.side_nav_list_wrap .side_nav_list .nav_bottom{
    width: 33px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 20px;
}
.side_nav_list_wrap .side_nav_list .nav_bottom .nav_bottom_icon{
    width: 33px;
    height: 33px;
    cursor: pointer;
}

/*底部版权*/
.footer_wrap{
    width: 100%;
    height: 260px;
    padding-top: 64px;
    background-color: rgba(0,0,0,0.75);
}
.footer_wrap .footer_content{
    width: 83.333333%;
    height: 260px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.footer_wrap .footer_content .footer_nav_list{
    width: 110px;
    height: 260px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    /*margin-right: 64px;*/
}
.footer_wrap .footer_content .footer_nav_list .footer_nav_title{
    height: 49px;
    font-size: 16px;
    color: rgb(235, 235, 235);
    line-height: 49px;
}
.footer_wrap .footer_content .footer_nav_list .footer_nav_content{
    height: 34px;
    font-size: 14px;
    color: rgba(235, 235, 235, 0.749);
    line-height: 34px;
}
.footer_wrap .footer_content .copyright{
    width: 420px;
    height: 260px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    /*margin-left: 46px;*/
    /*margin-right: 14px;*/
}
.footer_wrap .footer_content .copyright .copyright_logo{
    width: 86px;
    margin-top: 14px;
    margin-bottom: 18px;
}
.footer_wrap .footer_content .copyright .copyright_words{
    width: 100%;
    height: 56px;
}
.footer_wrap .footer_content .copyright .copyright_words p{
    height: 28px;
    font-size: 14px;
    color: rgb(235, 235, 235);
    line-height: 28px;
}
.footer_wrap .footer_content .footer_code_content{
    width: 140px;
    width: fit-content;
    height: 172px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    /*margin-left: 72px;*/
    margin-top: 10px;
}
.footer_wrap .footer_content .footer_code_content .footer_code_pic{
    width: 140px;
    height: 140px;
}
.footer_wrap .footer_content .footer_code_content .footer_code_text{
    font-size: 13px;
    color: rgb(235, 235, 235);
}


















