@charset "utf-8";
/*导游服务焦点图*/
.swiper-container .swiper-slide .item {
    display: block;
    width: 100%;
    height: 5rem;
    position: relative;
    overflow: hidden;
    font-size: 0;
    background-color: #e7e7e7;
}
.swiper-container .swiper-slide .item img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.swiper-container>.swiper-pagination {
    bottom: 0.2667rem;
    height:0.21334rem;
}
.swiper-container .swiper-pagination-bullet {
    display: inline-block;
    width: 0.21334rem;
    height: 0.21334rem;
    border-radius: 100%;
    background: #fff;
    opacity: .5;
}
.swiper-container .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
.swiper-container>.swiper-pagination .swiper-pagination-bullet{
    margin: 0 0.10667rem;
}

/* 全局搜索 */
.st-search{
    padding: 0.266667rem 0.4rem;
    margin-bottom: 0.266667rem;
    background: #f0f0f0
}
.st-search-box{
    height: 0.98667rem;
    overflow: hidden;
    position:relative;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    background:#fff
}
.st-search-box .st-search-text{
    width: 100%;
    height: 0.98667rem;
    line-height: 0.58667rem;
    padding:0.2rem;
    font-size: 0.4rem;
    background:#fff;
}
.st-search-box .st-search-btn{
    display:block;
    width: 0.49334rem;
    height: 0.49334rem;
    position:absolute;
    right: 0.25334rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background:url("../images/guide-search-ico.png") center no-repeat;
    background-size: contain;
}

/*公用栏目标题样式*/
.st-title-bar {
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.4rem;
    border-bottom: 1px solid #f3f3f3;
    font-size: 0;
    background: #fff;
}
.st-title-bar .line-icon {
    display: inline-block;
    width: 0;
    height: 0.48rem;
    vertical-align: middle;
    margin: -0.3rem 0.2rem 0 0;
    border-left: 0.08rem solid #ff6b1a;
}
.st-title-bar .title-txt {
    display: inline-block;
    font-size: 0.426667rem;
}
.guide-list{
    margin-bottom: 0.2667rem;
    background-color: #fff;
}
.guide-list .btn-box{
   text-align: center;
}
.guide-list .more-btn{
    display: inline-block;
    border: 1px solid  #e5e5e5;
    background-color: #fff;
    width: 2.667rem;
    -webkit-border-radius: 0.1334rem;
    -moz-border-radius: 0.1334rem;
    border-radius: 0.1334rem;
    line-height: 0.74667rem;
    text-align: center;
    font-size: 0.37334rem;
    color: #999999;
    margin: 0.08rem auto 0;
}

