.appointmentBox .actibox {
    padding-left: 10px;
    padding-right: 10px; 
}

.appointmentBox .appointentTitle { 
    display: inline-block;
    color: #1D1D1D;
    font-size: 16px;
    width: 100%;
    padding-right: 62px;
    height: 50px;
    line-height: 50px;
    padding-left: 5px;
    overflow: hidden;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.appointmentBox .acti_style {
    position: absolute;
    width: 50px;
    height: 20px;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    background: #E29A66;
    top: 15px;
    right: 10px;
    border-radius: 4px;
}

.appointmentBox .startTime {
    font-size: 14px;
    color: #646464;
    width: 100%;
    border-top: 1px solid #EBEBEB;
}

.appointmentBox .synopsis {
	font-size: 14px;
	color: #646464;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.appointmentBox .sponsor {
    padding-top: 12px;
}

.appointmentBox .startTime {
    padding-top: 12px;
}

.appointmentBox .synopsis {
	padding-top: 12px;
}

.appointmentBox .titlle_copy {
    height: 30px;
    line-height: 30px;
    position: absolute;
    margin-top: -10px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    background: #E52B31;
    font-size: 14px;
    color: #fff;
    display: none;
}

.sponsor {
    font-size: 14px;
    color: #646464;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tfAppointmentBox {
    /* background: #F9F9F9; */
}

.tfAppointment {
    background: #fff;
    padding: 30px;
}

.tfAppointment .orderBy {
    position: relative;
    text-align: center;
}

.tfAppointment .orderBy .col {
    display: inline-block;
    padding: 0 30px;
}

.tfAppointment .orderBy .col a {
    display: inline-block;
    padding: 30px 0px 10px 0px;
    font-size: 24px;
    color: #333;
    border-bottom: 4px solid #fff;
    margin-bottom: 20px;
}

.tfAppointment .orderBy .col.active a {
    border-bottom: 4px solid #e52b31;
}

.tfAppointment .whereText {
    border: 1px solid #efefef;
    padding: 20px;
}

.tfAppointment .whereText .address {
    border-bottom: 1px solid #efefef;
    position: relative;
    display:flex;
}

.tfAppointment .whereText .appointmentType {
    position: relative;
    padding-top: 20px;
}

.tfAppointment .whereText .nameText {
    position: absolute;
    top: 20px;
    left: 0;
    width: 120px;
    font-size: 16px;
    color: #3C3C3C;
    padding: 6px 14px;
}

.tfAppointment .whereText .theme {
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
}

.tfAppointment .whereText .themeName {
    position: absolute;
    top: 20px;
    left: 0;
    width: 108px;
    font-size: 16px;
    color: #3C3C3C;
    padding: 6px 14px;
}

.tfAppointment .whereText > div {
    position: relative;
}

.tfAppointment .whereText .textContent {
    margin-left: 100px;
    width:950px;
    min-height: 30px;
}

.address .openAddress{
    height:55px;
    overflow: hidden;
}
.tfAppointment .whereText .textContent a {
    display: inline-block;
    padding: 6px 14px;
    font-size: 16px;
    color: #3C3C3C;
    margin-right: 20px;
}
.tfAppointment .whereText .textContent a.active {
    background: #E52B31;
    color: #fff;
    border-radius: 4px;
}

.tfAppointment .whereText .address a {
    margin: 0 20px 20px 0;
}

.tfAppointment .contentMain {
    margin-right: -20px;
}

.tfAppointment .contentMain .appointmentLi {
	width: 380px;
	/*height: 400px;*/
	height: 420px;
	margin-right: 4px;
	margin-bottom: 26px;
	float: left;
}

.tfAppointment .contentMain .appointmentLi .appointmentBox {
    height: 100%;
    border: 1px solid #f1f1f1;
    border-radius: 6px;
}

.tfAppointment .contentMain .appointmentLi .appointmentBox:hover {
    box-shadow: 2px 2px 6px #aaa;
    background-color:#f5f5f5;
}

.tfAppointment .contentMain .appointmentLi .imgBox {
    width: 360px;
    margin: auto;
    height: 230px;
    margin-top: 10px;
    background: #eeee;
    position: relative;
    overflow: hidden;
}

.tfAppointment .contentMain .appointmentLi .opentime {
    font-size: 14px;
    color: #646464;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 16px;
}

.tfAppointment .priceTag {
    display: block;
    padding: 6px 16px;
    position: absolute;
    bottom: 20px;
    right: -4px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.tfAppointment .priceTagGreen {
    background: url(../../common/img/priceTagGree.png) no-repeat;
    background-size: 100% 100%;
    background-position: 0 2px;
}

.tfAppointment .priceTagRed {
    background: url(../../common/img/priceTagRed.png) no-repeat;
    background-size: 100% 100%;
    background-position: 0 2px;
}

.tfAppointment .contentMain .appointmentLi .imgBox img {
    width: 100%;
    height: 100%;
    transition: all .6s ease-in-out;
}

.tfAppointment .contentMain .appointmentLi .imgBox img:hover {
    transform: scale(1.1);
}

.tfAppointment .statusTag {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #e29a66;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    color: #ffffff;
}

.tfAppointment .statusTaged {
    background: #c1c1c1;
}


/*====================================*/

.banner {
    min-height: 500px;
    background: #efefef;
}

.banner .bannerImgBox img {
    width: 100%;
    min-width: 1200px;
}

.banner_bottom {
    position: absolute;
    width: 100%;
    margin-top: -89px;
    z-index: 2;
    bottom: 0;
}

.banner .bannerText1 {
    position: absolute;
    top: 19%;
    left: 17%;
    width: 4%;
}

.banner .bannerText2 {
    position: absolute;
    top: 27%;
    left: 29%;
    width: 7%;
}

.banner_bottom img {
    width: 100%;
}

.banner_bottom .bannerImgBox {
    height: 500px;
    background: red;
}

.banner .swiper-wrapper {
    height: auto !important;
}

.banner .swiper-slide {
    height: auto !important;
}

.swiper-container {
    position: relative;
}

.swiper-container:hover .swiper-button-prev {
    left: 0;
}

.swiper-container:hover .swiper-button-next {
    right: 0;
}


/* banner切换按钮 */

.swiper-button-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../../../img/btn-left.png) no-repeat;
    background-size: 100% 100%;
    top: 50%;
    left: -50px;
    margin-top: -25px;
    transition: left .5s ease-out;
    cursor: pointer;
}

.swiper-button-next {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../../../img/btn-right.png) no-repeat;
    background-size: 100% 100%;
    top: 50%;
    right: -50px;
    margin-top: -25px;
    transition: right .5s ease-out;
    cursor: pointer;
}

#active_banner {
    min-height: 100px;
}

.moreBtn{
    padding-right:10px;
    line-height:35px;
    text-align: right;
    color:#333;
    cursor: pointer;
    width:100px;
}
.arrowDownIcon{
    display: inline-block;
    width:30px;
    height:12px;
    background: url(../img/jt_down.png) no-repeat;
    background-size:100%;
    background-position: center;
}
.arrowUpIcon{
    display: inline-block;
    width:30px;
    height:12px;
    background: url(../img/jt_up.png) no-repeat;
    background-size:100%;
    background-position: center;
}

.ticket-classify{
    padding-top:20px;
	border-top: 1px solid #ebebeb;
} 