.workBox {
    background: #000;
    padding-bottom: 100px;
}

#top_nav{
	height: 106px;
}

.mySwiper {
    width: 6.5rem;
    margin-top: .6rem;
}

.excellentData{
	position: relative;
}

.excellentList {
	margin: auto;
	display: flex;
	align-items: center;
}

.excellentList .swiper-slide {
	width: auto;
	height: .7rem;
	line-height: .7rem;
	cursor: pointer;
	text-align: center;
	font-size: .32rem;
	box-sizing: border-box;
}

.excellentList .swiper-slide.swiper-slide-thumb-active a::after {
    content: '';
    position: absolute;
    width: 0.6rem;
    height: 0.06rem;
    left: 50%;
    top: 0.6rem;
    background: #D39347;
    border-radius: 23px;
    bottom: 0.2rem;
    transform: translateX(-50%);
}

.excellentList .swiper-slide a {
	color: #8e8e8e;
}

.excellentList .swiper-slide.swiper-slide-thumb-active a {
	color: #fff;
	font-weight: bold;
}

.excellentContent{
	width: 7rem;
	margin: auto;
	margin-top: .6rem;
}

.excellentContent .excellentWork .swiper-slide {
    column-count: 2;
    column-gap: .2rem;
    width: 100%;
    position: relative;
}

.excellentContent .excellentWork .swiper-slide .item-list {
    margin-bottom: .2rem;
    position: relative;
}

.excellentContent .excellentWork .swiper-slide .item-list img{
	border-radius: .2rem;
}

.item-list .video-open{
	width: 1rem;
    height: 1rem;
    background: url(/course/work/img/videoBtn.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

.makePop{
	position: fixed;
    width: 100%;
    height: 100%;
    margin: auto;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
	left: 0;
	z-index: 98;
	display: none;
}

.makePop .clone{
	background: url(/course/work/img/clone.png) no-repeat;
    background-size: contain;
	margin-left: .4rem;
    margin-bottom: .3rem;
    width: .5rem;
    height: .5rem;
}

.makePop .contentInfo{
	width: 7rem;
	margin: auto;
	margin-top: 1.5rem;
	position: relative;
    height: 80vh;
}
.contentInfo .mtBoy{
	position: absolute;
    cursor: pointer;
    left: 50%;
    top: 50%;
	width: 7rem;
    transform: translate(-50%, -50%);
}

.contentInfo .videoBig{
	margin: auto;
}

.videoBig .ykplayer .x-video-title{
	display: none !important;
}

.contentInfo img{
	object-fit: cover;
	margin: auto;
}

.contentInfo .title{
	margin-top: .2rem;
}

.contentInfo .title p{
	color: #bababa;
	font-size: .3rem;
	margin-bottom: .2rem;
	text-align: center;
}

.contentInfo .title p span{
	margin-right: .6rem;
}

.curriculumBox{
	position: relative;
}

.curriculumBox h1{
	background-image: -webkit-linear-gradient(bottom, #FFC154, #D39347);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: .45rem;
	text-align: center;
}

.curriculumList{
	width: 7rem;
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	margin-top: .6rem;
}

.curriculumList a{
	width: 100%;
}

.curriculumList .swiper-pagination{
	line-height: 0px;
}

.curriculumList .swiper-pagination .swiper-pagination-bullet-active{
	width: .4rem;
    height: .15rem;
    border-radius: .1rem;
    background: #fff;
    box-shadow: 1px 1px 5px 0px #111111d1;
}