

/* banner start */
#banner_edit .banner_tab a{width: 147px;height: 3px;border-radius: unset;margin: 0 4px;}
#banner_edit .banner_tab a.on{height: 7px; }
/* bnanner end */
/* Categories start */


/* Feature Product start */
/* Feature Product end */

@media screen and (max-width: 1000px){
	#banner_edit .banner_tab{display: none;}
}

@media screen and (orientation: portrait) {   
  /*竖屏 css*/   
}    
@media screen and (orientation: landscape) and (max-width:1000px) {   
  /*横屏 css*/
}

