.sort_select{width:100%;height:100%;
  display: box;			  /* OLD - Android 4.4- */
  display: -webkit-box;	  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;		 /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;	  /* TWEENER - IE 10 */
  display: -webkit-flex;	 /* NEW - Chrome */
  display: flex;			 /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* 09版 */
  -webkit-box-orient:horizontal;
  /* 12版 */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;	 
}
.sort_select_nav{width:96px;text-align:center;height:100%;}
#selet_nav_scroller{
	-webkit-box-flex: 1;	  /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;		 /* OLD - Firefox 19- */
    -webkit-flex: 1;		  /* Chrome */
    -ms-flex: 1;			  /* IE 10 */
    flex: 1;				  /* NEW, Spec - Opera 12.1, Firefox 20+ */
	}
#selet_nav_scroller li{padding:16px 0;border-bottom:1px solid #e0e0e0;border-right:1px solid #e0e0e0;background-color:#fff;}
#selet_nav_scroller li:first-child{border-top:0;}
#selet_nav_scroller li.select_nav_cur{background-color:transparent;border-right-color:transparent;}
.sort_select_con{width:100%;}

.select_con_item{padding:16px 0px 0;width:100%;box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */}
.select_con_item:last-child{padding-bottom:30px;}
.select_con_top{padding:0 0 6px 0;}
.select_con_top2{padding: 9px 0 0 0;}
.select_con_tag{float:left;}
.select_con_ranking{float:right;}
@font-face {
    font-family: 'fangzhenti';
    src: url("../fonts/fangzhenti.ttf");
}
.select_con_ranking i{font-style:normal;font-family:'fangzhenti';padding:0 0 0 2px;}
.select_con_detail{width:100%;background-color:#fff;padding:20px 0 10px;}
.sort_con_item{width:33.3333%;float:left;text-align:center;}
.sort_con_detail_img{width:100%;margin:0;padding:0 0 10px 0;border:0;}
.sort_con_detail_img img{width:100%;max-width:66px;display:inline-block;}
.sort_con_detail_txt{padding:4px 0 0 0;    white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.sort_select{ width:100%;}
#select_nav_wrapper{ height:100%;}
#select_con_wrapper{ width:100%; height:100%;}
.select_con_ranking em {width: 20px;height: 20px;margin-right: 2px;display: block; float: left;}
#selet_nav_scroller.current{ transition:all 0.4s;}

/* S 不显示搜索框 */
.header_con .h_classify{line-height: 44px; text-align: center; font-size: 16px; color: #fff; }
/* E 不显示搜索框 */