.fontcolor {
    color: #EC6D3A!important;
}
.fontcolor2 {
    color: #3192E0!important;
}
.bordercolor {
    border-left: 3px solid #EC6D3A;
}
/*主题背景色*/
.backgroundcolor {
    background-color: #EC6D3A;
}
/*圆形边框*/
.border50{
    border-radius: 50%;
	border:2px solid #EC6D3A!important;
}
/*按钮颜色*/
.layui-btn{
	background: linear-gradient(180deg, #F25E5D -135.09%, #E73837 135.09%);
	box-shadow: 0px 6px 19px 0px rgba(220, 90, 90, 0.4);
}
.ks .layui-btn{
	background-color: #60CB55!important;
}
/*分数颜色*/
.layui-inline {
    color: #EC6D3A!important;
	display: inline-block!important;
	height: 43px;
}


/*最新课程颜色：鼠标悬停*/
.new-list>li:hover h3,.study-list>li:hover h3 {
    color: #EC6D3A;
}
/*经典课程颜色*/
.classic-list>li:hover .info h3 {
    color: #EC6D3A;
}
/*经典课程颜色*/
.classic-list>li .info .score {
    color: #EC6D3A;
}
/*首页轮播图颜色*/
.baner-content .swiper-active-switch {
    background: #EC6D3A;
}
/*分页颜色*/
.layui-laypage .layui-laypage-curr .layui-laypage-em{
	background-color: #EC6D3A;
}
.layui-laypage a:hover{
	color: #EC6D3A;
}
/*课程详情页tab*/
.tabActive{
	position: relative;
	color: #E80A13;
}
.tabActive::after{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -14px;
	content: "";
	width: 57px;
	height: 4px;
	background: #E90F13;
	border-radius: 4px 4px 0 0;
}
/*课程目录*/
.active2{
	background-color: #E7F4FE;
}
.active2-2{
	background-color: #DEF7DC;
}
/*问答*/
.active3{
	background-color: #EC6D3A;
	color: #FFFFFF!important;
}
.q-list li .reply:hover{
	background-color: #FBE4DB;
	color: #EC6D3A;
}
.q-list li .user:hover{
	color: #EC6D3A;
}
/*问答下拉颜色*/
.active4{
	background-color: #F8F8F9;
}
.swiper-active-switch{ background:#EC6D3A!important;}

/*课程详情划过变色*/
.hover-b dd:hover .title{
	color:#EC6D3A!important;
}
/*教师个人中心*/
.gxrq-btn:hover{ color:#EC6D3A;}
.gxrq-btn.active{ color:#EC6D3A;}
/*read页面a链接*/
.notes-list li>div span a:hover{ color:#EC6D3A;}
/*各种a链接划过变色*/
.all-link-a:hover{ color:#EC6D3A!important;}
/*报名*/
.ybm,.ygz{ background:#9EA7B4!important;}
/*点赞划过和选中*/
.dz-box{ padding-left: 20px; background:url(../images/video/dianzan.png) no-repeat left center;}
.dz-box:hover,.dz-box-active{ background:url(../images/video/dianzan2.png) no-repeat left center!important; color: #E80A13!important;}
/*采集*/
.cj_active{ background:#EC6D3A!important; color:#fff!important;}
/*个人中心删除*/
.layui-icon-delete:hover{ color:#EC6D3A!important; }
/*视频播放选中节*/
.ml-b ul .mu-con a.active{ color:#EC6D3A!important; font-weight:bold!important;}
/*read过期*/
.bmgq{ background:#9EA7B4!important; box-shadow: none;}
/*首页主题背景色*/
.indexback,.Popular_tab_list ul>li>a:hover{background: #0268C0;color: #FFFFFF;}
.directory .zj .btn{
	background: linear-gradient(180deg, #7EDF41 -135.09%, #6CBE2E 135.09%);
}
.directory .ks .btn{
	background: linear-gradient(180deg, #F25E5D -135.09%, #E73837 135.09%);
}
