html,body{
    width: 100%;
    height: 100%;
    background-image: url(../img/recordBg.png);
    background-size: 100% 100%;
}
.mainWrap{
    position: fixed;
    width: 55%;
    height: 65%;
    left: 32.7%;
    top: 26%;
}
.enterTime{
    font-size: 1.2vw;
    letter-spacing: 0.1vw;
    text-align: center;
    line-height: 4vh;
	color: #966110;
}
.mainInfoBox{
    overflow: hidden;
	display: flex;
	margin: 24px 0;
}
.mainInfoBox p .bot{
	display: inline-block;
	text-align: center;
	font-weight: 400;
	min-width: 65%;
	/* padding: 0 20px; */
    border-bottom: 1px solid #000;
}
.mainInfoBox>p{
   font-weight: 600;
	text-align: center;
	flex: 1;
	/* display: flex; */
}
.mainInfoBox>p:first-child {
	/* float: left; */
	text-align: left;
}
.mainInfoBox>p:last-child {
	text-align: right;
}
.mainInfoBox>p:first-child {
	float: left;
}
.mainInfoBox>p:nth-of-type(3n+3){
    margin-right: 0;
}
h3{
    font-weight: initial;
    background-color: #fcf0e6;
    width: max-content;
    color: #ff942a;
    padding-right: 1vw;
    border-radius: 30px;
    margin: 1.6vw auto 1vw;
    font-size: 1.2vw;
}
h3 span:nth-of-type(1){
    display: inline-block;
    width: 5.4vw;
    height: 2.2vw;
    background-color: #ff942a;
    border-radius: 20px;
    text-align: center;
    line-height: 2.2vw;
    color: #fff;
    margin-right: 0.6vw;
}
.activeMainBox>div {
	display: flex;
	border: 2px solid #eae4dc;
	padding: 10px 0;
	margin-top: 20px;
	background-color: #fffefa;
}
.activeMainBox p {
	flex: 1;
	text-align: center;
	font-weight: 600;
}
.activeMainBox p .lectureTimes {
	color: #cd565a;
}
.activeMainBox p .courseTimes {
	color: #4e8d81;
}
.active2ContentsBox {
	display: flex;
	border: 2px solid #eae4dc;
	padding: 10px 0 20px;
	margin-top: 20px;
	background-color: #fffefa;
	max-height: 270px;
}
.active2ContentsBox>div {
	flex: 1;
	padding: 10px 20px 0;
}
.active2ContentsBox>div>p {
	display: flex;
	justify-content: space-between;
	
}
.test1MainBoxTitle {
	display: flex;
	margin: 20px 0 10px;
	border-bottom: 1px solid #eae4dc;
}
.test1MainBoxTitle span {
	flex: 1;
	display: block;
	text-align: center;
	padding-bottom: 10px;
    cursor: pointer;
}
.test1MainBoxCon {
	max-height: 140px;
	overflow-y: auto;
}
.test1MainBoxCon .test1MainBoxLine {
	display: flex;
	justify-content: space-between;
	margin: 5px 0;
	line-height: 24px;
}
.test2MainBoxCon .test2MainBoxLine,
.test3MainBoxLine{
	display: flex;
	justify-content: space-between;
	line-height: 24px;
}
.current {
	border-bottom: 2px solid #729cb5;
}
.test1TopBox span,.test2TopBox span,.test3TopBox span{
	color: #729cb5;
	font-weight: 600;
	font-size: 18px;
}
.test1TopBox span b ,.test2TopBox span b,.test3TopBox span b{
	color: #ff6e50;
}
.active2ContentsLeft {
	border-right: 1px solid #ccc;
}
.test2TopBox{
	margin-bottom: 10px;
}
.test3TopBox {
	margin: 16px 0 10px;
}
.active2ContentsRight {
	max-height: 230px;
	overflow-y: auto;
}
@media screen and (max-width:1500px) {
	.test1MainBoxCon .test1MainBoxLine,.test2MainBoxCon .test2MainBoxLine,.test3MainBoxLine{
		display: flex;
		justify-content: space-between;
		font-size: 1vw;
	}
}
.topNavBox i{
	position: fixed;
	left: 40px;
	top: 40px;
	font-size: 30px;
	color: #996618;
}
.active2ContentsLeft{
	position: relative;
	padding-bottom: 12px!important;
	/* border-bottom: 1px solid #ccc; */
}
.active2ContentsLeft>span{
	font-size: 12px;
    color: #999;
    position: absolute;
    bottom: -6px;
    left: calc(50% - 60px);
}