/*加载中*/
.loading-wrap{
    padding: 0.2667rem 0;
    text-align: center;
}
.loading-wrap .loading-ico{
    display: inline-block;
    width: 0.42667rem;
    height:0.42667rem;
    background: url("../images/loading-ico.gif") no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.loading-wrap>p{
    display: inline-block;
    font-size: 0.37334rem;
    color: #323232;
    line-height: 0.56rem;
    vertical-align: middle;
}

/*列表加载完*/
.list-end{
    font-size: 0.37334rem;
    color: #969696;
    line-height: 0.56rem;
    padding: 0.2667rem 0;
    text-align: center;
}

/*没有找到对应的产品*/
.no-find-pro{
    font-size: 0.48rem;
    color: #c8c8c8;
    line-height: 0.53334rem;
    padding: 0.2667rem 0.4rem;
}

/*热门目的地*/
.hot-des-list ul{
    padding: .2667rem 0.4rem 0;
}
.hot-des-list li{
    float: left;
    width: 4.4rem;
    height: 3rem;
    margin: 0 0.4rem 0.4rem 0;
}
.hot-des-list li:nth-of-type(2n){
  margin-right: 0;
}
.hot-des-list li .pic{
    display: table-cell;
    width: 4.4rem;
    height: 3rem;
    text-align: center;
    vertical-align: middle;
    background-color: #e7e7e7;
    position: relative;
}
.hot-des-list li .pic img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.hot-des-list li .tips{
    position: absolute;
    top:50%;
    left: 50%;
    margin: -0.70667rem 0 0 -1.6rem;
    width: 3.2rem;
    padding: 0.2rem 0.4rem;
    height: 1.41334rem;
    background-color: rgba(0,0,0,0.505);
    border-radius: 0.1334rem;
    overflow: hidden;
    text-align: center;
}
.hot-des-list li .tips .tips-pos{
    display: inline-block;
    width: 100%;
    height: 0.56rem;
    line-height: 0.56rem;
    font-size: 0.42667rem;
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-style: normal;
}
.hot-des-list li .tips .tips-num{
    display: inline-block;
    height: 0.45334rem;
    line-height: 0.45334rem;
    font-size: 0.32rem;
    color: #ffffff;
    position: relative;
    font-style: normal;
}
.hot-des-list li .tips .tips-num:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.6rem;
    width: 0.48rem;
    height: 1px;
    margin-top: 0.006rem;
    background-color: #fff;
}
.hot-des-list li .tips .tips-num:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -0.6rem;
    width: 0.48rem;
    height: 1px;
    margin-top: 0.006rem;
    background-color: #fff;
}

/*推荐导游*/
.comment-list{
    padding-bottom: 0.32rem;
}
.comment-list ul{
    padding: 0.2rem;
}
.comment-list li{
    float: left;
    padding: 0.2rem
}
.comment-list li a{
    display: block;
    width: 2.8rem;
}
.comment-list li .pic{
    display: table-cell;
    width: 2.8rem;
    height: 2.8rem;
    text-align: center;
    vertical-align: middle;
    position: relative;
    background-color: #e7e7e7;
    position: relative;
}
.comment-list li .pic img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.comment-list li .pic .tit{
    color: #fff;
    display: block;
    height: 0.64rem;
    line-height: 0.64rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.373333rem;
    background: rgba(0,0,0,.3)
}
.comment-list .info{
    padding: 0.2rem 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.32rem
}

