.c-666{
    color: #666;
}
.c-999{
    color: #999;
}
.c-07cd5a{
    color: #07cd5a;
}
.c-fc6000{
    color: #fc6000;
}
/*首页焦点图*/
.st-focus-banners{
    float: left;
    width: 100%;
    min-width: 1200px;
    height: 420px;
    position: relative;
    overflow: hidden;
}
.st-focus-banners .banners{
    width: 1920px;
    height: 420px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}
.st-focus-banners .banners > ul > li > a{
    display: table-cell;
    width: 1920px;
    height: 420px;
    vertical-align: middle;
    text-align: center;
}
.st-focus-banners .banners > ul > li > a img{
    vertical-align: middle;
}
.st-focus-banners .focus{
    width: 100%;
    height: 12px;
    position: absolute;
    bottom: 20px;
    z-index:99;
    text-align: center;
}
.st-focus-banners .focus > ul{
    height: 12px;
}
.st-focus-banners .focus > ul > li{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    cursor: pointer;
    vertical-align: top;
    background: #fff;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.st-focus-banners .focus > ul > li.on{
    background: #ccc;
}
/* 活动首页 */
.container{
    width: 100%;
    float: left;
}
.grey-bg{
    background: #f5f5f5;
}
/* banner */
.campaign-home-banner{
    height: 450px;
    background: #e7e7e7;
}
.campaign-home-banner .item-a{
    display: block;
    height: 450px;
    overflow: hidden;
    position: relative;
}
.campaign-home-banner .item-a img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* 活动类型 */
.campaign-type-wrap{
    padding: 55px 0 45px;
    font-size: 0;
}
.campaign-type-wrap .item{
    width: 150px;
    display: inline-block;
    text-align: center;
}
.campaign-type-wrap .item .type-icon{
    width: 80px;
    height: 80px;
}
.campaign-type-wrap .item .type-name{
    display: block;
    padding-top: 20px;
    font-size: 16px;
}
.campaign-type-wrap .more-link{
    display: inline-block;
    width: 150px;
    text-align: center;
}
.campaign-type-wrap .more-link .more-icon{
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url("../images/page-main-icon.png") no-repeat 0 -30px;
}
.campaign-type-wrap .more-link .more-txt{
    display: block;
    padding-top: 20px;
    font-size: 16px;
}

