/**slide导航**/
.wp-navi .navi-slide-head { display: none; padding:0 10px; height: 40px;}
.wp-navi .navi-slide-head .navi-slide-title {display: inline-block;float: left;font-weight: normal;color: #FFFFFF;font-size: 18px;line-height: 40px;}
.wp-navi .navi-slide-head .navi-slide-arrow { display: block; width: 34px; height: 40px; float: right; background: url(css/img/menu-icon-arrow-white.png) no-repeat 50%;}
/**aside导航**/
.navi-aside-page {position: fixed;}
.navi-aside-toggle {display: block;width:34px;height: 34px;background: url(css/img/menu-icon-arrow-white.png) no-repeat 50%;cursor: pointer;position: absolute;left: 0;top:90%;margin-top: -17px;display: none;}  /*background: url(css/img/menu-icon-arrow-white.png) no-repeat 50%;*/
.navi-aside-toggle2 {display: block;width:34px;height: 34px;background: url(css/img/menu-icon-arrow-white.png) no-repeat 50%;cursor: pointer;position: absolute;left: 0;top:50%;margin-top: -17px;display: none;}  /*background: url(css/img/menu-icon-arrow-white.png) no-repeat 50%;*/
.navi-aside-search { display: block; width:34px; height: 34px; background: url(css/img/menu-icon-search.png) no-repeat 50%; cursor: pointer; position: absolute; left:auto; right: 10px;top: 58px; z-index:1000; margin-top: -17px;display: none;}
.wp-navi-aside { display: none; position: fixed; left: 0; top:0; bottom: 0; right: 0; z-index: 1000; }
.wp-navi-aside .navi-aside-mask { width: 100%; height: 100%; background: rgba(0,0,0,.1); }
.wp-navi-aside-active { display: block;}
.wp-navi-aside .aside-inner {position: fixed;top: 0;bottom: 0;left: -216px;z-index: 1002;width: 216px;max-width: 100%;background: #252525; overflow-y: auto;-webkit-overflow-scrolling: touch; }
.wp-navi-aside .aside-inner:after {content: "";display: block;position: absolute;top: 0;bottom: 0;right: 0;width: 1px;background: rgba(0,0,0,.6);box-shadow: 0 0 5px 2px rgba(0,0,0,.6);}
.wp-navi-aside .navi-aside-head { margin-top: 0;border-top: 1px solid rgba(0,0,0,.3);background: #333;box-shadow: inset 0 1px 0 rgba(255,255,255,.05);text-shadow: 0 1px 0 rgba(0,0,0,.5);}
.wp-navi-aside .navi-aside-head .navi-aside-title { padding:7px 10px; font-weight: normal; color: #777; font-size: 14px;}
.wp-navi-aside .navi-a