/* 首页滚动广告 */
.home-slide{
    width: 100%;
    min-width: 1200px;
    height: 380px;
    position: relative;
    overflow: hidden;
    background: #e7e7e7;
}
.home-slide .container-bd{
    width: 1920px;
    height: 380px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}
.home-slide .container-bd > ul > li > a{
    display: table-cell;
    width: 1920px;
    height: 380px;
    vertical-align: middle;
    text-align: center;
}
.home-slide .container-bd > ul > li > a img{
    vertical-align: middle;
}
.home-slide .container-hd{
    width: 100%;
    height: 12px;
    position: absolute;
    bottom: 20px;
    z-index:99;
    text-align: center;
}
.home-slide .container-hd > ul{
    height: 12px;
    font-size: 0;
}
.home-slide .container-hd > ul > li{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    cursor: pointer;
    vertical-align: top;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: #fff;
}
.home-slide .container-hd > ul > li.on{
    background: #ccc;
}
/* 活动圈子 */
.hd-theme-content{
    margin-top: 20px;
}
.hd-theme-tit{
    color: #00aefe;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}
.hd-theme-block{
    padding-top: 5px;
}
.hd-theme-block li{
    float: left;
    width: 390px;
    height: 192px;
    position: relative;
    margin: 15px 15px 0 0;
}
.hd-theme-block li.mr_0{
    margin-right: 0;
}
.hd-theme-block li .pic{
    display: table-cell;
    width: 390px;
    height: 192px;
    vertical-align: middle;
    text-align: center;
    background: #e7e7e7;
}
.hd-theme-block li .pic img{
    max-width: 390px;
    max-height: 192px;
    vertical-align: middle;
}
.hd-theme-block li .info{
    height: 36px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #7f7f7f;
    background: rgba(0,0,0,.5);
}
.hd-theme-block li .info span{
    float: left;
    color: #fff;
    width: 230px;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}
.hd-theme-block li .info em{
    float: right;
    width: 130px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    background: #ffcf0f;
}
/* 热门活动 */
.hd-tab-content{
    margin-top: 20px;
}
.hd-tab-tit{
    height: 40px;
    border-bottom: 1px solid #ccc;
}
.hd-tab-tit h3{
    float: left;
    color: #00aefe;
    width: 282px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
}
.hd-tab-tit .tab-attr{
    float: left;
    height: 40px;
}
.hd-tab-tit .tab-attr li{
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    position: relative;
    cursor: pointer;
    font-size: 13px;
}
.hd-tab-tit .tab-attr li.on{
    color: #00aefe;
    height: 39px;
    border-bottom: 3px solid #00aefe;
}
.hd-tab-tit .tab-attr li.on:after{
    display: block;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #00aefe;
}
.hd-tab-tit .more{
    float: right;
    height: 40px;
    line-height: 40px;
}
.hd-tab-tit .more .ico{
    display: inline-block;
    width: 11px;
    height: 11px;
    vertical-align: middle;
    margin: -3px 6px 0 0;
    background: url("../images/index-ico.png") no-repeat 0 0;
}
.hd-tab-tit .more:hover{
    color: #f80;
}
.hd-tab-tit .more:hover .ico{
    background: url("../images/st-hover-ico.png") no-repeat 0 0;
}
.hd-adv-box{
    float: left;
    width: 262px;
}
.hd-adv-box > a{
    display: block;
    width: 262px;
    height: 607px;
    overflow: hidden;
}
.hd-tab-block{
    float: right;
    width: 933px;
    padding: 5px 0 0 5px;
}
.hd-tab-block li{
    float: left;
    width: 294px;
    height: 284px;
    margin: 15px 0 0 15px;
    position: relative;
    border: 1px solid #e6e6e6;
}
.hd-tab-block li .jd{
    display: block;
    color: #fff;
    width: 74px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    font-size: 14px;
    font-weight: bold;
    background: #ff7467;
}
.hd-tab-block li.end .jd{
    background: #999;
}
.hd-tab-block li .pic{
    display: table-cell;
    width: 294px;
    height: 200px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    position: relative;
    background: #e7e7e7;
}
.hd-tab-block li .pic img{
    max-width: 294px;
    max-height: 200px;
    vertical-align: middle;
}
.hd-tab-block li.end .pic:after{
    content: "";
    display: block;
    width: 294px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/aph25_bg.png") repeat;
}
.hd-tab-block li .bt{
    display: block;
    height: 36px;
    padding: 0 15px;
    margin: 5px 0;
    overflow: hidden;
    font-size: 14px;
}
.hd-tab-block li .bt:hover{
    color: #f80;
}
.hd-tab-block li .bt img{
    vertical-align: middle;
    margin: -3px 2px 0 0;
    max-height: 16px;
}
.hd-tab-block li .info{
    padding: 0 15px;
    height: 30px;
    line-height: 30px
}
.hd-tab-block li .info .jr{
    float: left;
    color: #666;
}
.hd-tab-block li .info .jg{
    float: right;
    color: #fc6000;
}
.hd-tab-block li .info .jg em{
    padding: 0 2px;
    font-size: 18px;
    font-weight: bold;
}
.hd-tab-block li.end .bt,
.hd-tab-block li.end .bt:hover,
.hd-tab-block li.end .info .jg,
.hd-tab-block li.end .info .jr{
    color: #999;
}
/* 活动列表 */
.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: #00b7ee;
}
.item-check .chick-child .closed{
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    margin: -3px 0 0 6px;
    background: url("../images/st-line-ico.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 0px 0px;
}
.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: #00b7ee;
}
.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: #f60;
}
.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: #f40;
    font-weight:bold;
}
/* 搜索列表 */
.hd-search-wrap{
    margin-top: 10px;
}
.hd-search-block{

}
.hd-search-list > li{
    padding: 9px;
    margin-bottom: 10px;
    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;
}
.hd-search-list .pic > a{
    display: table-cell;
    width: 300px;
    height: 204px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    background: #e7e7e7;
}
.hd-search-list .pic > a > img{
    max-width: 300px;
    max-height: 204px;
    vertical-align: middle;
}
.hd-search-list .mid-nr{
    float: left;
    width: 670px;
    margin-left: 20px;
}
.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: #f80;
}
.hd-search-list .mid-nr .bt img{
    vertical-align: middle;
    margin: -3px 2px 0 0;
    max-height: 16px;
}
.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: #fb8638;
}
.hd-search-list .mid-nr .ts .txt{
    padding-left: 50px;
}
.hd-search-list .mid-nr .info > span{
    color: #999;
    float: left;
    width: 150px;
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
}
.hd-search-list .mid-nr .info > span > .sx{
    color: #666;
}
.hd-search-list .mid-nr .info .dz{
    color: #4795fc;
}
.hd-search-list .mid-nr .info .dz .ico{
    display: inline-block;
    width: 11px;
    height: 14px;
    vertical-align: middle;
    margin: -3px 5px 0 0;
    background: url("../images/ship-use-ico.png") no-repeat 0 -96px;
}
.hd-search-list .booking{
    float: right;
    width: 100px;
    margin: 55px 20px 0 0;
    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 .yw{
    color: #999;
    display: block;
}
.hd-search-list .booking .bm-btn{
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f60;
}
.hd-search-list > li.end .booking .bm-btn{
    color: #fff;
    background: #ccc;
}
/* 活动圈子 */
.hd-coterie-block{
    display: block;
}
.hd-coterie-block .pic{
    display: table-cell;
    width: 1200px;
    height: 500px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}
.hd-coterie-block .pic img{
    vertical-align: middle;
}
.hd-coterie-block .tit{
    padding: 20px 0;
    text-align: center;
}
.hd-coterie-block .tit h3{
    font-size: 28px;
    font-weight: bold;
}
.hd-coterie-block .tit p{
    color: #ff9d00;
    padding-top: 10px;
    font-size: 14px;
    font-weight: bold;
}
.hd-coterie-block .txt{
    color: #666;
    height: 78px;
    line-height: 26px;
    overflow: hidden;
    font-size: 16px;
}
.hd-coterie-block .txt #hd-more-link{
    color: #ff9d00;
}