/* 活动 */
.h-campaign-wrap{
    margin-top: 30px;
}
.h-campaign-title-bar{
    height: 40px;
    line-height: 40px;
}
.h-campaign-title-bar .caption{
    font-size: 24px;
}
.h-campaign-title-bar .more-link{
    color: #999;
    font-size: 14px;
}
.h-campaign-title-bar .more-link:hover{
    color: #07cd5a;
}
.h-campaign-list{

}
.h-campaign-list>li{
    float: left;
    width: 386px;
    margin: 11px 21px 10px 0;
}
.h-campaign-list>li.mr_0{
    margin-right: 0;
}
.h-campaign-list>li .item{
    display: table-cell;
    width: 386px;
    height: 206px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    position: relative;
    background: #e7e7e7;
}
.h-campaign-list>li .item img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: -webkit-transform .8s;
    transition: transform .8s;
}
.h-campaign-list>li:hover .item img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.h-campaign-list>li .item .label{
    color: #fff;
    display: inline-block;
    width: 90px;
    height: 34px;
    line-height: 34px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 14px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.h-campaign-list>li .item .label.loading{
    background: #00b386;
}
.h-campaign-list>li .item .label.start{
    background: #ffa018;
}
.h-campaign-list>li .item .label.full{
    background: #ff6652;
}
.h-campaign-list>li .item .label.end{
    background: #acacac;
}
.h-campaign-list>li .name{
    display: block;
    height: 52px;
    line-height: 26px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
}
.h-campaign-list>li .type{
    display: block;
    height: 26px;
    line-height: 26px;
    margin-top: 7px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}
.h-campaign-list>li:hover .type,
.h-campaign-list>li:hover .name{
    color: #07cd5a;
}
.h-campaign-list>li .info{
    padding-top: 5px;
}
.h-campaign-list>li .info .date{
    color: #999;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.h-campaign-list>li .info .price{
    color: #999;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.h-campaign-list>li .info .jg{
    color: #ff6b1a;
    font-weight: bold;
}
.h-campaign-list>li .info .num{
    font-size: 22px;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}

.h-campaign-list>li .periods{
    color: #999;
    padding-top: 5px;
    font-size: 16px;
}
.h-campaign-list>li .periods .num{
    color: #07cd5a;
}

/* 活动列表 */
.search-type-block{
    border: 1px solid #ebebeb;
    background: #fff;
}
.search-type-item{
    background: #f5f5f5;
}
.search-type-item .item-hd{
    float: left;
    color: #999;
    width: 90px;
    height: 24px;
    line-height: 24px;
    padding: 10px 10px 10px 0;
    text-align: right;
}
.search-type-item .item-bd{
    padding: 0 0 0 100px;
}
.item-check{
    height: 44px;
    padding: 0 20px;
    border-bottom: 1px solid #ebebeb;
    background: #fff;
}
.item-check .chick-child{
    float: left;
    color: #fff;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    margin: 10px 10px 0 0;
    background: #07cd5a;
}
.item-check .chick-child .closed{
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    margin: -3px 0 0 6px;
    background: url("../images/page-main-icon.png") no-repeat 0 0;
}
.item-check .clear-item{
    float: left;
    height: 24px;
    line-height: 24px;
    margin-top: 10px;
}
.item-child{
    background: #fff;
}
.item-child:after,
.child-list:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}
.child-block{
    height: 43px;
    margin: 0 20px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px dotted #ebebeb;
}
.item-child .all-link{
    float: left;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    margin: 10px 20px 0 0;
}
.child-list{
    height: 34px;
    padding: 10px 84px 0 0;
}
.child-list > a{
    float: left;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    margin: 0 20px 10px 0;
}
.item-child .all-link:hover,
.child-list > a:hover,
.item-child .active{
    color: #fff;
    background: #07cd5a;
}
.arrow{
    display: block;
    color: #999;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 0;
    top: 10px;
}
.arrow:after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    margin: -2px 0 0 5px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.arrow.down:after{
    border-bottom: 4px solid #999;
}
.arrow.up:after{
    border-top: 4px solid #999;
}
.search-type-item .last{
    border-bottom: 0;
}

/* 搜索排序 */
.hd-sort-block{
    height: 48px;
    margin-top: 10px;
    background: #f5f5f5;
}
.hd-sort-block .item{
    float: left;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
}
.hd-sort-block .item.on{
    color: #07cd5a;
}
.hd-sort-block .item i{
    display: inline-block;
    width: 7px;
    height: 10px;
    vertical-align: middle;
    margin: -2px 0 0 3px;
    background: url("../images/sort-menu-ico.png") no-repeat;
}
.hd-sort-block .item .default-ico{
    background-position: 0 0;
}
.hd-sort-block .item .down-ico{
    background-position: -8px 0;
}
.hd-sort-block .item .up-ico{
    background-position: -16px 0;
}
.hd-sort-block .info{
    float: right;
    height: 48px;
    line-height: 48px;
    padding-right: 20px;
    font-size: 14px;
}
.hd-sort-block .info em{
    color: #07cd5a;
    font-weight:bold;
}

