.sort{
	height: 0.76rem;
	-webkit-appearance: none;
	box-shadow: 0px 2px 2px -2px #DBDBDB;
	-webkit-box-shadow: 0px 2px 2px -2px #DBDBDB;
}
.sort .sortLeft{
	display: flex;
	align-items: center;
}
.sort .sortLeft .txt1{
	display: flex;
	font-size: 0.28rem;
	color: #7A8F99;
	margin-right: 0.08rem;
}
.sort .sortLeft .btn{
	display: flex;
	align-items: center;
}
.sort .sortLeft .btn .icon{
	background: url(../../img/video/icon_sub_change@2x.png) no-repeat;
	background-size: 100% 100%;
	width: 0.28rem;
	height: 0.28rem;
}
.sort .sortLeft .btn .txt2{
	font-size: 0.26rem;
	color: #2590D7;
	text-indent: 0.05rem;
}
.sort .sortRight{
	display: flex;
	align-items: center;
}
.sort .sortRight .txt3{
	font-size: 0.26rem;
	color: #2590D7;
	margin-right: 0.1rem;
}
.sort .sortRight .icon{
	background: url(../../img/video/icon_paixu@2x.png) no-repeat;
	background-size: 100% 100%;
	width: 0.30rem;
	height: 0.30rem;
}

.learNav .learList{
	padding: 0.25rem;
	border-radius: 0.15rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.learNav .learList .img{
	width: 2.4rem;
	height: 1.5rem;
	border-radius: 0.03rem;
}
.learNav .learList .img img{
	width: 100%;
	height: 100%;
	border-radius: 0.03rem;
}
.learNav .learList .txt{
	width: 58%;
}
.learNav .learList .txt .txt1{
	font-size: 0.32rem;
	color: #1F3D4D;
}
.learNav .learList .txt .payment{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 0.1rem;
}
.learNav .learList .txt .payment .span1{
	display: flex;
	align-items: center;
	font-size: 0.26rem;
	color: #999999;
}
.learNav .learList .txt .payment .span1 .num{
	line-height: 1;
}
.learNav .learList .txt .payment .span1 .icon{
	background: url(../../img/video/icon_ks_redu@2x.png) no-repeat;
	background-size: 100% 100%;
	width: 0.30rem;
	height: 0.30rem;
	margin-right: 0.05rem;
}
.learNav .learList .txt .payment .span2{
	color: #FF4949;
}
.learNav .learList .txt .payment .span2 .icon{
	font-size: 0.26rem;
}
.learNav .learList .txt .payment .span2 .num{
	font-size: 0.36rem;
}

.videoBot{
	display: flex;
	width: 100%;
	justify-content: center;
	font-size: 0.28rem;
	color: #999999;
	padding-top: 0.28rem;
}
.videoBot span{
	position: relative;
	display: flex;
	align-items: center;
}
.videoBot span:before{
	content: " ";
	position: absolute;
	width: 1.08rem;
	height: 1px;
	background: #CCCCCC;
	right: -1.2rem;
}
.videoBot span:after{
	content: " ";
	position: absolute;
	width: 1.08rem;
	height: 1px;
	background: #CCCCCC;
	left: -1.2rem;
}

/*排序弹框样式*/
.sortModel{
	position: fixed;
	right: 5%;
	width: 1.78rem;
	border-radius: 0.08rem;
	border: 1px solid #E6E6E6;
	z-index: 600;
}
.sortModel div{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-left: 0.35rem;
	height: 0.75rem;
	font-size: 0.26rem;
	color: #525F66;
}
.sortModel .sortCurrent{
	color: #2590D7 !important;
}



@media screen and (max-width:414px ) {
	.videoBot span:before{
		height: 0.02rem !important;
	}
	.videoBot span:after{
		height: 0.02rem !important;
	}
}