/*推荐导游服务*/
.serve-list{
    padding-bottom: 0.32rem;
}
.serve-list ul{
    padding: 0 0.4rem 0;
}
.serve-list li{
    width: 100%;
    margin:0.2667rem 0 0 0;
    border-bottom: 1px solid #f3f3f3;
}
.serve-list li:last-child{
    border-bottom: 0;
}
.serve-list li a{
    display: block;
}
.serve-list li .pic{
    display: table-cell;
    width: 9.2rem;
    height: 4.6rem;
    text-align: center;
    vertical-align: middle;
    background-color: #e7e7e7;
    position: relative;
}
.serve-list li .pic img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.serve-list li .pic .guide-po-head{
    position: absolute;
    bottom:0.1334rem;
    left: 0.1334rem;
    height:1.0667rem;
    padding: 0 0.2rem;
    -webkit-border-radius: 0.8rem;
    -moz-border-radius: 0.8rem;
    border-radius: 0.8rem;
    background-color: rgba(0,0,0,.5);
}
.serve-list li .pic .guide-po-head .head-img{
    display: inline-block;
    width: 0.667rem;
    height: 0.667rem;
    background-color: #e7e7e7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
   vertical-align: middle;
}
.serve-list li .pic .guide-po-head .head-img img{
    display: block;
    width: 0.667rem;
    height: 0.667rem;
}
.serve-list li .pic .guide-po-head .name{
    display: inline-block;
    max-width: 6rem;
    font-size: 0.37334rem;
    color: #ffffff;
    line-height:1.0667rem;
    margin-left: 0.2rem;
    vertical-align: middle;
}
.serve-list .info{
    width: 100%;
    height:1.34667rem;
    background-color: #fff;
    padding: 0.12rem 0 0;
}
.serve-list .info .tit{
    font-size: 0.37334rem;
    width: 100%;
    height: 0.56rem;
    line-height: 0.56rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.serve-list .info .data{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 0.32rem;
    color: #666666;
    width: 100%;
    height: 0.50667rem;
    line-height: 0.50667rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.serve-list .info .data .txt{
    width: 7rem;
    margin-right: 0.2rem;
    font-size: 0.32rem;
    color: #999999;
    line-height: 0.50667rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.serve-list .info .data .price{
    text-align: right;
    width: 2rem;
    font-size: 0.32rem;
    color: #ff6b1a;
}
.serve-list .info .data .price strong{
    font-size: 0.37334rem;
}



/*导游列表*/
.guide-pe-list{
    background-color: #f3f3f3;
}
.guide-pe-list ul{
    padding: 0 0.4rem 0;
    background-color: #fff;
}
.guide-pe-list li{
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
}
.guide-pe-list li:last-child{
    border-bottom: 0;
}
.guide-pe-list li a{
    display: -webkit-box;
    display: box;
    width: 9.2rem;
    padding: 0.4rem 0;
}
.guide-pe-list li .pic{
    display: table-cell;
    width: 2.9334rem;
    height: 2rem;
    text-align: center;
    vertical-align: middle;
    background-color: #e7e7e7;
    position: relative;
}
.guide-pe-list li .pic img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.guide-pe-list .info{
    -webkit-box-flex: 1;
    box-flex: 1;
    width: 5.8667rem;
    background-color: #fff;
    margin-left: 0.4rem;
}
.guide-pe-list .info .tit{
    font-size: 0.37334rem;
    width: 100%;
    height: 0.50667rem;
    line-height: 0.50667rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.guide-pe-list .info .data{
    font-size: 0.32rem;
    color: #666666;
    width: 100%;
    line-height: 0.50667rem;
}
.guide-pe-list .info .data .txt{
    width:100%;
    height: 0.50667rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.guide-pe-list .info .data .txt>span{
    display: inline-block;
    margin-right: 0.44rem;
    color: #666666;
}
.guide-pe-list .info .data .txt>span:last-child{
    margin-right: 0;
}
.guide-pe-list .info .data .language{
    color: #999999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.guide-pe-list .info .data .attr>span{
    display: inline-block;
    line-height: 0.4rem;
    border: 1px #FE9170 solid;
    -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fe9170;
    font-size: 0.32rem;
    padding:0 0.0934rem;
    margin-right: 0.08rem;
}

/*导游介绍*/
.guide-show-top{
    display: -webkit-box;
    display: box;
    padding: 0.25334rem 0.4rem 0.29334rem;
    background-color: #fff;
    margin-bottom: 0.25334rem;
}
.guide-show-top .head-pic{
    width: 0.84rem;
    height: 0.84rem;
    background-color: #e7e7e7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.guide-show-top .head-pic img{
    width: 0.84rem;
    height: 0.84rem;
}
.guide-show-top .guide-intro{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    margin-left: 0.26334rem;
}
.guide-show-top .guide-intro h3{
    font-size: 0.37334rem;
    height: 0.84rem;
    line-height: 0.84rem;
    overflow: hidden;
}
.guide-show-top .guide-intro h3 .attr{
    display: inline-block;
    font-size: 0.32rem;
    color: #13cd6f;
    line-height: 0.4267rem;
    padding: 0 0.12rem;
    border: 1px solid #13cd6f;
    vertical-align: middle;
    margin-left: 0.12rem;
}
.guide-show-top .guide-intro ul li{
    font-size: 0.32rem;
    line-height: 0.58667rem;
}
.guide-show-top .guide-intro ul li span {
    color: #666666;
}
.guide-show-top .guide-intro dl{
    padding-top: 0.14667rem;
}
.guide-show-top .guide-intro dl dd{
    float: left;
    width: 1.5334rem;
    text-align: center;
    position: relative;
}
.guide-show-top .guide-intro dl dd:after{
    content: "";
    position: absolute;
    right:0;
    top:50%;
    height: 0.61334rem;
    width: 1px;
    background-color: #e5e5e5;
    margin-top: -0.30667rem;
}
.guide-show-top .guide-intro dl dd:last-child:after{
    background-color: #fff;
}
.guide-show-top .guide-intro dl dd>span{
    display: block;
    font-size: 0.32rem;
    color: #666;
    line-height: 0.45334rem;
}
.guide-show-top .guide-intro dl dd:first-child>span.item-tit{
    text-align: left;
}
.guide-show-top .guide-intro dl dd>span.item-con{
    color: #0068f0;
}
.guide-show-msg{
    margin-bottom: 0.26667rem;
    background-color: #fff;
    padding: 0.24rem 0.4rem;
}
.guide-show-msg li{
    float: left;
    width: 50%;
    height: 0.58667rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 0.58667rem;
    font-size: 0.32rem;
}
.guide-show-msg li span{
    color: #666666;
}
.guide-show-con{
    background-color: #fff;
    margin-bottom: 0.2667rem;
}
.guide-show-con .guide-show-con-item{
    font-size: 0.37334rem;
    color: #666666;
    line-height: 0.50667rem;
    background-color: #fff;
    padding: 0.16rem 0.4rem 0.2667rem;
}
.guide-show-con .guide-show-con-item img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0.16rem auto 0;
}


/*服务列表*/
.server-list-content{
    /*top:0;*/
}
.guide-serve-list{
    /*padding-bottom: 1.2rem;*/
}
.guide-serve-list .pic{
    position: relative;
}
.guide-serve-list .pic .guide-name{
    position: absolute;
    bottom:0;
    left:0;
    height:0.56rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.32rem;
    color: #ffffff;
    line-height:0.56rem;
    width: 100%;
    padding: 0 0.1334rem;
    background-color: rgba(0,0,0,.502);
    text-align: left;
}
.guide-serve-list .info h3{
    font-size: 0.37334rem;
    height:0.92rem;
    line-height: 0.46rem;
    overflow: hidden;
}
.guide-serve-list .info p.serve-pos{
    font-size: 0.32rem;
    line-height: 0.56rem;
    color: #666666;
}
.guide-serve-list .info .serve-data{
    display: flex;
    display: -webkit-flex;
    width: 100%;
    height: 0.56rem;
    overflow: hidden;
    justify-content: space-between;
}
.guide-serve-list .info .serve-data span{
    display: inline-block;
    font-size: 0.32rem;
    color: #999999;
    line-height: 0.56rem;
}
.guide-serve-list .info .serve-data span.price{
    color: #ff6600;
}
.guide-serve-list .info .serve-data span.price strong{
    font-size: 0.37334rem;
}


/*公用底部*/
.foot-menu{
    height: 1.2rem;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: #2e343b;
}
.check-item{
    float: left;
    width: 33.333333%;
}
.check-hd{
    color: #fff;
    display: block;
    height: 1.2rem;
    text-align: center;
    padding: 0.16rem 0;
    font-size: 0.2634rem;
}
.check-hd > i{
    display: block;
    width: 0.4267rem;
    height: 0.4267rem;
    margin: 0 auto 0.15rem;
}
.check-hd > .mdd-icon{
    background: url("../images/dest-menu-icon.png") center no-repeat;
    background-size: contain;
}
.check-hd > .px-icon{
    background: url("../images/sort-menu-icon.png") center no-repeat;
    background-size: contain;
}
.check-hd > .sx-icon{
    background: url("../images/check-menu-icon.png") center no-repeat;
    background-size: contain;
}

/* 排序 */
.sort-page{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 1.2rem;
    left: 0;
    background: rgba(0,0,0,.3);
}
.sort-group{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 0.4rem;
    background: #fff;
}
.sort-group li{
    color: #666;
    height: 1.0667rem;
    line-height: 1.0667rem;
    padding: 0 0.2rem;
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    font-size: 0.37334rem;
}
.sort-group li.active{
    color: #3daff0;
}
.sort-group li .ico{
    display: none;
    width: 0.2934rem;
    height: 0.2934rem;
    position: absolute;
    right: 0.2rem;
    top: 50%;
    margin-top: -0.1467rem;
    background: url("../images/guide-check-on-icon.png") center no-repeat;
    background-size: contain;
}
.sort-group li.active .ico{
    display: block;
}

/* 目的地 */
.dest-page{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 1.2rem;
    left: 0;
    background: #fff;
}
.dest-crumbs{
    height: 0.8rem;
    background: #f2f2f2;
}
.dest-crumbs > a{
    float: left;
    color: #999;
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0.84rem 0 0.4rem;
    font-size: 0.32rem;
    background: url("../images/dest-crumbs-ico.png") right no-repeat;
}
.control-block{
    display: -webkit-box;
    display: -moz-box;
    height: 1.44rem;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0.1734rem 0.2667rem;
    background: #fafafa;
}
.control-block .back-btn{
    display: block;
    color: #8a8a8a;
    width: 2.32rem;
    height: 1.0667rem;
    line-height: 1.0667rem;
    text-align: center;
    border: 1px solid #b8b8b8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 0.3467rem;
}
.control-block .confirm-btn{
    display: block;
    color: #feffff;
    height: 1.0667rem;
    line-height: 1.0667rem;
    margin-left: 0.08rem;
    text-align: center;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 0.42667rem;
    background: #ff9a14;
}
.dest-group{
    position: absolute;
    top: 2.08rem;
    right: 0;
    bottom: 1.44rem;
    left: 0;
    overflow-y: auto;
    background: #fff;
}
.dest-group .dest-list{
    padding: 0 0.2rem;
}
.dest-group .dest-list > li{
    height: 1.0667rem;
    line-height: 1.0667rem;
    padding: 0 0.2rem;
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    font-size: 0.37334rem;
    cursor: pointer;
}
.dest-group .dest-list > li .more{
    width: 0.1734rem;
    height: 0.3067rem;
    position: absolute;
    right: 0.2rem;
    top: 50%;
    margin-top: -0.1534rem;
    background: url("../images/arrow-more-ico.png") center no-repeat;
    background-size: contain;
}
.dest-group .dest-list > li.active{
    color: #0068f0;
}
.dest-group .dest-list > li .on{
    display: none;
    width: 0.2934rem;
    height: 0.2934rem;
    position: absolute;
    right: 0.2rem;
    top: 50%;
    margin-top: -0.1467rem;
    background: url("../images/guide-check-on-icon.png") center no-repeat;
    background-size: contain;
}
.dest-group .dest-list > li.active .on{
    display: block;
}

/* 筛选 */
.filter-page{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 1.2rem;
    left: 0;
}
.filter-item{
    position: absolute;
    top: 1.28rem;
    right: 0;
    bottom: 1.44rem;
    left: 0;
    background: #fff;
}
.filter-item .hd{
    width: 2.8rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    background: #f2f6f9;
}
.filter-item .hd  li{
    color: #666;
    height: 1.0667rem;
    line-height: 1.0667rem;
    padding: 0 0.2rem;
    position: relative;
    font-size: 0.3467rem;
    border-left: 0.0934rem solid #f2f6f9;
}
.filter-item .hd li.active{
    border-left: 0.0934rem solid #3daff0;
    background: #fff;
}

.filter-item .bd{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 2.8rem;
    overflow-y: auto;
    background: #fff;
}
.filter-item .bd > ul{
    padding: 0 0.2667rem;
}
.filter-item .bd  li{
    width: 100%;
    height: 1.0667rem;
    line-height: 1.0667rem;
    padding: 0 0.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    font-size: 0.37334rem;
}
.filter-item .bd li.active{
    color: #3daff0;
}
.filter-item .bd  li .on{
    display: none;
    width: 0.2934rem;
    height: 0.2934rem;
    position: absolute;
    right: 0.2rem;
    top: 50%;
    margin-top: -0.1467rem;
    background: url("../images/guide-check-on-icon.png") center no-repeat;
    background-size: contain;
}
.filter-item .bd  li.active .on{
    display: block;
}

/*服务详情*/
.guide-serve-content{
    bottom: 1.28rem;
    top:0;
}
.slide-pic-block {
    width: 10rem;
    height: 5.466667rem;
}
.slide-pic-block .swiper-slide .item {
    height: 5.4667rem;
}
.slide-pic-block>.swiper-pagination {
    position: absolute;
    right: 0.2667rem!important;
    left: auto;
    bottom: 0.16rem;
    text-align: right;
    width: auto;
    max-width: 5.0rem;
    padding: 0 0.1334rem;
    height: 0.346667rem;
    line-height: 0.28rem;
    background-color: rgba(0,0,0,.3);
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    z-index: 99;
}
.slide-pic-block .swiper-pagination-bullet {
    display: inline-block;
    width: 0.16rem;
    height: 0.16rem;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
}
.slide-pic-block .swiper-pagination-bullet-active {
    opacity: 1;
    background: #3dccf0;
}
.slide-pic-block>.swiper-pagination .swiper-pagination-bullet{
    margin: 0 0.05335rem;
}
.slide-pic-block .info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    padding: 0 0.4rem;
    height: 0.88rem;
    background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0.50196) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0.50196) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0.50196) 0%, rgba(0,0,0,0) 100%);
}
.slide-pic-block .info .data {
    float: left;
    color: #fff;
    height: 0.88rem;
    line-height: 1.1rem;
    padding-right: 0.4rem;
    font-size: 0.32rem;
}

