.content{
    padding: .2rem .2rem .2rem .2rem ;
    overflow:hidden
}
.swiper-pagination span{
    position: relative;
    width: 70px;
    font-size: 14px;
    color:#fff;
    height:50px;
    margin: 0!important;
    border-radius: 0;
    border-bottom: 2px solid #e1e1e1;
}
.swiper-pagination span:nth-child(1):before{
    content:"12月6日（周四）";
    text-align: center;
}
.swiper-pagination span:nth-child(2):before{
    content:"12月7日（周五）";
}
.swiper-pagination span:nth-child(3):before{
    content:"12月8日（周六）";
}

.swiper-pagination span:before{
    position: absolute;
    top:0;
    left:0;
    line-height: normal;
}
.swiper-pagination-bullet-active,.swiper-pagination-bullet{
    background-color: rgba(0,0,0,0);
    opacity: 1
}
.swiper-pagination-bullet-active:before{
    color: #ffc400;
}
.swiper-pagination-bullet-active{
    border-bottom: 2px solid #ffc400!important;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom:auto;
    top:20px;
    left: 0;
    width: 100%;
}
.swiper-container{
    padding-top: 100px
}
table td:nth-child(1){
    width: 80px;
	text-align: left;
}
table td:nth-child(2){
    text-align: left;
    padding-left: 5px;
}
table th{
    font-size: 16px;
    color:#ffc400;
    line-height: 30px;
}
table td{
    vertical-align: top;
    line-height: 22px;
    font-size: 13px;
   
}
.swiper-wrapper{
    min-height: 300px;
}
.swiper-wrapper b{
    color: #aaa;
}