html,body{
	margin:0px;
	padding:0px;
	background: #f5f5f5;
	font-family: 'AlibabaPuHuiTi-Regular';
}
#programMain{
	width:1400px;	
	margin:0px auto;
	box-shadow: 0px 0px 10px 2px #dad7d7;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#programDetailMain{
	width:1400px;	
	margin:0px auto;
	box-shadow: 0px 0px 10px 2px #dad7d7;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.banner img{
	width:100%;	
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

.clearfix:after {
	clear: both;
}
.dataContent{
	width:1360px;
	background: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding:20px;
	margin-bottom:30px;
}
.svg-img{
	align-self: center;	
	cursor: pointer;
}
.selectRow{
	display: flex;	
	height:32px;
}
.selectRowSpan{
	font-weight: 500;
	font-family: 'AlibabaPuHuiTi-Medium';
	opacity: 0.85;
	color:#000;
	align-self:center;
	font-size:24px;
	cursor: pointer;
}
.fenge{
	height:4px;
	margin:15px 0px;
	
}
.selectRowShuFenge{
	width:1px;
	background:#c9c9c9;
	margin:0px 10px;	
	height:24px;
	align-self:center;
}
.day{
	width: 165px;
    height: 68px;
    line-height: 68px;
    float: left;
    margin-right: 12px;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px;
}
.dayList{
}
.dayTime{
	font-family: 'AlibabaPuHuiTi-Medium';
	font-weight: 500;
	font-size:18px;
}
.dayIndex{
	font-size:62px;
	font-weight: 400;
	font-family: 'AlibabaPuHuiTi-Heavy';
	display: inline-block;
	width:55px;
	text-align: right;
}
.programData{
	margin-top:40px;
	width:100%;
}
.classList{
	width:140px;
	display: inline-block;
	float:left;
}
.programList{
	width:1200px;
	float:left;
	margin-left:10px;
	overflow-y: hidden;
    overflow-x: auto;
    background: #F9F8F9;
}
.classList div{
	font-size:12px;
	background: #E0E0E0;
	border-radius: 4px;	
	font-family: 'AlibabaPuHuiTi-Medium';
	font-weight: 500;
	margin-top:2px;
	height:80px;
	width:140px;
	text-align: center;
	display: flex;
  	align-items: center;
}
.dataPannel{
	height:20px;
	margin-top:30px;
}
.timeLine{
	width:1200px;
	overflow-x: hidden;
	overflow-y:hidden;
	word-break:break-all;
	white-space: nowrap;
	margin-left:150px;
	height:30px;
	display: flex;
}
.timeParent{
	min-width:40px;
	font-family: 'AlibabaPuHuiTi-Medium';
	font-size: 14px;
	color: #000000;
	text-align: center;
	font-weight: 400;
	display: inline-block;	
	align-self:center;
}
.timeShow{
	transform: rotate(-40deg);
	

}
.sessionParent{
   position: relative;
   height: 80px;
   border-top:2px solid #fff;
   margin-top: 0.4px;
}
.sessionDiv{
	float:left;
	height:80px;
	font-size:12px;
	font-family: 'AlibabaPuHuiTi-Medium';
	border-radius: 4px;	
	text-align:center;
	position: absolute;
	overflow: hidden;
	color:#fff;
	cursor: pointer;
}
.titleSpan{
	position: absolute;
    width: 95%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    left:2.5%
}
.selectRowLeft{
	float:left;	
}
.shiqu{
	float:right;	
}
.selectPannel{
	width:100%;
	background: #fff;
	border-radius: 10px;
	font-family: 'AlibabaPuHuiTi-Medium';
}
.bgNot{
	background: transparent !important;
}
.selectDetailRow{
	position: relative;
	overflow: hidden;
}
.classRow,.fieldRow,.forumRow,.conTypeRow{
	height:50px;
}
.selectDetailTitle{
	font-size: 14px;
	color: #666666;
	width:80px;
	text-align: right;
	display: inline-block;
	padding-top: 15px;
}
.selectDetail{
	font-family: 'AlibabaPuHuiTi-Refular';
	font-size: 14px;
	color: #000000;
	font-weight: 400;	
	padding:5px 16px;
	cursor: pointer;
	border-radius: 16px;
	text-align: left;
}
.selectDetailLeft{
	width:100px;
	float:left;
}
.selectDetailRight{
	width:1260px;
	float:left;
	padding-bottom:10px;
	display: inline-table;
}

