.course-audition>ul li .item-word {
	width: 100%;
	padding: 0;
}

.zs{
	height: 60px!important;
	overflow: hidden;
	bottom: 40px!important;
}
.yc{
	height: 113px;
	overflow: inherit;
	bottom: 40px!important;
}

.course-tops ul li:hover {
	color: var(--main_color);
}

html {
      overflow-y: scroll;
}

.small_box div li {
	/* width: 100%; */
	height: 290px;
	overflow: hidden;
	box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.08);
	opacity: 1;
	border-radius: 8px;
	float: left;
	position: relative;
}

.small_box_text_box {
	float: left;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.small_box_text_box .text_box_top {
	width: 100%;
	height: 80px;

	display: flex;
	/* justify-content: center; */
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0 16px;
	box-sizing: border-box;


}

.small_box_text_box .text_box_top .box_top_p {
	/* width: 90%; */
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.small_box_text_box .text_box_bottom {
	width: 100%;
	height: 84px;
	display: flex;
	justify-content: center;
	align-items: center;


}

.small_box_text_box .text_box_bottom .bottom_small {
	/* width: 90%; */
	/* height: 84px; */
	/* margin: 5%; */
	/* background: #0066CC; */
	width: 100%;
	display: flex;
	flex-direction: column;

}

.text_box_bottom .bottom_small .bottom_top {
	width: 100%;
	height: 40px;
	display: flex;
	/* justify-content: center; */
	align-items: center;
	color: rgba(0, 0, 0, 0.8);
	margin-top: 5px;
	margin-left: 16px;

}

.text_box_bottom .bottom_small .bottom_top p {
	color: rgba(0, 0, 0, 0.8);

}

.text_box_bottom .bottom_small .bottom_top .kc-Money {
	text-align: left;

}

.bottom_small .bottom_top span font {

	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	margin-left: -5px;

}

.text_box_bottom .bottom_small .bottom {
	width: 100%;
	height: 34px;
	font-size: 12px;

}

.bottom_small .bottom .bottom_left {
	flex: 1;
	height: 34px;
	float: left;
	color: rgba(0, 0, 0, 0.6);
	display: flex;
	/* align-items: center; */
	justify-content: flex-start;
	text-decoration: line-through;
	margin-left: 16px;

}

.text_box_bottom .bottom_small .bottom .bottom_right {
	flex: 1;
	height: 34px;
	float: right;
	display: flex;
	/* align-items: center; */
	justify-content: flex-end;
	color: rgba(0, 0, 0, 0.6);
	margin-right: 16px;

}

.item-pic .state_box {
	position: absolute;
	z-index: 1;
	width: 79px;
	height: 29px;
	top: 0;
	right: 0;
}

.ls_course-box {
	margin-bottom: 24px;
}

.clearfix div li:hover::before {
	background: var(--main_color);
}

.cate-item-detail .cate-item-title {
	width: auto;
	/* background: yellow; */
	flex: 1;
}

.cate-item-right {
	width: 70%;
	/* background: pink; */
}
/* .login-name{
	padding: 10px 0 16px;
}
.login-name, a.login-quit{
	line-height: normal;
} */



.zb_boxs {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	opacity: 1;
	border-radius: 0px;
	position: fixed;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.zb_boxs .box {
	width: 654px;
	height: 375px;
	background: #ffffff;
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
	opacity: 1;
	border-radius: 8px;
}

.zb_boxs .box .box_top .tit {
	float: left;
	margin: 8px 16px;
}

.zb_boxs .box .box_left {
	margin: 52px 0 0 -40px;
	width: 216px;
	height: 323px;
	float: left;
	overflow: hidden;
}

.zb_boxs .box .box_right {
	margin: 55px 40px 32px 32px;
	width: 315px;
	float: right;
}

.zb_boxs .box .box_right .text-blank {
	font-size: 16px;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.8);
}

.zb_boxs .box .box_right .text-img {
	width: 18px;
	height: 18px;
}

.zb_boxs .box .box_right .text-con {
	margin-top: 18px;
	width: 326px;
	height: 187px;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	color: rgba(0, 0, 0, 0.6);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	word-break: break-all;
}
.zb_boxs .box .box_left img {
	width: 100%;
}
.zb_boxs .closes i {
	margin: 8px !important;
	font-size: 20px;
}

.zb_boxs .closes{
	cursor: pointer;
	float: right;
}