.guide-show-tip-info{
    padding: 0.2rem 0.4rem;
    background: #fff;
    margin-bottom: 0.2667rem;
}
.guide-show-tip-info .tit{
    line-height: 0.56rem;
    font-size: 0.426667rem
}
.guide-show-tip-info .tit img{
    max-height: 0.37334rem;
    margin: -0.08rem 0 0 0.08rem;
    vertical-align: middle;
}
.guide-show-tip-info .attr{
    padding-top:0.18667rem;
}
.guide-show-tip-info .attr>span{
    display: inline-block;
    font-size: 0.32rem;
    color: #fe9170;
    padding: 0 0.09334rem;
    line-height: 0.4rem;
    border: 1px solid #fe9170;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: 0.08rem;
}
.guide-show-tip-info .attr>span:first-child{
    margin-left: 0;
}
.guide-show-tip-info .info{
    padding-top: 0.2rem;
}
.guide-show-tip-info .info>span{
    float: left;
    width: 50%;
    height: 0.6rem;
    line-height: 0.6rem;
    color: #969696;
    font-size: 0.32rem
}
.guide-show-tip-info .info .pe-mun{
   text-align: right;
}

.guide-show-tip-info .info .price{
    color: #ff6b1a;
    font-size: 0.32rem
}
.guide-show-tip-info .info .price .num{
    font-size: 0.37334rem;
    font-style: normal;
}

