/* 广告 */
.banner-container{
    height: 4.0rem;
}
.banner-wrap{
    display: block;
    height: 4.0rem;
}
.banner-wrap img{
    width: 100%;
    height: 100%
}
/* 热门目的地 */
.art-dest-container{
    background: #fff
}
.art-dest-bar{
    padding: 0.4rem 0 0;
    text-align: center;
}
.art-dest-bar .tit{
    font-size: 0.506667rem
}
.art-dest-bar .sub{
    color: #999;
    display: block;
    padding: 0.133333rem 0;
    font-size: 0.32rem
}
.art-dest-wrap{}
.art-dest-list{
    padding: 0.106667rem 0.16rem;
}
.art-dest-list>li{
    float: left;
    padding: 0.106667rem
}
.art-dest-list .info{
    display: block;
    width: 3.013333rem;
    height: 3.013333rem;
    position: relative;
}
.art-dest-list .info .name{
    color: #fff;
    display: inline-block;
    height: 0.666667rem;
    line-height: 0.666667rem;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 0.373333rem;
    text-shadow: 0.013333rem 0.013333rem 0.04rem rgba(0,0,0,.5),
                 0.013333rem 0.013333rem 0.04rem rgba(0,0,0,.5),
                 0.013333rem 0.013333rem 0.04rem rgba(0,0,0,.5),
                 0.013333rem 0.013333rem 0.04rem rgba(0,0,0,.5);
}
.art-dest-list .info .img{
    width: 100%;
    height: 100%;
}
.more-bar{
    padding: 0.16rem 0 0.266667rem;
    text-align: center;
}
.more-link{
    color: #3daef0;
    display: inline-block;
    width: 3.013333rem;
    height: 0.666667rem;
    line-height: 0.666667rem;
    text-align: center;
    font-size: 0.32rem;
    border: 1px solid #3daef0;
    border-radius: 0.106667rem;
    -webkit-border-radius: 0.106667rem;
    background: #fff
}

/* 推荐攻略 */
.art-recom-container{
    margin-top: 0.266667rem;
    background: #fff
}
.art-recom-bar{
    padding: 0.4rem 0 0.133333rem;
    text-align: center;
    font-size: 0.506667rem
}
.art-recom-wrap{
    padding: 0 0.266667rem
}
.art-recom-wrap>li{
    padding: 0.266667rem 0
}
.art-recom-wrap .item-a{
    display: block;
}
.art-recom-wrap .item-a .pic{
    float: left;
    width: 3.2rem;
    height: 2.266667rem;
}
.art-recom-wrap .item-a .info{
    padding-left: 3.466667rem
}
.art-recom-wrap .info .bt{
    height: 0.6rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.373333rem
}
.art-recom-wrap .info .txt{
    color: #666;
    height: 1.28rem;
    line-height: 0.426667rem;
    overflow: hidden;
    font-size: 0.32rem
}
.art-recom-wrap .info .data{
    height: 0.533333rem
}
.art-recom-wrap .info .data span{
    color: #a9b7b7;
    height: 0.533333rem;
    line-height: 0.533333rem
}
.art-recom-wrap .info .data .icon{
    display: inline-block;
    width: 0.333333rem;
    height: 0.293333rem;
    vertical-align: middle;
    margin: -0.04rem 0.066667rem 0 0
}
.art-recom-wrap .info .gz .icon{
    background: url("../images/gz-icon.png") center no-repeat;
    background-size: contain;
}
.art-recom-wrap .info .pl{
    margin-left: 0.266667rem
}
.art-recom-wrap .info .pl .icon{
    background: url("../images/pl-icon.png") center no-repeat;
    background-size: contain;
}