html,body,.container{
	width: 7.5rem;
	height: auto;
}
.container{
	padding:1.05rem .4rem 0;
}
.schedule_navs{
	height: .875rem;
	display: flex;
	text-align: center;
	background: #f8f8f8;
}
.schedule_navs li {
	width: 33.333%;
	height:  .875rem;
	font-size: .33rem;
	color: #999;
	font-family: 'Arial Normal', 'Arial';
    font-weight: 400;
    cursor: pointer;
}
.schedule_navs span{
	display: inline-block;
	line-height: calc(.875rem - 3px);
	border-bottom: 3px solid transparent;
}
.schedule_navs .schedule_navs_active{
	border-bottom: 3px solid #FF5210;
	color: #333;
}
.schedule_conts{
	min-height: 7.5rem;
	margin-bottom: 1.05rem;
	display: none;
}
.schedule_cont_active{
	display: block;
}
.schedule_item_active{
	background: #f8f8f8;
}
.schedule_title{
	line-height: .45rem;
	padding: .3125rem 0 0;
}
.schedule_related{
	padding: .0625rem 0;
	font-size: .265rem;
}
.schedule_time{
	padding-right: .24rem;
}
.schedule_txt{
	line-height: .52rem;
	color: #999;
	padding-bottom: .416rem;
}

.schedule_items{
	margin-top: .25rem;
	padding: 0 .25rem;
	border-radius: 4px;
}
.schedule_items .day{
	height: .8rem; 
	margin-top: .6rem;
    font-weight: 700;
    border-bottom: solid 4px #3e70ad;
	/* background-color: #3e70ad; */
}
.schedule_items .day p{
	line-height: .8rem; 
	color: #3e70ad;
	font-size: .35rem;
    font-weight: 700;
	text-align: left;
}

.schedule_items li{
	margin-top: .2rem;
	border-bottom: dashed 1px #ddd;
	padding-bottom:.2rem;
}

.schedule_items .l{
    font-style: normal;
    color: #333333;
	text-align: left;
}
.schedule_items .l .time,.schedule_items .l .venue{
	line-height: .5rem;
	font-size: .3rem;

}

.schedule_items .l .time{
	/* font-weight: 700;
	color: #3e70ad; */
}

.schedule_items .r{
	width: 100%;
}
.schedule_items .event_title{
	font-weight: 700;
    font-style: normal;
    font-size: .3rem;
    color: #3E70AD;
	
	line-height: .35rem;
	padding-top: .1rem;
}

.schedule_items .event_content{
	font-size: 14px;
	color: #666;
	line-height: 25px;
	margin-top: 15px;
}