html,
body{
    height: 100%;
    overflow: hidden;
}

.photo-show-page{
    position: absolute;
    top: 1.28rem;
    right: 0;
    bottom: 1.2rem;
    left: 0;
    overflow: hidden;
    background: #000
}

.st-photo-container{
    width: 100%;
    height: 100%;
}
.st-photo-container .swiper-slide img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.photo-info{
    max-height: 6rem;
    padding: 0.4rem;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(0,0,0,.5)
}
.photo-info .tit{
    color: #fff;
    font-size: 0.373333rem
}
.photo-info .txt{
    color: #fff;
    margin-top: 0.2rem;
    font-size: 0.32rem;
    line-height: 0.48rem;
    height: 1.44rem;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.dz-pl-box {
    height: 1.2rem;
    background: #333333;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    display: -webkit-box;
    display: -moz-box;
    display: box;
}

.dz-pl-box .txt {
    display: block;
    width: 6rem;
    height: 0.85333334rem;
    background: #fff;
    margin: 0.15rem 0.6rem 0 0.186667rem;
    text-indent: 0.32rem;
    font-size: 0.32rem;
    border-radius: 2px;
    cursor: pointer;
}

.dz-pl-box .msg,
.dz-pl-box .love {
    display: block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    line-height: 1.306667rem;
    width: 1.6rem;
    color: #c0c0c0;
    font-size: 0.32rem;
    cursor: pointer;
}

.dz-pl-box .msg>i {
    display: inline-block;
    vertical-align: middle;
    width: 0.32rem;
    height: 0.32rem;
    background: url(../images/info-ico.png) no-repeat;
    background-size: contain;
    margin: -0.05rem 0.08rem 0 0;
}

.dz-pl-box .love>i {
    display: inline-block;
    vertical-align: middle;
    width: 0.32rem;
    height: 0.32rem;
    background: url(../images/read-ico.png) no-repeat;
    background-size: contain;
    margin: -0.05rem 0.08rem 0 0;
}

/*弹出框*/

.introduce {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .75);
    display: none;
    z-index: 999;
}

.introduce .des {
    padding: 1.6rem 0.36rem 0 0.36rem;
    color: #fff;
    height: 100%;
    position: relative;
}

.introduce .des h2 {
    border-bottom: 1px solid #fff;
    text-align: center;
    font-size: 0.50666rem;
    padding-bottom: 0.4rem;
}

.introduce .des .des-txt {
    position: absolute;
    top: 2.92rem;
    bottom: 2.8rem;
    left: 0.36rem;
    right: 0.36rem;
    overflow-y: auto;
}
.introduce .des-txt p {
    padding: 0 0.16rem 0 0.16rem;
    font-size: 0.32rem;
    line-height: 0.48rem;
    margin-bottom: 0.52rem;
}
.introduce .des-txt p:last-child{
    margin-bottom: 0;
}

.introduce .close {
    position: absolute;
    z-index: 99999;
    bottom: 1.16rem;
    width: 1.2rem;
    height: 1.2rem;
    left: 50%;
    margin-left: -0.6rem;
    background: url(../images/close-visa.png) no-repeat;
    background-size: contain;
}



/* 列表 */
.st-list-content{
    display: block;
}
.st-list-group{
    background: #fff
}
.st-list-group > li{
    border-bottom: 1px solid #e6e6e6;
}
.st-list-group > li:last-child{
    border-bottom: 0;
}


.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;
    z-index: 999;
    /*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: 0.84rem;
    line-height: 0.84rem;
    padding: 0 0.2rem;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    font-size: 0.32rem;
}
.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/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;
    z-index: 999;
}
.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: #fff;
    height: 1.0667rem;
    line-height: 1.0667rem;
    margin-left: 0.2667rem;
    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.3467rem;
    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{
    color: #666;
    height: 1.0667rem;
    line-height: 1.0667rem;
    padding: 0 0.2rem;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    font-size: 0.3467rem;
    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: #42b1f0;
}
.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/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;
    background: #fff;
    z-index: 999;
}
.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{
    color: #666;
    height: 1.0667rem;
    line-height: 1.0667rem;
    padding: 0 0.2rem;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    font-size: 0.3467rem;
}
.filter-item .bd  li.active{
    color: #42b1f0;
}
.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/check-on-icon.png") center no-repeat;
    background-size: contain;
}
.filter-item .bd  li.active .on{
    display: block;
}
.list-content-btm{
    /*bottom:1.2rem;*/
}

.st-list-group li>.item{
    display: -webkit-box;
    display: -moz-box;
    display: box;
    padding: 0.4rem;
}
.st-list-group li>.item .pic{
    width: 2.933334rem;
    height: 2rem;
    position: relative;
    overflow: hidden;
    background: #e7e7e7
}
.st-list-group li>.item .pic img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.st-list-group li>.item .txt{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    margin-left: 0.2rem;
}
.st-list-group li>.item .txt .tit{
    font-size: 0.3733334rem;
    height: 0.48rem;
    line-height:0.48rem;
    margin-bottom: 0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.st-list-group li>.item .txt .des{
    height: 0.48rem;
    line-height: 0.48rem;
    margin-top: 0.3rem;
    overflow: hidden;
    font-size: 0.293334rem;
    color: #999;
}
.st-list-group li>.item .txt .info{
    padding-top: 0.08rem;
    line-height: 0.56rem;
}
.st-list-group li>.item .txt .info>span{
    color: #a9b7b7;
    font-size: 0.293334rem;
    float: left;
}
.st-list-group li>.item .txt .info>span.read{
    margin-left: 0.5rem;
}
.st-list-group li>.item .txt .info>span.like>i{
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.08rem;
    margin-top: -0.035rem;
    width:0.333334rem;
    height:0.24rem;
    background: url(../images/read-ico.png) center no-repeat;
    background-size: contain;
}
.st-list-group li>.item .txt .info>span.read>i{
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.08rem;
    margin-top: -0.035rem;
    width:0.293334rem;
    height:0.293334rem;
    background: url(../images/info-ico.png) center no-repeat;
    background-size: contain;
}