a:link {
	color: #3f3f3f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3f3f3f;
}
a:hover {
	text-decoration: none;
	color: #ff6501;
}
a:active {
	text-decoration: none;
	color: #3f3f3f;
}
body{
	background-color:#f6f7f7;
}
/* 默认字体大小 */
.fs12{
	font-size:12px;
}
.fs14{
	font-size:14px;
}

.rounded-5 {
  border-radius: 0.5rem !important;
}
.rounded-top-5 {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}
.rounded-bottom-5 {
  border-bottom-left-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}
/* 默认背景色 */
.bg-default{
	background-color:#bd2e26!important;
}
.bg-size-cover{
	background-size:cover;
}
.hover-shadow{
    transition: box-shadow 0.5s;
}
/* 导航条右侧学员登陆 */
.nav-student-login-button{
	background-color:#bd2e26;
	padding:5px 20px;
}
.nav-student-login-button img{
	height:25px;
}
/* 精品课程 */
.boutique-list .col-sm-3 .circulation{
	background-color:#d96060;
	border-top-left-radius:0 !important;
	border-bottom-left-radius:0 !important;
}
.boutique-list .box{
	transition:box-shadow 0.5s;
}
/* 页码 */
.page{
	color:#bd2e26;
	text-align:center;
	margin: 40px 0;
}
.page a{
	background: #fff;
	border: 1px solid #bd2e26;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 5px 10px;
	color:#bd2e26;
	margin-right:3px;
}
.page a.selected{
	background: #bd2e26;
	border: 1px solid #bd2e26;
	color: #fff;
	text-decoration: none;
}
/* 导航条下课程分类菜单 */
.nav-course-menu{
	top:42px;/*  */
	width: 24.8%;
	/* height:350px; */
	padding:0 10px;
	display:none;
	box-shadow:0 0 3px 0 #ccc;
}
.nav-course:hover .nav-course-menu{
	display:block;
}
/*师资力量*/
#teach .carousel-control-prev {
    left: -80px!important;
	width: 7%!important;
}
#teach .carousel-control-next {
    right: -80px!important;
	width: 7%!important;
}
#teach .pic{
	height:180px;
	background-size:cover;
	background-position:center top;
}
#mobile-teach .pic{
	height:180px;
	background-size:cover;
	background-position:center top;
}
/*推荐课程*/
.recommend-course .card-img-top{
	border-top-left-radius: 0.4rem !important;
	border-top-right-radius: 0.4rem !important;
}
/* .recommend-course .card-body{
	box-shadow:0 0 20px 0 #ccc;
	border-bottom-left-radius: 0.4rem !important;
	border-bottom-right-radius: 0.4rem !important;
} */

.mobile-nav input[type="checkbox"] ~ .mobile-nav-box{
	left:-100%;
	transition:left 0.3s;
}
.mobile-nav input[type="checkbox"]:checked ~ .mobile-nav-box{
	left:0px;
}

.carousel-control-prev, .carousel-control-next {
    width: 32px!important;
}