@charset "utf-8";
/* CSS Document */

#top{ width:100%; height: 45px; background:#000; position:fixed; top:0; /*filter:alpha(opacity:60); opacity:0.6; -moz-opacity:0.6;-khtml-opacity: 0.6;*/} 
#top_1{ width:50px; height:45px; float:left;}
#top_2{ width:50px; height:45px; float:right;}
#top_3{  height:45px; margin:0 50px 0 50px; line-height:45px; text-align:center; font-family:"微软雅黑"; font-size:16px; color:#fff; }
#top_1 a{width:25px; height:20px; display:block; background-image:url(../images/mm.png); background-repeat:no-repeat;background-size:20px 15px; margin:15px 0 0 15px;  }
#top_2 a{  width:25px; height:25px; display:block; background-image:url(../images/home.png); background-repeat:no-repeat;background-size:22px 22px; margin:12px 0 0 15px;}
#nr{ width:96%; padding:2%; height:auto;}
#dhh{ width:100%; height:50px; background:#000; position:fixed; bottom:0;}
#dhh a{ width:180px; height:50px; line-height:50px;font-family:"微软雅黑"; font-size:16px; color:#fff; text-align:left; padding:0 0 0 30px;
background-image:url(../images/iphone.png); background-repeat:no-repeat; background-size:20px 20px; text-decoration:none; display:block; margin:0 auto 0 auto; background-position:0 15px ;}
#nr{margin:0 0 0 0;}
#nr2{ width:100%; height:60px;}


.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}

.slideout-panel {
  position:relative;
  z-index: 1;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}