.header{
	margin: 0;
	padding: 0 0.93rem;
	height: 3.12rem;
	background: #004096;
	display: flex;
	align-items: center;
}
.header-back-ico{
	background-image: url(../../public/img/back-white-ico.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 0.62rem;
	height: 1.12rem;
}
.header-sidebar-ico{
	background-image: url(../../public/img/sidebar-ico-white.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 1.12rem;
	height: 0.93rem;
}
.header-search-bar{
	flex:1;
	padding: 0 1.06rem;
	position: relative;
}
.header-search-bar input{
	background-color: #F6F6F6;
	height: 1.87rem;
	position:relative;
	border-radius: 1.06rem;
	width: 100%;
	border: none;
	outline: none;
	padding: 0 2.17rem 0 0.62rem;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	display: flex;
	align-items: center;
}
input::-moz-placeholder,
input::-webkit-input-placeholder{
    color:#9B9B9B;
    font-size:0.75rem;
}
.header-search-ico{
	background: url(../../public/img/navbar-search-ico.png);
	background-size: 0.93rem 0.93rem;
	background-repeat:no-repeat;
	background-position-x: center;
	background-position-y: center;
	width:0.93rem;
	height: 0.93rem;
	position: absolute;
	right: 1.68rem;
	border: 0;
	top: 50%;
    margin-top: -0.47rem;
}
.main{
/* 	padding: 0 0.93rem; */
}
.filter{

}
.filter-type{
	padding: 0 0.93rem;
	height: 2.62rem;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
}
.filter-type-lists{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: space-around;
}
.filter-type-lists a{
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: PingFangSC-Regular;
	font-size: 0.93rem;
	color: #4A4A4A;
	line-height: 1.31rem;
}
.filter-type-active{
	font-family: PingFangSC-Medium!important;
	color: #004096!important;
	border-bottom: 0.12rem solid #004096;
}
.filter-class{
	background-color: #F6F6F6;
}
.filter-class-lists{
	padding: 0.31rem 0.93rem;
}
.filter-class-lists a{
	display: inline-block;
	height: 1.56rem;
	min-width: 2.68rem;
	text-align: center;
	border-radius: 10rem;
	background-color: #9B9B9B;
	font-size: 0.75rem;
	color: #FFFFFF;
	line-height: 1.56rem;
	padding: 0 0.5rem;
	font-family: PingFangSC-Regular;
	margin: 0.31rem 0.46rem 0.31rem 0;
}
.filter-class-active{
	font-family: PingFangSC-Medium!important;
	background-color: #004096!important;
}
.filter-factor{
	padding: 0.93rem;
	display: flex;
}
.filter-price,
.sort{
	display: flex;
	align-items: center;
}
.filter-price{
	margin-left: 1.25rem;
}
.sort-ico{
	background: url(../../course/img/sort-ico.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	width: 0.75rem;
	height: 0.75rem;
}
.price-ico{
	background: url(../../course/img/price-ico.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	width: 0.75rem;
	height: 0.75rem;
}
.price-active,
.sort-active{
	font-family: PingFangSC-Regular;
	font-size: 0.75rem;
	color: #4A4A4A;
	line-height: 1rem;
	margin-left: 0.31rem;
}
.arrow-down{
	margin-left: 0.5rem;
	margin-bottom: 0.25rem;
	width: 0.37rem;
	height: 0.37rem;
	border-top: 0.06rem solid #4A4A4A;
	border-right: 0.06rem solid #4A4A4A;
	transform: rotate(135deg);
}
.lists-none{
	width: 100%;
	height: 9.37rem;
	margin-top: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: PingFangSC-Medium;
	font-size: 1.12rem;
	color: #9B9B9B;
	letter-spacing: 0;
	text-align: center;
	line-height: 0.75rem;
}
.hidden{
	display: none;
}
.show{
	display: block;
}
.page-more{
	width: 100%;
	font-family: PingFangSC-Regular;
	font-size: 0.75rem;
	color: #9B9B9B;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.93rem 0;
}
.arrow-down-grey{
	border-top: 0.06rem solid #9B9B9B;
	border-right: 0.06rem solid #9B9B9B;
}
.lists{
	padding: 0 0.93rem;
}
.lists-item{
	display: flex;
	background-color:  #FFFFFF;
	padding: 0.62rem 0;
	border-bottom: 0.03rem solid #EEEEEE;
}
.lists-item-img{
	flex: 2;
	max-width: 40%;
	object-fit: contain;
	border-radius: 0.5rem;
}
.lists-item img{
	width: 100%;
	border-radius: 0.5rem;
}
.content{
	margin-left: 0.62rem;	
	flex: 3;
	display: flex;
	flex-flow: column;
}
.content-top{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.content-title{
	margin-top: 0.62rem;
	font-family: PingFangSC-Medium;
	font-size: 0.75rem;
	color: #4A4A4A;
	letter-spacing: 0.06rem;
	text-align: justify;
	line-height: 0.93rem;
	position: relative;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: 600;
}
.content-type{
	border: 0.03rem solid #4A4A4A;
	border-radius: 1.87rem;
	font-family: PingFangSC-Medium;
	font-size: 0.62rem;
	color: #4A4A4A;
	letter-spacing: 0;
	text-align: center;
	line-height: 0.93rem;
	padding: 0 0.31rem;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 60%;
}
.content-price{
	background: #12C9FE;
	border-radius: 0.46rem;
	max-width: 33%;
	font-family: PingFangSC-Medium;
	font-size: 0.5rem;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	line-height: 0.62rem;
	padding: 0.15rem 0.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	position: relative;
}
.content-addr{
	margin-top: 0.31rem;
	position: relative;
	display: flex;
	font-family: PingFangSC-Regular;
	font-size: 0.56rem;
	color: #9B9B9B;
	letter-spacing: 0;
	text-align: justify;
	align-items: center;
}
.content-addr span{
	background-color: #9B9B9B;
	width: 1.25rem;
	height: 0.03rem;
}
.content-bottom{
	flex:1;
	display: flex;
	align-items: flex-end;
}
.content-total{
	display: flex;
	align-items: center;
	font-family: PingFangSC-Medium;
	font-size: 0.62rem;
	color: #4A4A4A;
	letter-spacing: 0;
	text-align: center;
	line-height: 0.93rem;
	max-width: 33%;
}
.content-total i{
	width: 0.62rem;
	height: 0.62rem;	
	background-size: 0.62rem 0.62rem;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../../module/img/amount-ico-black.png);
}
.content-total p{
	font-family: PingFangSC-Medium;
	font-size: 0.5rem;
	color: #4A4A4A;
	letter-spacing: 0;
	text-align: center;
	line-height: 0.75rem;
	margin-left: 0.31rem;
	margin-right: 0.18rem;
}
.content-date{
	font-family: PingFangSC-Regular;
	font-size: 0.62rem;
	color: #4A4A4A;
	letter-spacing: 0.03rem;
	line-height: 0.93rem;
}
.content-summary{
	margin-left: auto;
	font-family: PingFangSC-Medium;
	font-size: 0.5rem;
	color: #4A4A4A;
	letter-spacing: 0;
	text-align: center;
	line-height: 0.93rem;
	display: flex;
	align-items: center;
}
.content-summary div{
	width: 0.62rem;
	height: 0.62rem;	
	background-size: 0.62rem 0.62rem;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../../module/img/course-ico-black.png);
	margin-right: 0.31rem;
}