﻿.navLayer{overflow-x: auto; height:100%; width:100%; overflow:hidden; position:fixed; z-index:1003; right:-100%; top:0px;}
.navLayer .close{ 
    position: absolute;
    right: 2px;
    top: 2px;
    padding: 15px 10px;
}
.navLayer .close .closeBtn{ display:block; width:14px;height:14px;background-position:center;background-size:contain;background-repeat:no-repeat;}
.navLayer .bg{overflow-x: auto;position:relative; background:#fff; height:100%; margin-left:30%; width:70%;}
.sideNav{ padding-top:50px;}
.subNav{ cursor:pointer; display:block; height:50px; line-height:50px; border-bottom:1px solid #f6f6f6; position:relative;  font-size:16px; color:#3a3a3a; }
    .subNav .name {
        padding-left: 20px;
        margin-right: 70px;
        text-align: left;
        position: relative;
        overflow: hidden;
    }
    .subNav .arrow-wrap {
        position: absolute;
        right: 13px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-content: center;
    }
    .subNav .arrow-wrap .subNavArrow {
        width: 15px;
        background-image: url('../img/common/up_black.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
.currentDt .arrow-wrap .subNavArrow {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
/*.subNav .name:active{
    background-color:#a40000;
    color:#fff;
}*/
.subNav a{ display:block; height:50px; color:#3a3a3a;}
/*.subNav a:active{
    background-color:#a40000;
    color:#fff;
}*/
.subNav1{background:94% center no-repeat; background-size:12px;}
.currentDt{background:#fff 94% center no-repeat; background-size:12px; color:#a40000;}
.currentDd span{ color:#ff0000;}
.navContent{display: none; border-bottom:1px solid #e5e5e5; background:#f2f2f2;}
.navContent a{display:block;  height:45px; line-height:45px; color:#4d4d4d; padding-left:20px; font-size:16px;}

.pageBg { position: fixed; z-index: 1002; width: 100%; height: 100%; display: none; background-color: rgba(0,0,0,.3); left: 0px; top: 0px;}
