.drawer .drawer-nav {
  z-index: 101; }

ul.sidebar .logo img {
  padding: 8px 0;
  height: 52px; }

#index_sidebar_shelf_top > li:not(.logo) button, #index_sidebar_shelf_top > li:not(.logo) a {
  background: #fff;
  color: #595757; }

#index_sidebar_shelf_top > li:not(.logo) .shelf_second a, #index_sidebar_shelf_top > li:not(.logo) .shelf_second button {
  color: #565656; }

#index_sidebar_shelf_top > li:not(.logo) .shelf_third a, #index_sidebar_shelf_top > li:not(.logo) .shelf_third button {
  color: #ffffff; }


/* 頁腳文字顏色 */
#footer .footer_content span, #footer .footer_content a {
    color: #272727;
}

/* 頁腳文字滑過去顏色 */
#footer ul a:hover {
    color: #ff9966;
}