﻿
/*登录页面*/
.login_body {
    background-color:#2E3E4E;
}
.login .fname,.loginStore .fname,.login .password{
   background-color:rgba(255,255,255,.1);
   color:#fff;
}

.footer_bottom {
    background-color:#2E3E4E;
}

.footer_bottom {
    width: 100%;
    background-color: #2E3E4E;
    height: 70px;
    padding-top:0px;
    border-top:1px solid rgba(255,255,255,.06);
   
}
.footer_bottom table {
    width:600px;
    margin:auto;
}
.footer_bottom p {
    margin-bottom:0px;
    text-align:center;
}



/*左侧导航*/
.cusLeftMenu {
    background-color:#2E3E4E;
}
.main {
    background-color:#EDEEF2;
}



.cusLeftMenu .accordion{
    background:#2E3E4E;
}
.cusLeftMenu .accordion .section label:before{
    border-color:rgba(255,255,255,.15);
}
.cusLeftMenu .accordion .section label {
    background:#2E3E4E;
}
.cusLeftMenu .accordion .section input[type='radio']:checked + label {
    background: #2E3E4E;
}
.cusLeftMenu .accordion .section .content {
    background: #2E3E4E;
}
.cusLeftMenu .accordion .section label.active span:after{
    border-color: #fff;
}
.left-menu .accordion .content ul li a{
    color:rgba(255,255,255,.54)
}

/*滚动条美化*/
/*::-webkit-scrollbar-track-piece{
background-color:#2E3E4E;
-webkit-border-radius:0px;
}
::-webkit-scrollbar{
width:8px;
height:8px;
}
::-webkit-scrollbar-thumb{
height:50px;
background-color:#2E3E4E;
-webkit-border-radius:4px;
outline:2px solid #2E3E4E;
outline-offset:-2px;
border: 2px solid #2E3E4E;

}
::-webkit-scrollbar-thumb:hover{
height:50px;
background-color:#2E3E4E;
-webkit-border-radius:0px;
}*/




/*main 区域css*/
#tabs li{background-color:#CED3DB;color:rgba(0,0,0,.84);margin-right:5px;}
#tabs li.current{background-color:#FFFFFF;}
#tabs li a.remove i{font-size:10px;}