/*左侧列表*/
.main-box-left {
    box-sizing: border-box;
    float: left;
    width: 950px;
    padding: 0;
    background-color: transparent;
}
/*轮播图*/
.ticket-swiper-container{
    margin-top: 20px;
    width: 100%;
    height: 240px;
}
.ticket-swiper-container .swiper-slide img{
    width: 100%;
    height: 100%;
}
.ticket-swiper-pagination{
    position: absolute;
    bottom: 10px;
    z-index: 10;
    text-align: center;
}
/*条件过滤*/
.filter-box{
    overflow: hidden;
    margin-top: 20px;
}
.business-type-list{
    border-bottom: 1px solid #ffa200;
    overflow: hidden;
}

.business-type-item{
    box-sizing: border-box;
    float: left;
    width: 14.285%;
    height: 40px;
    line-height: 40px;
    color: #999;
    font-size: 16px;
    text-align: center;
    background-color: #fff;
}
.business-type-item a{
    box-sizing: border-box;
    display: inline-block;
    border-right: 1px solid #cccccc;
    height: 20px;
    line-height: 20px;
    width: 100%;
}
.business-type-item:last-child a{
    border-right:none;
}
.business-type-num{
    color:#ff6c00;
}
.business-type-list .active{
    background-color: #ffa200;
    color: #fff;
}
.business-type-list .active a{
    color: #fff;
    border-right:none;
}
.filter-time-list{
    height: 40px;
    border-bottom: 1px solid #288be0;
}
.filter-time-item,.look-more-day{
    float: left;
    width: 25%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color:#999;
    text-align: center;
    background-color: #fff;
}
.filter-time-item a{
    box-sizing: border-box;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    border-right: 1px solid #cccccc;
    vertical-align: middle;
    width: 100%;
}
.filter-time-list .filter-day{
    margin-top: -10px;
}
.filter-time-item:last-child a{
    border-right:none
}
.filter-time-list .active{
    background-color: #288be0;
    color: #fff;
}
.filter-time-list .active a{
    color: #fff;
    border-right:none;
}
.look-more-day a{
    color: #288be0;
    font-size: 14px;
}

