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_items{
	margin-top: .25rem;
	padding: 0 .25rem;
	border-radius: 4px;
}
.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;
}