.selectDetailRight .input-with-select {
	width: 428px;
	margin-top: 14px;
}

.selectDetailRight .el-select {
	width: 120px;
}

.selectDetailRight .el-input-group__prepend {
	border-radius: 20px;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #ffffff;
}

.selectDetailRight .el-input__inner {
	border-radius: 20px;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.selectItem{
	padding-top:10px;
	width:300px;
	display: inline-flex;
}
.selectFenge{
	width:1300px;
	margin:0px auto;
	border:1px dashed #D9D9D9;
	margin-top:10px;
}
.selectOpen{
	position: absolute;
    right: 50px;
    top: 15px;
    float: right;
    cursor: pointer;	
}
.sessionPannel{
	width:100%;
	background: #fff;
	border-radius: 10px;
	font-family: 'AlibabaPuHuiTi-Medium';
	margin-top:20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.headTop{
	color:#fff;
	padding:20px 40px 30px 40px;
	height:47px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
}
.sessionHead{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.sessionNameSpan{
	font-family: 'AlibabaPuHuiTi-Medium';
	font-size: 24px;
	color: #FCFDFC;
	font-weight: 500;
	display: block;
}
.sessionTimeSpan{
	font-family: 'AlibabaPuHuiTi-Medium';
	margin-top:10px;
	font-size: 18px;
	color: #FCFDFC;
	font-weight: 500;
	display: block;
	float:left;
}
.sessionClassSpan{
	font-family: 'AlibabaPuHuiTi-Medium';
	margin-top:10px;
	font-size: 18px;
	color: #FCFDFC;
	font-weight: 500;
	display: block;
	float:left;
	margin-left:24px;
}
.liveBtn{
	padding:5px 10px;
	border-radius: 30px;
	background: #fff;
	position: absolute;
	float:right;
	right:50px;
	top:20px;
	cursor: pointer;
}
.headDown {
    height: 56px;
    padding: 20px 40px;
	
}

.headDownSpan{
	font-size: 16px;
	font-family: 'AlibabaPuHuiTi-Refular';
	color: #EEEEEE;
	letter-spacing: 0;
	line-height: 30px;
	font-weight: 400;
	width:250px;
	display: block;
	float:left;
}
.shuFenge{
	display: inline-block;
    margin: 0px 40px;
    align-self:center;
}
.meetingPannel{
	padding:20px 40px;
}
.sessionRole{
	padding:10px 0px;	
	display:flex;
}
.meetingDiv{
	padding:10px 0px;	
	font-family: 'AlibabaPuHuiTi-Refular';
	display: flex;
}
.sessionTime{
	display: inline-block;
	width:165px;
	align-self:center;
}
.meetingTime{
	display: inline-block;
	width:165px;
	align-self:center;
}
.sessionFaculty{
	display: inline-block;
}
.meetingTopic{
	display: inline-block;
	width:550px;
	color:#000000;
	align-self:center;
	margin-right: 10px;
}
.meetingSpeaker{
	font-family: 'AlibabaPuHuiTi-Medium';
	display: inline-block;
	color: #333333;
	width:450px;
}
.meetingDanwei{
	display: inline-block;
	color: #333333;	
}
.programDanwei{
	font-family: 'AlibabaPuHuiTi-Refular';
	color:#555555;
	margin-left:10px;
	display: inline-block;
	width:300px;
}
.programSessionDanwei{
	font-family: 'AlibabaPuHuiTi-Refular';
	color:#555555;
	margin-left:10px;
	display: inline-block;
}
.programFacutly{
	display: block;
	width:150px;	
	display: inline-block;
}
.programRole{
	float: left;
	width:100px;
}
.programFacultyDiv{
	float: left;
}
.quickTop{
	position: fixed;
    bottom: 40px;
    right: 7px;
    width: 15px;
    height: 15px;
    border-radius: 30px;
    background-color: #f2f6fc;
    text-align: center;
    padding: 15;
    box-shadow: 0px 0px 3px 3px #e4e4e4;
    cursor: pointer;
}
.topSpan{
	font-size:12px;
	font-family: 'AlibabaPuHuiTi-Refular';
	display: block;
    position: absolute;
    top: 20px;
    left: 12px;
}
}
.quickTopPannel{
	margin-top:-3px;	
}
.topIcon{
	position: absolute;
    top: 6px;
    left: 15px;
	
}
.programRoleRow{
	display: flex;
}
.el-message.el-message--info{
	top:300px !important;
	
}
