.main {
    padding: 20px 0 50px;
    min-height: 600px;
    background: #f8f8f8;
}


/*筛选活动*/
.select-all {
    border: 1px solid #eaeaea;
    /*margin-top:6px;*/
    background: #fff;
}

.selectitem {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #eaeaea;
    padding: 0 0 0 20px;
}
/*.select-all .selectitem:nth-child(2){*/
/*    border-bottom: none;*/
/*}*/
.select-all .selectitem:last-child{
    border-bottom: none;
}
.selectitem .labels {
    float: left;
    display: block;
    width: 6%;
    font-size: 14px;
    color: #333;
    line-height: 55px;
}

.selectitem ul {
    float: left;
    width: 94%;
    overflow: hidden;
    padding: 15px 0 0;
    margin-bottom: 0;
}

.selectitem ul li {
    float: left;
    line-height: 12px;
    margin: 0 4px 10px;
    display: inline-block;
    font-size: 14px;
    padding: 7px 15px;
    color: #555;
    border-radius: 13px;
    transition: all ease .3s;
    cursor: pointer;
}

.selectitem ul li:hover {
    background: #196781;
    color: #fff;
}

.selectitem ul .bluebg {
    color: #fff;
}

.selectitem2 {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e0e0e9;
}


.result-hd {
    height: 42px;
}

.select-result {
    margin-top: 20px;
}

.select-item, .only-free {
    display: inline-block;
}

.select-item {
    float: left;
    height: 40px;
}

.select-item div {
    float: left;
    display: block;
    line-height: 38px;
    width: 104px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
}

.select-item div:not(:last-child) {
    border-right: none;
}

.ordertype-item {
    background: #fff;
}
.greenbg {
    background-color: #196781!important;
    color: #fff!important;
}

.select-item div:hover,
.ordertype .greenbg {
    background: #196781;
    color: #fff;
    border: 1px solid #196781;
    box-sizing: border-box;
    transition: all ease .3s;
}


.select-item i {
    color: #eaeaea;
}

.select-free {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 3px 10px;
    float: left;
    background: url(/uploads/image/isearch/check.png) 0 top no-repeat;
    cursor: pointer;
}
.time-wait{
    position: relative;
    height: 22px;
    font-size: 16px;
    font-weight: 600;
    color: #f34041;
    line-height: 22px;
}
.time-wait:before{
    content: '';
    position: relative;
    top: 2px;
    margin-right: 10px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background:  no-repeat;
    background-size: 100% 100%;

}

.result-main {
    margin-top: 20px;
    overflow: hidden;
}

.result-list {
    /*width: 810px;*/
    width: 100%;
}

.result-list-item {
    position: relative;
    overflow: hidden;
    border: 1px solid #eaeaea;
    border-bottom: none;
    background: #fff;
    padding: 20px;
}

.business-left{
    width: 268px;
}
.result-list-item:last-child {
    border-bottom: 1px solid #eaeaea;
}

.poster {
    width: 268px;
}

.result-list-item .poster img {
    width: 268px;
    height: 156px;
}

.result-list-detail {
    width: 750px;
    padding-left: 20px;
}

.online {
    border: 1px solid #196781;
    color: #196781;
    padding: 2px 5px;
    border-radius: 4px;
}
.business-person a,
.business-person a:hover{
    text-decoration: none;
}
.selfcontent {
    color: #333;
    padding-top: 4px;
    font-size: 16px;
    font-weight: 400;
    width: 500px;
}

.selfcontent img {
    display: inline-block;
    height: 40px;
    width: 40px;
    border: 1px solid #ddd;
}

.selfcontent span {
    margin-left: 10px;
}

.company-name {
    font-size: 14px;
    color: #999;
}


.icon-readnum {
    margin-right: 2px;
    font-size: 20px;
    vertical-align: -2px;
}

.num span, .operate-num span {
    margin-left: 5px;
    color: #999;
    font-size: 12px;
}

.result-list-item .signup {
    margin-left: 10px;
}



/*无活动时样式*/
.nocarte {
    display: none;
    width: 100%;
    height: 250px;
    background: #fff;
}

.nocarte-box {
    width: 280px;
    margin: 0 auto;
    padding: 50px 0;
}

.nocarte-box img {
    width: 150px;
    margin-left: 60px;
}

.nocarte-text {
    margin-top: 20px;
    text-align: center;
    width: 280px;
    color: #999;
}

.business-box {
    width: 1080px;
    margin: auto;
}

.business-search-box {
    padding: 16px 0;
    background-color: #fff;
}

.pull-left {
    float: left !important;
}


.business-item {
    padding: 20px;
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e9;
}

.business-poster {
    width: 268px;
    height: 156px;
}

.business-right {
    width: 768px;
    padding-left: 20px;
    box-sizing: border-box;
}

.business-hd {
    width: 520px;
    height: 22px;
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.business-hd:hover{
    color: #196781;
}
.business-time {
    margin: 0 0 10px;
}

.address-hd,
.time-hd {
    display: inline-block;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #a4a9b5;
    line-height: 20px;
}

.address,
.timeshow,
.starttime,
.endtime {
    display: inline-block;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}

.business-list {
    padding-bottom: 60px;
}

.business-address {
    margin: 0 0 26px;
}

.address {
    display: inline-block;
    width: 500px;
    overflow: hidden;
    vertical-align: bottom;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.publish-hd {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    vertical-align: middle;
}

.see,
.star {
    position: relative;
    padding-left: 28px;
    display: inline-block;
    margin-left: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #a4a9b5;
    font-style: normal;
}

.star::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    display: inline-block;
    background:  no-repeat;
    width: 16px;
    height: 15px;
}

.see::before {
    content: '';
    position: absolute;
    left: 2px;
    display: inline-block;
    background:  no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
}

.publish-name {
    height: 22px;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}

.collect {
    width: 88px;
    height: 38px;
    /*line-height: 38px;*/
    margin-top: 6px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: rgb(239,143,63);
    background-color: #fff;
    border: 1px solid rgb(239,143,63);
}
.ci2,.ct2{
    display: none;
}
.iscollect{
    background: rgb(239,143,63);
    color: #fff;
}
.iscollect .ci2,
.iscollect .ct2{
    display: inline-block;
    line-height: 1;
}
.iscollect .ci1,
.iscollect .ct1{
    display: none;
}
.collect-img{
    position: relative;
    top: -2px;
    width: 16px;
    height: 16px;
}
.cooperation {
    width: 120px;
    height: 38px;
    margin-top: 6px;
    margin-left: 18px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    background: #196781;
    border-radius: 4px;
}

.pagination {
    margin-bottom: 10px;
}

.pagination > li > a,
.pagination > li > span {
    margin: 0 4px;
    color: #000;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    border: 1px solid #196781;
    background-color: #fff;
    color: #196781;
}