<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	margin-top: 0;
	padding-top: 0;
}
.indexclass {
  width: 100%;
  height: 100%;
  position: fixed;
  padding-bottom: 50px;
}
.indexclass .leftlist {
  width: 24%;
  float: left;
  height: 100%;
  background: #F6F6F6;
  overflow-y: auto;
  padding-bottom:108px;
  box-sizing:border-box;
}
.indexclass .leftlist ul li {
  text-align: center;
  height: auto;
  padding: 10px 0;
  box-sizing: border-box;
}
.indexclass .leftlist ul li.act .leftbody{
  border-left: 3px solid #7C463D;
  color: #101010;
}
.indexclass .leftlist ul li.act .leftbody span{
  color: #101010;
}
.indexclass .leftlist ul li.act{
  background: #fff;
}
.indexclass .leftlist ul li span {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 3px 0;
  color: #000;
  font-size: 13px;
}
.indexclass .leftlist .nav-img{
	width: 25px;
	height: 25px;
	overflow: hidden;
	margin: 0 auto 3px;
}
.indexclass .leftlist .nav-img img{
	height: 25px;
}
.indexclass .leftlist .act .nav-img img{
	margin-left: -10px;
}

.indexclass .rightbody{
	width: 76%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background: #fff;
}
.indexclass .rightbody .spimg{
	width:96%;
	overflow:hidden;
	position:relative;
	margin:10px 2%;
	box-sizing:border-box ;
}
.spimg .swiper-slide {

	position:relative;
	text-align:center;
}
.spimg img {
	border-radius:8px ;
	width:100%;
	display:block;
}
.spimg .pagination{
	position:absolute;
	width: 100%;
	z-index:9999;
	bottom:5%;
	text-align:center;
	right:0;
}
.spimg .swiper-pagination-bullet {
	display:inline-block;
	width:5px;
	height:5px;
	border-radius:5px;
	background:#fff;
	margin:0 3px;
	opacity:0.8;
	cursor:pointer;
	box-shadow: 0 0 5px #999;
}
.spimg .swiper-pagination-bullet-active {
	width:5px;
	height:5px;
	background: #7c463d;
}

.indexclass .lists .class-body .tit{
	line-height: 30px;
	padding-left: 10px;
	color: #B1B1B1;
}
.indexclass .lists .class-body .fllist{
    background: white;
    overflow: hidden;
    padding-bottom: 10px;
}
.indexclass .lists .class-body .fllist li{
	width: 33%;
    float: left;
    text-align: center;
    margin-top: 5%;
}

.indexclass .lists .class-body .fllist li span{
	color: #656565;
}

.indexclass .lists .class-body .fllist li img{
	width: 60px;
	height: 60px;
	margin: 0 auto 10px;
	display: block;
}



</pre></body></html>