/*左侧*/
.business-item-top{
    overflow: hidden;
}
.business-item-top-img{
    float: left;
    width: 210px;
    height: 140px;
    margin-right: 20px;
}
.business-item-center{
    float: left;
    width: 480px;
}
.business-content-title{
    font-size: 16px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.business-tag-list{
    overflow: hidden;
    /*margin-bottom: 20px;*/
    display: inline-block;
    vertical-align: middle;
}
.business-tag-item{
    float: left;
    border: 1px solid #288be0;
    color: #288be0;
    padding: 2px 4px;
    border-radius: 4px;
    margin-right: 5px;
}
.business-item-right{
    float: right;
    width: 120px;
    /*text-align: center;*/
}
.content-box{
    margin-bottom: 5px;
    margin-top: 10px;
}
.content-lable{
    color: #999;
}
.content-value{
    vertical-align: top;
    display: inline-block;
    width: 410px;
}

/*起价*/
.business-price-box{
    padding-top: 20px;
}
.business-price-box .price-icon{
    color: #ff5a00;
}
.business-price-box .price-value{
    color: #ff5a00;
    font-size: 20px;
    font-weight: bold;
}
.business-price-box .price-text{
    color: #999;
}

.look-detail-btn{
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #ffa200;
    margin-bottom: 10px;
    font-size: 16px;
}
.content-sub-info-value{
    color: #288be0;
}
/*表格*/
.business-item-table{
    width: 100%;
    background-color: #fff;
    /*margin-top: 20px;*/
}
.business-item-table .td2,
.business-item-table .td3,
.business-item-table .td4{
    box-sizing: border-box;
    text-align: center;
}
.business-item-table .td1{
    box-sizing: border-box;
    width: 410px;
    height: 60px;
    padding: 0 10px;
    text-align: left;
}
.business-item-table .td-col-name{
    color: #f66;
    font-size: 16px;
    padding-left: 10px;
    font-weight: bold;
}
.business-item-table .td-col-header{
    border-bottom: 1px solid #ccc;
}
.business-item-table .business-item-tr:nth-child(n+2){
    border-bottom: 1px dashed #ccc;
}
.business-item-table .business-item-tr:nth-last-child(2){
    border-bottom:none;
}
.td-col-header th{
    height: 50px;
    color: #999;
}
.product-item-title{
    float: left;
    margin-right: 10px;
    /*width: 80px;*/
}
.product-item-name{
    margin-bottom: 5px;
}
.product-look-detail{
    color: #ffa200;
    font-size: 12px;

}
.product-look-detail .iconfont{
    vertical-align: middle;
    font-size: 13px;
    margin-left: 5px;
}

.product-market-price{
    color: #999;
    text-decoration: line-through;
}
.product-item-price .price-icon{
    font-size: 20px;
    color: #ff5a00;
}
.product-item-price .price-text{
    color: #999;
}
.product-pay-book{
    width: 60px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background-color: #ffa200;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    margin-left: 7px;
    cursor: pointer;
}
.product-pay-book:hover{
    background-color: #ffb637;
}

.ticket-info-icon{
    background: #ff7a50;
    color: #fff;
    padding: 2px;
    border-radius: 5px;
    font-size: 13px;
    margin-left: 5px;
}
.soldout-flag {
    background: #ff7a50;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}
/*详情*/
.product-detail-tr{
    display: none;
}
.product-detail-pop{
    padding: 20px;
}
.product-detail-item{
    margin-bottom: 10px;
}
.detail-pop-lable{
    display: inline-block;
    width: 100px;
}
.detail-pop-info{
    display: inline-block;
    width: 760px;
    vertical-align: top;
    color: #999;
}
.business-item{
    margin-bottom: 10px;
    background-color: #fff;
    padding: 20px;
}
.business-item .business-item-table .active{
    border-bottom: 1px solid #ffa200;
    background-color: #f3fafc;
}
.business-item .business-item-table .active + .product-detail-tr {
    display: table-row;
    background-color: #f3fafc;
}

/*评论*/
.comment-box{
    box-sizing: border-box;
    background-color: #fff;
    height: 90px;
    padding: 20px;
    text-align: center;
    margin-bottom:10px
}
.comment-heart{
    font-size: 16px;
    color: #ffa200;
}
.comment-heart .iconfont{
    color: #ffa200;
    font-size: 22px;
    margin-right: 5px;
}
.comment-heart .not-light{
    color: #999;
}
.comment-num-box{
    margin-top: 10px;
    font-size: 15px;
}
.comment-num{
    color: #288be0;
    margin-right: 5px;
}
/*时间弹框*/
.ticket-calendar{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 100;
}
.ticket-calendar td,
.ticket-calendar th
{
    padding: 10px 0;
}
.show-all-ticket{
    color: #ffa200;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}
.show-all-ticket .iconfont{
    vertical-align: middle;
    font-size: 14px;
}
#closeCalendar{
    position: absolute;
    top: -25px;
    right: -27px;
}
/*搜索*/
.search-box {
    position: relative;
    width: 748px;
    height: 44px;
    line-height: 44px;
}

.search-select-box {
    display: inline-block;
    box-sizing: border-box;
    width: 143px;
    height: 44px;
    text-align: center;
    border: 1px solid #ffa200;
    color: #ff6c00;
    vertical-align: middle;
    background-color: #fff6e5;
}

.search-selected {
    display: inline-block;
    width: 100px;
    font-size: 16px;
    font-weight: bold;
}

.search-input {
    padding: 0 20px;
    vertical-align: middle;
    box-sizing: border-box;
    height: 100%;
    width: 474px;
    border: none;
    border-top: 1px solid #ffa200;
    border-bottom: 1px solid #ffa200;
}

.search-btn {
    width: 130px;
    height: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background-color: #ffa200;
    border: none;
    vertical-align: middle;
}

.search-select-list {
    position: absolute;
    top: 50px;
    left: 0;
    background-color: #fff6e5;
    width: 145px;
    z-index: 10;
}

.search-select-item {
    padding: 5px 10px;
    font-size: 14px;
    color: #ff6c00;
    height: 20px;
    line-height: 20px;
}

/*查看视频*/
.look-video{
    color: #ffa200;
    font-size: 12px;
    margin-left: 10px;
    cursor: pointer;
}
/* 富文本图片优化 */
.rich-text img {
    width: 100%;
}