html{width:100%; height:100%;}
body{background-color:#fff;}
.g-wrapper,.g-main {
    margin-left:auto;
    margin-right:auto;
}
.g-wrapper-minWidth{
    /*min-width: 1280px;*/
}
.g-wrapper960{
    margin-left:auto;
    margin-right:auto;
    width:960px;
}

/****
* 左右双栏
****/
.g-leftRight{
    position: relative;
    border-left: 265px solid #fff;
    color:#3c3c3c;
    background-color: #e4e7ea;
}

.g-leftRight .g-aside-nav{
    position: fixed;
    z-index: 5;
    top:66px;
    bottom:0;
    float: left;
    margin-left: -265px;
    width: 265px;
    min-height: 200px;
    background: #1d2939;
}
.g-leftRight .g-leftRight-content{
    float: left;
    width: 100%;
    min-width: 960px;
    background-color:#e4e7ea;
}
.g-leftRight .g-leftRight-content-topHeader{
    overflow: hidden;
    background-color: #f7f7f7;
    height: 59px;
    border-bottom: 1px solid #e4e7ea;
}

.g-leftRight-content-topHeader .w-btn{
    float: right;
    border:none;
    margin-top:10px;
    margin-right: 20px;
    padding: 0 19px;
    color:#fff;
    line-height: 39px;
    background: none;
    background-color: #418bca;
}

.g-leftRight-content-topHeader .w-btn:hover{
    background: #418fff;
}

.g-leftRight .g-leftRight-content-view{
    margin:20px;
    background-color: #fff;
    border-radius: 5px;
}
.g-leftRight-content-view .view-title{
    margin-bottom: 60px;
    border-radius: 5px 5px 0 0;
    line-height: 45px;
    height: 45px;
    font-size: 14px;
    color:#333;
    text-indent: 20px;
    background-color: #f7f8fa;
    text-align: left;
}
#J-leftNav{
    width: 265px;
    top:0;
}
#J-leftNav .swiper-scrollbar{
    background: rgba(255,255,255,.5);
}
#J-leftNav .swiper-scrollbar-drag{
    background: rgba(255,255,255,.8);
}
#J-leftNav:hover .swiper-scrollbar,#J-leftNav:hover .swiper-scrollbar-drag{
    opacity:1!important;
    display: block!important;
}