#tab_home-nav-bar{
	box-sizing: border-box; position: fixed; left: 0; top: 0; background: none; height: 44px; width: 100%; margin: 0; z-index: 500; backface-visibility: hidden; 
}

#tab_home-nav-bar .indexTopBar{
	box-sizing: border-box; position: fixed; left: 0; top: 0; width:100%;  padding: 0 8px; display: flex; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: center; align-items: center;background-image: url(../images/bg_search_result.png); background-repeat: no-repeat; background-size: 100% 100%;-moz-background-size: 100% 100%;
	height: 40px;
}

#indexSearchDiv{
	width: 100%; box-sizing: border-box; overflow: hidden; position: relative; display: flex; height: 28px; background: white; border-radius: 50px;    border: 1px solid #FFCC00;
}
#tab_home-img-title-icon-search{
	position: absolute; left: 10px; top: 50%; margin-top: -7px; width: 15px;
}
#tab_home-span-title-search{
	color: #bbbbbb;line-height: 26px; font-size: 15px; position: absolute; left: 32px;
}
#tab_class_top_div {
	background-color: #4A4A4A;
	height:97px;
}
.pageTitle{
	border-bottom: none; background: none;
}

#btn_class_to_index,.ic_class_search{
	margin-top:5px;margin-right:3px;
}
#tab_home-img-scan,#tab_home-img-chat{
	margin-top:5px;
}
#tab_home-img-scan{
	 visibility: hidden;
}

#div_categoryName{
	width: 100%; text-align: center; font-size: 15px;    overflow: hidden; text-overflow: ellipsis;white-space: nowrap;
}
#tab_class_top_div_list{
	padding-top: 41px; margin: 0 35px 0 10px; display: -webkit-box; overflow: auto;
}

.openAllCatagoryList{
	position: absolute; bottom: 1px; right: 1px; width: 35px; height: 60px; display: flex; align-items: center; justify-content: center; background-color: #333333;
}
.openAllCatagoryList img{
	height:50px;
}



#tab_class_top_div .notSelectClassNew {
	font-size: 12px;
	color: white;
	padding: 5px 12px 8px;
	width: fit-content;
	opacity: 0.7;
	display: flex;
	align-items: center;
	height: 44px;
	margin-top: -2px;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;

    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.row.no-gutter .col-33 {
    width: 33.3%;
}

.row.no-gutter .col-30 {
    width: 30%;
}
.row > [class*="col-"] {
    box-sizing: border-box;
}

.row.no-gutter .col-50 {
    width: 50%;
}
.row.no-gutter .col-70 {
    width: 70%;
}
#tab_class_top_div .selectClassNew {
	font-size: 15px;
	color: #4A4A4A;
	padding: 6px 10px 8px;
	background-color: #FFCC00;
	width: fit-content;
	display: flex;
	align-items: center;
	height: 44px;
	margin-top: -2px;
}


#tab_class_top_div .notSelectClassNew {
	font-size: 12px;
	color: white;
	padding: 6px 12px 8px;
	width: fit-content;
	opacity: 0.7;
	display: flex;
	align-items: center;
	height: 44px;
	margin-top: -2px;
}
#tab_class_content_div{
	margin-top:1px;
}

#tab_class_content_div .col-30 .unSelectSecondClass {
	font-size: 13px;
	height: 50px;
	display: flex;
	align-items: center;
	background-color: #F3F3F3;
	padding: 5px 8px;
	position: relative;
}

#tab_class_content_div .col-30 .unSelectSecondClass span {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #999999
}

#tab_class_content_div .col-30 .selectSecondClass {
	font-size: 13px;
	font-weight: 600;
	height: 50px;
	display: flex;
	align-items: center;
	padding: 5px 8px;
	background-color: white;
}

#tab_class_content_div .col-30 .selectSecondClass span {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color:#333333;
}


#tab_class_content_div .col-70 .thirdClassDiv {
	text-align: center;
	margin: 20px 10px;
	font-size: 15px;
}

#tab_class_content_div .col-70 .thirdClassTitle {
	margin-bottom: 15px;
}

#tab_class_content_div .col-70 .thirdClassContent {
	background-color: white;
	border-radius: 10px;
}

#tab_class_content_div .col-70 .thirdClassContent .subDiv{
	text-align: center;padding:10px 5px;position: relative;color:#333333;

}
#tab_class_content_div .col-70 .thirdClassContent .subDiv span{
	font-size:13px;
}
#tab_class_content_div .col-70 .thirdClassContent .discountDiv{
	border: 1px solid #E52F2C;
	/*border-radius: 10px;*/
	text-align: center;
	padding: 0px 5px;
	color: #E52F2C;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 9px;
	height: 14px;
    line-height: 14px;
    font-weight: 500;
}


#div_all_catagoryList_black{
	width: 100%; background-color: rgb(0, 0, 0); position: absolute; top: 44px; left: 0px; z-index: 99999; opacity: 0.7; display: none;
}
#div_all_catagoryList{
	width: 100%; height: 320px; background-color: rgb(255, 255, 255); position: absolute; top: 40px; left: 0px; z-index: 999999; display: none;
}
#div_all_catagoryList .holeDiv{
	width: 100%;margin: 0 0;position: relative;
}
#div_all_catagoryList .title{
	font-size: 15px;margin: 10px 0;color: #000000;position: absolute;width: 100%;font-weight: 600;top: -35px;
}
#div_all_catagoryList .title span{
	margin-left:15px
}
#div_all_catagoryList .title .imgDiv{
	width: 40px;height: 40px;display: flex;align-items: center;justify-content: center;position: absolute;right: 5px;top: -8px;
}
#div_popAllCategoryList{
	font-size:14px;
	margin-top: 40px;
}
#div_popAllCategoryList a{
	color:#4A4A4A;
	margin: 10px 15px;display:block
}

.imgdiv{
	margin-bottom:2px;
}
.imgdiv img{
	vertical-align: middle;
}
.Crumbs{
	border-top: 0.5px solid #eeeeee;
	background-color:#FFFFFF;
	color:#c4c4c4;
	width:100%;
}
.Crumbs div{
	width: 90%;
    margin: 15px 5%;
}
.Crumbs a,.Crumbs span{
	color:#c4c4c4;
	font-size:13px;
	line-height:20px
}