.guide-ls-info-item{
    margin-bottom: 0.266667rem;
    background: #fff
}
.guide-list-group>li{
    height: 1.17334rem;
    line-height: 1.17334rem;
    padding: 0 0.4rem;
    border-bottom: 1px solid #e6e6e6
}
.guide-list-group>li:last-child{
    border-bottom: 0
}
.guide-list-group>li:first-child{
    border-bottom: 1px solid #e6e6e6
}
.guide-list-group>li .item-a{
    display: block;
    position: relative;
}
.guide-list-group>li .hd{
    display: inline-block;
    font-size: 0.37334rem;
}
.guide-list-group>li .hd .head-img{
    display: inline-block;
    width: 0.84rem;
    height: 0.84rem;
    background-color: #e7e7e7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
}
.guide-list-group>li .hd .head-img img{
    display: block;
    width: 0.84rem;
    height: 0.84rem;
}
.guide-list-group>li .hd .name{
    display: inline-block;
    max-width: 3rem;
    margin: 0 0.2rem 0 0.32rem;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.guide-list-group>li .hd .attr{
    display: inline-block;
    font-size: 0.32rem;
    color: #13cd6f;
    border: 1px solid #13cd6f;
    line-height: 0.42667rem;
    padding: 0 0.09334rem;
    margin-left: 0.12rem;
    vertical-align: middle;
}
.guide-list-group>li .txt{
    display: inline-block;
    font-size: 0.373333rem
}
.guide-list-group>li .date{
    display: inline-block;
    font-size: 0.373333rem
}
.guide-list-group>li .txt .myd{
    color: #ff6b1a;
    font-style: normal;
}
.guide-list-group>li .txt .com-num{
    color: #969696;
    font-style: normal;
}
.guide-list-group>li .arrow-rig-icon{
    position: absolute;
    top:50%;
    right:0;
    width: 0.2rem;
    height: 0.37334rem;
    margin-top: -0.18667rem;
    background: url("../images/arrow-rig-icon.png") center no-repeat;
    background-size: contain;
}
.guide-coupon-bar{
    background: #fff9f5
}
.guide-list-group>li .coupon-label{
    display: inline-block;
    color: #ff4433;
    padding: 0 0.2rem;
    line-height: 0.45334rem;
    margin-left: 0.1334rem;
    border: 1px solid #f43;
    font-size: 0.32rem
}
.guide-list-group>li .coupon-label:nth-of-type(2){
    color: #22a4e0;
    border: 1px solid #22a4e0;
}
.more-txt-link {
    color: #999999;
    margin-right: 0.29334rem;
    font-size: 0.373333rem;
}

.guide-block-con{
    margin-top: 0.2667rem;
    padding: 0.18667rem 0.4rem 0.4rem;
    background-color: #fff;
}
.guide-block-con p{
    height: 0.61334rem;
    line-height: 0.61334rem;
    font-size: 0.37334rem;
}
.guide-block-con p span{
    color: #666666;
}
.guide-block-con .seek-btn{
    display: block;
    border-radius: 0.1334rem;
    background-color: #ff6b1a;
    width: 2.72rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    margin: 0.334rem auto 0;
    color: #fff;
    font-size: 0.37334rem;
}
.guide-ls-info-con{
    margin-top: 0.2667rem;
}

.guide-ls-bottom-fix{
    display: box;
    display: -ms-box;
    display: -moz-box;
    display: -webkit-box;
    height: 1.28rem;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
.guide-ls-bottom-fix .btn-link{
    display: block;
    width: 50%;
    line-height: 1.28rem;
    box-flex: 1;
    -ms-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    text-align: center;
    font-size: 0.426667rem;
}
.guide-ls-bottom-fix .kefu-btn{
    background: #fff;
    color: #4d535d;
}
.guide-ls-bottom-fix .kefu-btn .link-icon{
    display: inline-block;
    width: 0.48rem;
    height: 0.48rem;
    vertical-align: middle;
    margin: -0.08rem 0.08rem 0 0;
    background: url("../images/link-way-icon.png") center no-repeat;
    background-size: contain;
}
.guide-ls-bottom-fix .booking-btn{
    color: #fff;
    background: #f80;
}
.guide-ls-bottom-fix .bk-over{
    color: #fff;
    background: #ccc;
}
.guide-ls-bottom-fix .fenxiao-btn{
    color: #fff;
    background: #ffc11a;
}

.coupon-into-block{
    margin-bottom: 0.266667rem;
}