.hd-past-block{
    margin-top: 40px;
}
.hd-past-block .hd-past-tit{
    height: 40px;
    text-align: center;
    background: url("../images/hd-past-tit-bg.png") center repeat-x;
}
.hd-past-block .hd-past-tit strong{
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    font-size: 28px;
    background: #fff;
}
.hd-past-list{
    margin-top: 15px;
    padding: 20px;
    background: #f7f7f7;
}
.hd-past-list table{
    background: #fff;
}
.hd-past-list th{
    color: #666;
    height: 46px;
    text-align: center;
    border-right: 1px solid #e6e6e6;
}
.hd-past-list td{
    color: #666;
    height: 46px;
    text-align: center;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.hd-past-list tr th.last,
.hd-past-list tr td.last{
    border-right: 0;
}
.hd-past-list td .bt{
    color: #666;
    display: block;
    width: 706px;
    padding: 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    text-align: left;
}
.hd-past-list td .bt:hover{
    text-decoration: underline;
}
.hd-past-list .hd-ing td,
.hd-past-list .hd-ing td .bt{
    color: #f9553b;
}

.hd-gradual-bg{
    margin-top: 20px;
    background: -moz-linear-gradient(top, #f0f0f0, #fafafa);
    background: -webkit-linear-gradient(top, #f0f0f0, #fafafa);
    background: -ms-linear-gradient(top, #f0f0f0, #fafafa);
    background: -o-linear-gradient(top, #f0f0f0, #fafafa);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = #f0f0f0, endColorstr = #fafafa);
}
.hd-daren-block{
    padding: 40px 0 90px;
}

.hd-daren-tit{
    height: 40px;
    text-align: center;
    background: url("../images/hd-daren-tit-bg.png") center no-repeat;
}
.hd-daren-tit strong{
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    font-size: 28px;
}
.hd-daren-list{
    margin-top: 90px;
}
.hd-daren-list li{
    float: left;
    width: 224px;
    height: 290px;
    margin-right: 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: url("../images/coterie-user-bg.png") top no-repeat #fff;
}
.hd-daren-list li.last{
    margin-right: 0;
}
.hd-daren-list li:hover{
    -webkit-box-shadow: 3px 0 10px rgba(0,0,0,.1),0 3px 10px rgba(0,0,0,.1),-3px 0 10px rgba(0,0,0,.1),0 -3px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 3px 0 10px rgba(0,0,0,.1),0 3px 10px rgba(0,0,0,.1),-3px 0 10px rgba(0,0,0,.1),0 -3px 10px rgba(0,0,0,.1);
    box-shadow: 3px 0 10px rgba(0,0,0,.1),0 3px 10px rgba(0,0,0,.1),-3px 0 10px rgba(0,0,0,.1),0 -3px 10px rgba(0,0,0,.1);
}
.hd-daren-list .item-user{
    position: relative;
    text-align: center;
    margin-top: -40px;
}
.hd-daren-list .item-user .pic{
    display: inline-block;
    width: 90px;
    height: 102px;
    background: url("../images/coterie-user-headimg.png") no-repeat;
}
.hd-daren-list .item-user .pic img{
    float: left;
    width: 80px;
    height: 80px;
    margin: 5px 0 0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.hd-daren-list .item-user .name{
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}
.hd-daren-list .item-tr{
    padding: 10px 15px 20px;
}
.hd-daren-list .item-td{
    width: 50%;
    text-align: center;
}
.hd-daren-list .item-td em{
    display: block;
}
.hd-daren-list .item-td strong{
    display: block;
    padding-top: 10px;
    font-size: 16px;
    font-family: Arial;
}
.hd-daren-list .periods{
    color: #999;
    height: 88px;
    line-height: 22px;
    padding: 0 15px;
    overflow: hidden;
}

.hd-comment-block{
    margin-top: 40px;
}
.hd-comment-tit{
    height: 40px;
    text-align: center;
    background: url("../images/hd-past-tit-bg.png") center repeat-x;
}
.hd-comment-tit strong{
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    font-size: 28px;
    background: #fff;
}
.hd-comment-list{
    padding-top: 20px;
}
.hd-comment-list li{
    padding: 9px;
    margin-bottom: 10px;
    border: 1px solid #ebebeb;
}
.hd-comment-list li .pic{
    float: left;
    width: 300px;
    height: 204px;
    overflow: hidden;
    position: relative;
}
.hd-comment-list li .pic > a{
    display: table-cell;
    width: 300px;
    height: 204px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}
.hd-comment-list li .pic > a > img{
    max-width: 300px;
    max-height: 204px;
    vertical-align: middle;
}
.hd-comment-list li .nr{
    padding: 0 10px 0 320px;
}
.hd-comment-list li .nr .bt{
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hd-comment-list .nr .info .name,
.hd-comment-list .nr .info .date{
    display: inline-block;
    color: #999;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    font-size: 14px;
}
.hd-comment-list .nr .info .grade{
    display: inline-block;
    width: 99px;
    height: 18px;
    margin: 5px 0;
    vertical-align: top;
    background: url("../images/base-pl-ico.png") no-repeat 0 -18px;
}
.hd-comment-list .nr .info .grade i{
    display: block;
    height: 18px;
    background: url("../images/base-pl-ico.png") no-repeat 0 0;
}
.hd-comment-list .nr .txt{
    color: #666;
    height: 44px;
    line-height: 22px;
    margin-top: 10px;
    overflow: hidden;
    font-size: 14px;
}
.hd-comment-list .nr .plImgBox{
    float: left;
    width: 850px;
    margin-top: 20px;
}
.hd-comment-list .nr .plImgBox .fancybox{
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 10px;
    overflow: hidden;
}
/* 活动详情 */
.hd-info-show{
    padding: 0 19px 10px;
    border: 1px solid #ebebeb;
}
.hd-info-show .top-info{
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}
.hd-info-show .top-info .bt{
    color: #404040;
    line-height: 40px;
    padding: 10px 200px 10px 0;
    font-size: 22px;
}
.hd-info-show .top-info .bt img{
    vertical-align: middle;
    margin: -3px 2px 0 0;
    max-height: 20px;
}
.hd-info-show .top-info .jg{
    color: #fc6000;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 16px;
}
.hd-info-show .top-info .jg em{
    font-size: 26px;
    padding: 0 2px;
}

.left-info{
    float: left;
    width: 590px;
    margin-top: 10px;
}
/* 轮播图 */
.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;
}
.slide-content .bigImg li a{
    width: 590px;
    height: 400px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #e7e7e7;
}
.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;
}
.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;
}

.left-info .hd-ts-txt{
    color: #999;
    line-height: 22px;
    margin-top: 15px;
    font-size: 14px;
}
.left-info .hd-ts-txt .bt{
    color: #666;
    height: 30px;
    line-height: 30px;
}
.left-info .hd-ts-txt .more-link{
    color: #00b7ee;
    display: inline-block;
    margin-top: 5px;
}

.right-info{
    float: right;
    width: 550px;
    margin-top: 10px;
}
.right-info .item-first{
    padding: 10px 0 15px;
    font-size: 0;
    border-bottom: 1px solid #ebebeb;
}
.right-info .item-first span{
    color: #666;
    display: inline-block;
    width: 120px;
    height: 14px;
    line-height: 14px;
    margin-right: 20px;
    font-size: 14px;
    border-right: 1px solid #ebebeb;
}
.right-info .item-first span.last{
    border-right: 0;
    margin-right: 0;
}
.right-info .item-first .num{
    color: #fc6000;
    font-family: "Arial";
    font-weight: bold;
}
.right-info .item-second{
    padding: 8px 0 0;
}
.right-info .item-second li{
    float: left;
    color: #666;
    width: 50%;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}
.right-info .item-second li .attr01,
.right-info .item-second li .attr02,
.right-info .item-second li .attr03,
.right-info .item-second li .attr04{
    display: inline-block;
    color: #fff;
    height: 16px;
    line-height: 16px;
    padding: 0 3px;
    margin: 0 4px;
    font-size: 12px;
    font-family: "宋体";
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.right-info .item-second li .attr01{
    background: #fe9440;
}
.right-info .item-second li .attr02{
    background: #fd4e4e;
}
.right-info .item-second li .attr03{
    background: #71c286;
}
.right-info .item-second li .attr04{
    background: #149fe7;
}
.right-info .item-thiry{
    padding: 10px 0;
}
.right-info .item-thiry li{
    float: left;
    height: 32px;
    position: relative;
    margin: 5px 10px 5px 0;
}
.right-info .item-thiry .item-child{
    display: block;
    height: 28px;
    line-height: 28px;
    padding: 1px 9px;
    cursor: pointer;
    position: relative;
    border: 1px solid #ebebeb;
}
.right-info .item-thiry li:hover .item-child,
.right-info .item-thiry li.active .item-child{
    padding: 0 8px;
    border: 2px solid #f60;
}
.right-info .item-thiry .item-child .ico{
    display: none;
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: -1px;
    right: -1px;
    background: url("../images/ls-icobg.png") no-repeat 0 0;
}
.right-info .item-thiry li.active .item-child .ico{
    display: block;
    bottom: -2px;
    right: -2px;
}
.right-info .item-thiry .txt{
    display: none;
    width: 350px;
    position: absolute;
    left: 0;
    top: 38px;
    z-index: 999;
    padding: 5px 10px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
}
.right-info .item-thiry li:hover .txt{
    display: block;
}
.right-info .item-thiry li .txt .arrow-ico{
    width: 12px;
    height: 7px;
    position: absolute;
    left: 18px;
    top: -7px;
    background: url("../images/hd-js-ico.png") center no-repeat;
}
.right-info .item-thiry .txt .js{
    color: #999;
    line-height: 22px;
}
.right-info .item-thiry .txt .js em{
    color: #666;
    float: left;
    width: 65px;
}
.right-info .item-thiry .txt .js p{
    padding-left: 65px;
}
.right-info .item-booking-ing,
.right-info .item-booking-end{
    padding: 20px 20px 0 10px;
}
.right-info .item-booking-ing .time,
.right-info .item-booking-end .time{
    float: left;
    width: 200px;
}
.right-info .item-booking-ing .time em,
.right-info .item-booking-end .time em{
    color: #999;
    display: block;
    height: 24px;
    line-height: 24px;
}
.right-info .item-booking-ing .time strong,
.right-info .item-booking-end .time strong{
    color: #fc6000;
    display: block;
    font-size: 16px;
}
.right-info .item-booking-end .time strong{
    color: #ccc;
}
.right-info .item-booking-ing .bm-link,
.right-info .item-booking-end .bm-link{
    float: right;
    color: #fff;
    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;
}
.right-info .item-booking-end .bm-link{
    background: #ccc;
}

.hd-show-content{
    margin-top: 15px;
}
.fxd{
    position: fixed;
    top: 0;
    z-index:999;
}
.hd-show-nav{
    width: 1198px;
    border: 1px solid #ededed;
    border-bottom: 2px solid #00b7ee;
    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 #00b7ee;
    border-bottom: 0;
    background: #00b7ee;
}
.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 strong{
    font-weight: bold;
}
.hd-show-block .column-block .txtCon i,
.hd-show-block .column-block .txtCon em{
    font-style: italic;
}
.hd-show-block .column-block .txtCon *{
    max-width: 100%;
}
.hd-show-block .column-block .txtCon a{
    color: #0082dd;
}
.hd-show-block .column-block .txtCon a:hover{
    color: #ff8a00;
}
.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-li {
    border-bottom: none;
}
.hd-consult li .consult-txt {
    height: 16px;
    line-height: 16px;
    padding-left: 36px;
    background: url("../images/consultation.png") no-repeat left center;
}
.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: 700px;
}
.st-tj-question,
.st-tj-question .msg {
    width: 1140px !important;
}
.st-tj-question textarea {
    width: 1128px !important;
}
/* 活动报名列表 */
.sign-up-list{
    width: 100%;
    border: 1px solid #ebebeb;
}
.sign-up-list th,
.sign-up-list td{
    color: #666;
    height: 40px;
    text-align: center;
    border: 1px solid #ebebeb;
}
.sign-up-list th{
    font-size: 14px;
    background: #fafafa;
}
.sign-up-list td{
    background: #fff;
}
.sign-up-list .bz{
    width: 284px;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hd-show-block .column-block .page_right{
    text-align: right;
}

/* 积分优惠 */
.right-info .msg-ul{
    padding-bottom: 8px;
    font-size:14px;
    border-bottom: 1px solid #ebebeb}
.right-info .msg-ul .item-hd{
    float:left;
    color: #666;
    width:74px;
    height: 30px;
    line-height: 30px;
}
.right-info .msg-ul .item-bd{
    min-height: 30px;
    line-height: 30px;
    padding-left: 74px;
    font-size:14px}

.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/ls-icobg.png") no-repeat 0 -269px;
}
.jf-type-wrap .ding{
    background: url("../images/ls-icobg.png") no-repeat 0 -307px;
}
.jf-type-wrap .ping{
    background: url("../images/ls-icobg.png") no-repeat 0 -383px;
}
.jf-type-wrap .num i{
    float: right;
    width: 5px;
    height: 19px;
    background: url("../images/ls-icobg.png") no-repeat right -288px;
}
.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/ls-icobg.png") no-repeat right 0;
}
.right-info .msg-ul .item-bd .pay-type{
    float: left;
    margin: 5px 5px 0 0;
}
.yd-btn{
		float: right;
		color: #fff;
		width: 100px;
		height: 30px;
		line-height: 30px;
		margin: 8px 5px 0 0;
		text-align: center;
		font-size: 16px;
		border-radius: 3px;
		background: #ff8a00;
	}


/* 目的地优化 */
.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;
}