/* 搜索列表 */
.hd-search-block{

}
.hd-search-list > li{
    padding: 9px;
    margin-top: 10px;
    position: relative;
    border: 1px solid #ebebeb;
}
.hd-search-list > li:before,
.hd-search-list > li:after{
    content: "";
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
}
.hd-search-list .pic{
    float: left;
    width: 300px;
    height: 204px;
    overflow: hidden;
    position: relative;
    background: #e7e7e7;
}
.hd-search-list .pic .label{
    color: #fff;
    display: inline-block;
    width: 90px;
    height: 34px;
    line-height: 34px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 14px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.hd-search-list > li.load .pic .label{
    background: #00b386;
}
.hd-search-list > li.start .pic .label{
    background: #ffa018;
}
.hd-search-list > li.full .pic .label{
    background: #ff6652;
}
.hd-search-list > li.end .pic .label{
    background: #acacac ;
}
.hd-search-list .pic .item{
    display: table-cell;
    width: 300px;
    height: 204px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}
.hd-search-list .pic .item > img{
    max-width: 300px;
    max-height: 204px;
    vertical-align: middle;
}
.hd-search-list .mid-nr{
    padding: 0 150px 0 320px;
}
.hd-search-list .mid-nr .bt{
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.hd-search-list .mid-nr .bt a:hover{
    color: #07cd5a;
}
.hd-search-list .mid-nr .bt img{
    vertical-align: middle;
    margin: -2px 2px 0 0;
}
.hd-search-list .mid-nr .ts{
    color: #666;
    height: 88px;
    line-height: 22px;
    margin-bottom: 10px;
    overflow: hidden;
}
.hd-search-list .mid-nr .ts .attr{
    color: #fff;
    float: left;
    width: 40px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #07cd5a;
}
.hd-search-list .mid-nr .ts .txt{
    padding-left: 50px;
}
.hd-search-list .mid-nr .info{
    font-size: 0;
}
.hd-search-list .mid-nr .info .item{
    color: #999;
    display: inline-block;
    width: 160px;
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
    font-size: 12px;
}
.hd-search-list .booking{
    width: 100px;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.hd-search-list .booking .jg{
    color: #f60;
    display: block;
}
.hd-search-list .booking .jg em{
    font-size: 20px;
}
.hd-search-list .booking .bm-btn{
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f80;
}
.hd-search-list > li.end .booking .bm-btn{
    color: #fff;
    background: #07cd5a;
}


/* 列表操作、翻页 */
.console-bottom-wrapper{
    padding: 12px 15px;
    background: #fafbfc;
}

.return-page{
    margin-top: 3px;
}
.text-info{
    color: #999;
    line-height: 24px;
    padding-right: 10px;
}

.laypage_main a{
    border: 1px solid #cfd0d1;
}
.laypage_curr{
    border: 1px solid #28b779;
}
.laypage_main a,
.laypage_main span{
    margin-bottom: 0 !important;
}


/* 活动圈子介绍 */
.hd-article-container{
    padding-bottom: 40px;
}
.hd-article-title{
    padding: 30px 0;
    text-align: center;
    font-size: 24px;
}
.hd-article-wrap{
    line-height: 24px;
    font-size: 14px;
}
.hd-article-wrap *{
    max-width: 100%;
}

/* 圈子详情 */
.campaign-qz-banner{
    display: table-cell;
    width: 1200px;
    height: 380px;
    vertical-align: middle;
    text-align: center;
    background: #e7e7e7;
}
.campaign-qz-banner img{
    max-width: 1200px;
    max-height: 380px;
    vertical-align: middle;
}

.hd-coterie-block{
    margin: 30px 0 60px;
}
.hd-coterie-block .con-bar{
    text-align: center;
}
.hd-coterie-block .con-bar .title{
    font-size: 24px;
    font-weight: bold;
}
.hd-coterie-block .con-bar .info{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    margin-top: 12px;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ebf8f1;
}
.hd-coterie-block .con-txt{
    color: #999;
    line-height: 20px;
    padding-top: 20px;
}
.hd-coterie-block .con-txt .more-link{
    color: #666;
}
.hd-coterie-block .con-txt .more-link:hover{
    color: #07cd5a;
}

/* 往期活动 */
.h-campaign-coterie-wrap{
    margin: 0;
    padding: 30px 0 80px;
}
.h-campaign-coterie-wrap .h-campaign-title-bar{
    margin-bottom: 20px;
    text-align: center;
}
.h-campaign-coterie-wrap .h-campaign-title-bar .caption{
    font-weight: bold;
}
.h-campaign-coterie-wrap .h-campaign-list>li{
    width: 285px;
    margin: 10px 20px 10px 0;
}
.h-campaign-coterie-wrap .h-campaign-list>li.mr_0{
    margin-right: 0;
}
.h-campaign-coterie-wrap .h-campaign-list>li .item{
    width: 285px;
    height: 194px;
}
.h-campaign-coterie-wrap .h-campaign-list>li .item img{
    max-width: 285px;
    max-height: 194px;
}
.h-campaign-coterie-wrap .h-campaign-list>li .name{
    height: 48px;
    line-height: 24px;
    margin-top: 5px;
    font-size: 14px;
}
.h-campaign-coterie-wrap .h-campaign-list>li .info{
    padding-top: 0;
}

.h-campaign-more-bar{
    margin-top: 30px;
    text-align: center;
}
.h-campaign-more-bar .more-link{
    color: #07cd5a;
    display: inline-block;
    width: 198px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    border: 1px solid #c6eed2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: #e8f8ed;
}
.h-campaign-more-bar .more-link:hover{
    color: #fff;
    background: #07cd5a;
}


/* 圈子达人 */
.coterie-talent-container{
    padding: 55px 0 115px;
}
.coterie-talent-title{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.coterie-talent-wrap{
    margin-top: 50px;
    position: relative;
}
.coterie-talent-wrap .prev,
.coterie-talent-wrap .next{
    display: block;
    width: 15px;
    height: 28px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    background: url("../images/page-main-icon.png") no-repeat;
}
.coterie-talent-wrap .prev{
    left: 0;
    background-position: -113px 0;
}
.coterie-talent-wrap .next{
    right: 0;
    background-position: -113px -38px;
}
.coterie-talent-slide{
    padding: 0 50px;
}
.coterie-talent-slide li{
    float: left;
    width: 200px;
    height: 250px;
    margin: 0 10px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
}
.coterie-talent-slide li .hd-img{
    display: inline-block;
    width: 92px;
    height: 92px;
    margin-top: 30px;
    overflow: hidden;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.coterie-talent-slide li .hd-img img{
    width: 100%;
    height: 100%;
}
.coterie-talent-slide li .name{
    display: block;
    padding: 5px 15px 10px;
    font-size: 16px;
}
.coterie-talent-slide li .pm{
    color: #666;
    display: block;
    margin-top: 8px;
    font-size: 14px;
}
.coterie-talent-slide li .pm .n-label,
.coterie-talent-slide li .pm .m-label{
    color: #fff;
    display: inline-block;
    width: 50px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
}
.coterie-talent-slide li .pm .n-label{
    background: #67da97;
}
.coterie-talent-slide li .pm .m-label{
    background: #f9b97b;
}

/* 圈子评论 */
.coterie-conmment-container{
    padding: 80px 0;
}
.coterie-conmment-title{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.coterie-conmment-wrap{
    padding-top: 30px;
}
.coterie-conmment-list{

}
.coterie-conmment-list>li{
    padding: 20px 10px;
    margin-top: 20px;
    border-top: 1px solid #e6e6e6;
}
.coterie-conmment-list>li:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}
.coterie-conmment-list .hd-pic{
    float: left;
    width: 120px;
    height: 204px;
    text-align: center;
}
.coterie-conmment-list .hd-pic img{
    width: 70px;
    height: 70px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.coterie-conmment-list .hd-pic .name{
    display: block;
    height: 24px;
    line-height: 24px;
    margin-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.coterie-conmment-list .bd-info{
    height: 204px;
    padding-left: 140px;
}
.coterie-conmment-list .bd-info .tit{
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}
.coterie-conmment-list .bd-info .tit:hover{
    color: #07cd5a;
}
.coterie-conmment-list .bd-info .msg{
    margin-top: 5px;
}
.coterie-conmment-list .bd-info .msg .date{
    color: #999;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}
.coterie-conmment-list .bd-info .txt{
    display: block;
    color: #666;
    height: 44px;
    line-height: 22px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
}

.pl-star-score{
    display: inline-block;
    width: 98px;
    height: 17px;
    vertical-align: top;
    margin: 0 0 0 20px;
}
.pl-star-score .cur{
    display: block;
    height: 17px;
    background: url("../images/page-main-icon.png") no-repeat 0 -120px;
}

.plImgBox{
    margin-top: 20px;
    font-size: 0;
}
.plImgBox .fancybox{
    display: inline-block;
    width: 70px;
    height: 70px;
    margin-right: 10px;

}
.plImgBox .fancybox img{
    width: 100%;
    height: 100%;
}


/* 活动详情 */
.hd-info-show{
    padding: 0 19px 10px;
    margin-bottom: 20px;
    border: 1px solid #ebebeb;
}
.hd-info-show .top-info{
    position: relative;
}
.hd-info-show .top-info .bt{
    color: #404040;
    line-height: 40px;
    padding: 10px 0;
    font-size: 22px;
}
.hd-info-show .top-info .bt img{
    max-height: 20px;
    vertical-align: middle;
    margin: -3px 2px 0 0;
}

.left-info{
    float: left;
    width: 590px;
}
/* 轮播图 */
.slide-content {
    position: relative;
    overflow: hidden;
    width: 590px;
}
.slide-content .bigImg {
    height: 400px;
    overflow: hidden;
    position: relative;
}
.slide-content .bigImg li{
    height: 400px;
    overflow: hidden;
    background: #e7e7e7;
}
.slide-content .bigImg li a{
    width: 590px;
    height: 400px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.slide-content .bigImg li img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.slide-content .smallScroll {
    height: 86px;
    margin-top: 10px;
}
.slide-content .sPrev,
.slide-content .sNext {
    float: left;
    display: block;
    width: 30px;
    height: 82px;
    margin-top: 2px;
    text-indent: -9999px;
    background: url("../images/hd-arrow-ico.png") no-repeat 0 -83px;
}
.slide-content .prevStop{
    background-position: 0 0;
}
.slide-content .sNext {
    background-position: -31px -83px;
}
.slide-content .nextStop{
    background-position: -31px 0;
}
.slide-content .smallImg {
    float: left;
    margin: 0 8px;
    display: inline;
    width: 514px;
    overflow: hidden;
}
.slide-content .smallImg ul {
    height: 86px;
    width: 9999px;
    overflow: hidden;
}
.slide-content .smallImg li{
    float: left;
    width: 122px;
    height: 82px;
    cursor: pointer;
    display: inline;
    margin-right: 3px;
    border: 2px solid #fff;
    background: #e7e7e7;
}
.slide-content .smallImg .on{
    border-color: #f90;
}
.slide-content .smallImg li a{
    width: 122px;
    height: 82px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.slide-content .smallImg img {
    max-width: 122px;
    max-height: 82px;
    vertical-align: middle;
}

.right-info{
    float: right;
    width: 550px;
}

/* 价格分享 */
.item-tip-bar{
    height: 80px;
    margin: 0 -20px;
    position: relative;
    background: #f5f5f5;
}
.item-tip-bar .price{
    color: #666;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 20px;
    font-size: 14px;
}
.item-tip-bar .price .jg{
    color: #fc6000;
    font-size: 16px;
}
.item-tip-bar .price .jg .num{
    font-size: 26px;
    font-family: Arial, "宋体", "Microsoft YaHei", Helvetica, sans-serif;
}

.item-tip-bar .share-label{
    padding: 0 40px;
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 10px;
    border-left: 1px solid #ebebeb;
}
.item-tip-bar .share-label .bdshare-button-style0-16 .bds_more{
    width: 58px;
    height: 24px;
    padding: 0;
    margin: 18px 0;
    background-image: url("../images/page-main-icon.png");
    background-repeat: no-repeat;
    background-position: 0 -227px;
}

/* 活动信息 */
.item-msg-ul{
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}
.item-msg-ul>li{
    float: left;
    color: #666;
    padding: 7px 0;
    font-size: 14px;
}
.item-msg-ul>li.half{
    width: 50%;
}
.item-msg-ul>li.full{
    width: 100%;
}
.item-msg-ul>li .item-hd{
    float: left;
    width: 70px;
}
.item-msg-ul>li .item-bd{
    padding-left: 70px;
}
/* 选择套餐 */
.item-select-box{
    margin-bottom: 40px;
}
.item-select-box .item-hd{
    color: #666;
    float: left;
    width: 50px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}
.item-select-box .item-bd{
    padding-left: 50px;
}
.item-drop-down{
    width: 376px;
    height: 36px;
    position: relative;
}
.item-drop-down .drop-down-value{
    width: 354px;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    position: relative;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.item-drop-down .drop-down-value:after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    border-top: 6px solid #ccc;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.item-drop-down .drop-down-list{
    display: none;
    max-height: 300px;
    position: absolute;
    top: 35px;
    right: 0;
    left: 0;
    z-index: 9999;
    overflow-y: auto;
    border: 1px solid #e6e6e6;
    background: #fff;
}
.item-drop-down .drop-down-list::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.item-drop-down .drop-down-list::-webkit-scrollbar-button {
    height: 0;
    background: #fff
}

.item-drop-down .drop-down-list::-webkit-scrollbar-track {
    height: 0;
    background: #dbe1e8
}

.item-drop-down .drop-down-list::-webkit-scrollbar-thumb {
    background: #ccc
}
.item-drop-down .drop-down-list li{
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    cursor: pointer;
    font-size: 14px;
}
.item-drop-down .drop-down-list li:hover{
    color: #fff;
    background: #07cd5a;
}
/* 活动团期 */
.item-hd-group{
    margin-bottom: 20px;
    position: relative;
}
.item-hd-group .prev,
.item-hd-group .next{
    display: block;
    width: 26px;
    height: 46px;
    position: absolute;
    top: 50%;
    z-index: 9999;
    margin-top: -23px;
    background: url("../images/hd-group-arrow.png") no-repeat;
}
.item-hd-group .prev{
    left: 0;
    background-position: 0 0;
}
.item-hd-group .prev:hover{
    background-position: 0 -47px;
}
.item-hd-group .next{
    right: 0;
    background-position: -27px 0;
}
.item-hd-group .next:hover{
    background-position: -27px -47px;
}
.item-group-bd{
    height: 80px;
    overflow: hidden;
}
.item-group-bd li{
    float: left;
    width: 173px !important;
    height: 78px;
    margin-right: 12px;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.item-group-bd li.active{
    width: 171px !important;
    height: 76px;
    border: 2px solid #07cd5a;
}
.item-group-bd li.active:after{
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: -1px;
    bottom: 0;
    background: url("../images/page-main-icon.png") no-repeat -114px -76px;
}
.item-group-bd li .label{
    color: #fff;
    display: inline-block;
    width: 52px;
    height: 22px;
    line-height: 22px;
    margin: -1px 0 10px 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 14px;
}
.item-group-bd li.active .label{
    margin-top: -2px;
}
.item-group-bd li .label.load{
    background: #07cd5a;
}
.item-group-bd li .label.start{
    background: #ffaa17;
}
.item-group-bd li .label.full{
    background: #ff6652;
}
.item-group-bd li .t-col{
    display: block;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
}


/* 预定 */
.item-booking{
    margin-bottom: 40px;
}
.item-booking .booking-btn{
    color: #fff;
    display: inline-block;
    width: 142px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ff8a00;
}
.item-booking .booking-btn.ending{
    background: #ccc;
}


/* 抵、定、评 */
.jf-type-wrap{
    display: inline-block;
    height: 19px;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    cursor: pointer;
}
.jf-type-wrap .num{
    display: inline-block;
    color: #ff9b3a;
    height: 19px;
    line-height: 19px;
    padding-left: 24px;
    vertical-align: top;
    font-size: 12px;
}
.jf-type-wrap .di{
    background: url("../images/page-main-icon.png") no-repeat 0 -147px;
}
.jf-type-wrap .ding{
    background: url("../images/page-main-icon.png") no-repeat 0 -167px;
}
.jf-type-wrap .ping{
    background: url("../images/page-main-icon.png") no-repeat 0 -207px;
}
.jf-type-wrap .num i{
    float: right;
    width: 5px;
    height: 19px;
    background: url("../images/page-main-icon.png") no-repeat right -226px;
}
.jf-type-wrap .info{
    display: none;
    width: 186px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    padding: 5px 8px;
    margin-left: -102px;
    border: 1px solid #ccc;
    font-size: 12px;
    background: #fff;
}
.jf-type-wrap .info .tit{
    display: block;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
}
.jf-type-wrap .info .txt{
    color: #666;
    display: block;
    line-height: 18px;
    margin-top: 2px;
}
.jf-type-wrap .info .txt:after{
    content: "";
    display: block;
    width: 16px;
    height: 8px;
    position: absolute;
    left: 50%;
    bottom: -8px;
    margin-left: -8px;
    background: url("../images/page-main-icon.png") no-repeat -44px 0;
}

.hd-show-content{
    margin: 15px 0 50px;
}
.fxd{
    position: fixed;
    top: 0;
    z-index:999;
}
.hd-show-nav{
    width: 1198px;
    border: 1px solid #ededed;
    border-bottom: 2px solid #07cd5a;
    background: #fff;
}
.hd-show-nav span{
    float: left;
    color: #666;
    height: 47px;
    line-height: 47px;
    padding: 0 20px;
    margin-left: -1px;
    margin-top: -1px;
    cursor: pointer;
    border: 1px solid #ededed;
    border-bottom: 0;
    font-size: 16px;
}
.hd-show-nav span:hover{
    border-bottom: 0;
    position: relative;
    z-index: 99;
    background: #f5f5f5;
}
.hd-show-nav span.on{
    color: #fff;
    border: 1px solid #07cd5a;
    border-bottom: 0;
    background: #07cd5a;
}
.hd-show-box{
    padding: 0 29px;
    border: 1px solid #ededed;
    border-top: 0;
}
.hd-show-block{
    padding-top: 20px;
}
.hd-show-block .column-tit{
    color: #666;
    padding: 5px 0;
    font-size: 18px;
    border-bottom: 1px solid #e5e5e5;
}
.hd-show-block .column-block{
    padding: 20px 0;
}
.hd-show-block .column-block .pic{
    width: 1140px;
    height: 446px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.hd-show-block .column-block .pic img{
    vertical-align: middle;
}
.hd-show-block .column-block .txtCon{
    color: #666;
    line-height: 24px;
    overflow: hidden;
    font-size: 14px;
}
.hd-show-block .column-block .txtCon *{
    max-width: 100%;
}
.hd-show-block .column-block .txtCon strong{
    font-weight:bold !important;
}
.hd-show-block .column-block .txtCon i,
.hd-show-block .column-block .txtCon em{
    font-style: italic !important;
}
.hd-show-block .column-block .txtCon a{
    color: #0082dd;
}
.hd-show-block .column-block .txtCon a:hover{
    color: #ff8a00;
    text-decoration: underline;
}
.hd-show-block .column-block .txtCon table,
.hd-show-block .column-block .txtCon th,
.hd-show-block .column-block .txtCon td{
    border: 1px solid #e5e5e5;
}
.hd-show-block .column-txt{
    color: #666;
    line-height: 24px;
    overflow: hidden;
    font-size: 14px;
}
.hd-show-block .column-block:before,
.hd-show-block .column-block:after,
.hd-show-block .column-txt:after,
.hd-show-block .column-txt:before{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    overflow: hidden;
}
.hd-show-block .column-txt strong{
    font-weight: bold;
}
.hd-show-block .column-txt a:link{
    color: #00e;
}
.hd-show-block .column-txt a:visited{
    color: #800080;
}
.hd-show-block .column-txt a:hover{
    color: #f00;
}
.hd-show-block .column-txt a:active{
    color: #00f;
}
.hd-show-block .column-txt ul{
    list-style: inside;
}

/* 活动评论 */
.st-list-pl,
.st-pl-box,
.st-comment-block,
.comment-con dl{
    width: 1140px !important;
}
.comment-con dl dd{
    width: 1030px !important;
}

/* 活动咨询 */
.hd-consult li {
    padding: 20px;
    border-bottom: 1px dashed #e6e6e6;
}
.hd-consult li:last-child {
    border-bottom: none;
}
.hd-consult li .consult-txt {
    height: 16px;
    line-height: 16px;
}
.hd-consult li .consult-txt:before{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -3px 17px 0 0;
    vertical-align: middle;
    background: url("../images/page-main-icon.png") no-repeat -18px 0;
}
.hd-consult li .consult-txt span {
    margin-right: 17px;
    color: #999999;
}
.hd-consult li dl {
    padding-left: 36px;
    margin-top: 10px;
}
.hd-consult li dl dt,
.hd-consult li dl dd {
    float: left;
}
.hd-consult li dl.asking dt {
    height: 22px;
    line-height: 22px;
    background: #ffc038;
    padding: 0 3px;
    color: #fff;
    border-radius: 1px;
}
.hd-consult li dl.asking dd {
    line-height: 22px;
    color: #666666;
    font-size: 14px;
    padding-left: 10px;
    width: 1024px;
}
.hd-consult li dl.answering dt {
    height: 22px;
    line-height: 22px;
    background: #08d173;
    padding: 0 3px;
    color: #fff;
    border-radius: 1px;
}
.hd-consult li dl.answering dd {
    line-height: 22px;
    color: #999999;
    font-size: 14px;
    padding-left: 10px;
    width: 1024px;
}
.hd-consult li dl.answering dd img{
    max-width: 1030px;
}
.st-tj-question,
.st-tj-question .msg {
    width: 1140px !important;
}
.st-tj-question{
    margin-top: 20px!important;
}
.st-tj-question textarea {
    width: 1128px !important;
}

.st-tj-question .msg .tj-btn{
    background: #07cd5a;
}


.comment-con dl dd .zs .jf{
    float:right;
    color:#ff9b3a;
    height:19px;
    line-height:19px;
    font-size:12px;
    padding-left:59px;
    margin-right:5px;
    background:url("../images/page-main-icon.png") no-repeat 0 -187px}
.comment-con dl dd .zs .jf i{
    float:right;
    width:5px;
    height:19px;
    background:url("../images/page-main-icon.png") no-repeat right -226px}

.comment-nav span.on,
.comment-nav span.on em{
    color: #07cd5a;
}

/* 活动报名列表 */
.hd-group-item{

}
.hd-group-item>li{
    float: left;
    width: 96px;
    margin: 10px 20px 10px 0;
}
.hd-group-item>li.mr_0{
    margin-right: 0;
}
.hd-group-item>li .hd{
    display: block;
    width: 96px;
    height: 96px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.hd-group-item>li .hd img{
    width: 100%;
    height: 100%;
}
.hd-group-item>li .hd .num{
    display: block;
    color: #fff;
    height: 22px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 14px;
    background: rgba(0,0,0,.3);
}
.hd-group-item>li .name{
    display: block;
    color: #666;
    padding-top: 10px;
    text-align: center;
    font-size: 14px;
}

/* 翻页 */
.main_mod_page .mod_pagenav_count a.current,
.main_mod_page .mod_pagenav_count a:hover{
    color: #07cd5a;
    border: 1px solid #07cd5a;
}


/* 目的地优化 */
.seo-content-box{
    padding: 10px 20px;
    margin-bottom: 15px;
    border: 1px solid #d8d8d8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f5f5f5;
}
.seo-content-box .seo-bar{
    padding: 5px 0;
}
.seo-content-box .seo-bar .seo-title{
    color: #00b7ee;
    font-size: 18px;
    font-weight: bold;
}
.seo-content-box .seo-wrapper{
    padding: 5px 0;
}

.seo-content-box .seo-wrapper *{
    max-width:100%}
.seo-content-box .seo-wrapper strong{
    font-weight: bold !important;
}
.seo-content-box .seo-wrapper i,
.seo-content-box .seo-wrapper em{
    font-style: italic !important;
}
.seo-content-box .seo-wrapper a{
    color: #0082dd;
}
.seo-content-box .seo-wrapper a:hover{
    color: #ff8a00;
    text-decoration: underline;
}
.seo-content-box .seo-wrapper table,
.seo-content-box .seo-wrapper th,
.seo-content-box .seo-wrapper td{
    border: 1px solid #e5e5e5;
}
