html{
    width: 100%;
    height: 100%;
}
body{
    width: 100%;
    height: calc(100% - 50px);
    background-image: url(../img/bg.jpg);
    background-size: 100% 100%;
	position: relative;
	/* overflow: hidden; */
}
.hiddenPhone {
	display: none !important;
}
.loading {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.showPhone {
	display: block !important;
}
.mainWrap {
	margin-top: 50px;
}
.warp {
	width: 90%;
	height: 86%;
	/* border: 1px solid #ccc; */
	position: absolute;
	top: 4%;
	left: 5%;
}
.warp .warp_header p {
	text-align: center;
	font-size: 18px;
	color: #39181f;
	font-weight: 600;
}
.warp .warp_header p:nth-of-type(1){
	margin: 20px 0 12px;
}
.warp .warp_header p:nth-of-type(2){
	margin: 0 0 4px;
}
.warp .warp_header p img {
	width: 22%;
}

.enterTime{
    font-size: 13px;
    text-align: center;
    /* line-height: 4vh; */
	color: #966110;
}
.mainInfoBox{
    overflow: hidden;
	display: flex;
	margin: 30px 0;
}
.mainInfoBox p .bot{
	display: inline-block;
	text-align: center;
	font-weight: 400;
	width: 55%;
	/* padding: 0 20px; */
    border-bottom: 1px solid #000;
	 white-space:nowrap;
	        /*2.溢出部分隐藏起来*/
	        overflow:hidden;
	        /*3.文字溢出的时候用省略号来显示*/
	        text-overflow:ellipsis;
}
.mainInfoBox>p{
   font-weight: 600;
	text-align: center;
	flex: 1;
	font-size: 12px;
	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;
    border-radius: 30px;
    font-size: 15px;
    padding-right: 10px;
    line-height: 30px;
    display: flex;
	margin: 0 auto;
}
h3 span:nth-of-type(1){
	display: inline-block;
    width: 60px;
    height: 28px;
    background-color: #ff942a;
    border-radius: 20px;
    text-align: center;
    line-height: 28px;
    color: #fff;
    margin-right: 6px;
}
h3 span:nth-of-type(2){
	max-width: calc(100vw - 120px);
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 28px;
}
.activeMainBox {
	border: 1px solid #eae4dc;
    padding: 8px 10px;
    margin: 20px auto 10px;
    background-color: #fffefa;
    font-size: 12px;
    width: 98%;
    box-sizing: border-box;
    line-height: 22px;
}
.activeMainBox>div{
	flex-direction: column;
    align-items: center;
    width: max-content;
    margin: 0 auto;
}

.activeMainBox p {
	font-weight: 600;
}
.activeMainBox p .lectureTimes {
	color: #cd565a;
}
.activeMainBox p .courseTimes {
	color: #4e8d81;
}
.active2ContentsBox {
	border: 1px solid #eae4dc;
	padding: 10px 0 20px;
	margin-top: 10px;
	background-color: #fffefa;
	max-height: calc(100vh - 490px);
	/* min-height: calc(100vh - 495px); */
	width: 99%;
	margin: 10px auto 0;
	overflow-y: auto;
}
.active2ContentsBox>div {
	flex: 1;
	padding: 10px 20px 0;
}
.active2ContentsBox>div>p {
	display: flex;
	justify-content: space-between;
	
}
.test1MainBox {
	margin: 6px 0;
}
.test1MainBoxTitle {
	display: flex;
	font-size: 14px;
	margin: 8px 0 6px;
	border-bottom: 1px solid #eae4dc
}
.test1MainBoxTitle span {
	flex: 1;
	display: block;
	text-align: center;
	padding-bottom: 10px;
    cursor: pointer;
	font-size: 14px
}
.test1MainBoxCon {
	/* max-height: 140px; */
	overflow-y: auto;
}
.test1MainBoxCon .test1MainBoxLine {
	display: flex;
	justify-content: space-between;
	margin: 5px 0;
	font-size: 12px
}
.test1MainBoxCon .test1MainBoxLine p:nth-last-of-type(2){
	width: calc(100% - 240px);
}
.test1MainBoxCon .test1MainBoxLine p:nth-last-of-type(1){
	width: 62px;
}
.test2MainBoxCon .test2MainBoxLine,
.test3MainBoxLine{
	display: flex;
	justify-content: space-between;
	font-size: 12px
}
.current {
	border-bottom: 2px solid #729cb5;
}
.test1TopBox span,.test2TopBox span,.test3TopBox span{
	color: #729cb5;
	font-weight: 600;
	font-size: 15px
}
.test1TopBox span b ,.test2TopBox span b,.test3TopBox span b{
	color: #ff6e50;
}
.test2TopBox{
	margin-bottom: 20px;
}
.test3TopBox {
	margin: 20px 0 10px;
}
.active2ContentsRight {
	/* max-height: 230px; */
	/* overflow-y: auto; */
}
.ewm {
	position: fixed;
	right: 5px;
	bottom: 10px;
	width: 100px;
	height: 100px;
}
.ewm img {
	width: 100%;
	height: 100%;
}
.active2ContentsLeft{
	position: relative;
	padding-bottom: 8px!important;
	border-bottom: 1px solid #ccc;
}
.active2ContentsLeft>span{
	font-size: 12px;
    color: #999;
    position: absolute;
    bottom: -6px;
    left: calc(50% - 60px);
}