@charset "utf-8";
/*我的拼团*/
.group-list{
    background-color: #fff;
}
.group-list ul{
    padding: 0 0.4rem 0;
    background-color: #fff;
}
.group-list li{
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
}
.group-list li:last-child{
    border-bottom: 0;
}
.group-list li a{
    display: -webkit-box;
    display: box;
    width: 9.2rem;
    padding: 0.4rem 0;
}
.group-list li .pic{
    width: 2.9334rem;
    height: 2rem;
    background-color: #e7e7e7;
    overflow: hidden;
    position: relative;
}
.group-list li .pic img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.group-list .info{
    -webkit-box-flex: 1;
    box-flex: 1;
    width: 5.86rem;
    background-color: #fff;
    margin-left: 0.4rem;
}
.group-list .info .date{
    width:100%;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.32rem;
    color: #ff6b1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.group-list .info .date i{
    display: inline-block;
    border-left: 0.02667rem solid #ff6b1a;
    height:0.32rem;
    margin: -0.1rem 0.16rem 0;
    font-size: 0;
    vertical-align: middle;
}
.group-list .info .tit{
    font-size: 0.37334rem;
    width: 100%;
    height: 0.96rem;
    line-height: 0.48rem;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.group-list .info .state{
   padding-top: 0.1rem;
}
.group-list .info .state span{
    display: inline-block;
    padding: 0 0.16rem;
    height: 0.5334rem;
    line-height: 0.5334rem;
    font-size: 0.32rem;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.group-list .info .state .rest-time{
    background-color: #33bef8;
}
.group-list .info .state .success{
    background-color: #04c292;
}
.group-list .info .state .fail{
    background-color: #ff4026;
}

/*没有参团信息*/
.make-group-btn{
    display: block;
    border-radius: 4px;
    background-color: #ff931b;
    width: 2.1334rem;
    height: 0.8rem;
    font-size: 0.37334rem;
    line-height: 0.8rem;
    color: #fff;
    text-align: center;
    margin: 0.4rem auto;
}


/*参团详情页*/
.group-info-content{
    bottom: 1.12rem;
}
h3.group-title{
    padding: 0 0.4rem;
    height: 1.17334rem;
    font-size: 0.37334rem;
    line-height: 1.17334rem;
    border-bottom: 1px solid #e5e5e5;
}
h3.group-title .num{
    float: right;
}
h3.group-title .invite-btn{
    float: right;
    border-radius: 4px;
    background-color: #fc6000;
    width: 1.8667rem;
    height: 0.58667rem;
    line-height: 0.58667rem;
    text-align: center;
    font-size: 0.3734rem;
    color: #fff;
    margin:0.29334rem 0 0 0.29334rem;
}
.time-count-box{
    background-color: #fef1e1;
    padding: 0.17334rem 0.4rem;
    font-size: 0.37334rem;
    color: #ff5722;
    text-align: center;
    line-height: 0.5334rem;
}
.time-count-box .clock-ico{
    display: inline-block;
    width: 0.4rem;
    height:0.37334rem;
    background: url("../images/clock-ico.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: -0.1rem 0.16rem 0 0;
}
.group-info-box{
    padding: 0.4rem;
    background-color: #fff;
    display: -webkit-box;
    display: box;
    margin-bottom: 0.2667rem;
}
.group-info-box .pic{
    width: 2.9334rem;
    height: 2rem;
    background-color: #e7e7e7;
    overflow: hidden;
    position: relative;
}
.group-info-box .pic img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.group-info-box .pic .tips{
    position: absolute;
    top: 0.1rem;
    left: 0;
    width: 1.90667rem;
    height:0.57334rem;
    text-align: center;
    font-size: 0.3734rem;
    color: #fff;
    line-height: 0.57334rem;
    border-radius: 0 0.5rem 0.5rem 0;
    font-style:normal;
}
.group-info-box .pic .tips.success{
    background-color: #04c292;
}
.group-info-box .pic .tips.fail{
    background-color: #ff4026;
}
.group-info-box .info {
    -webkit-box-flex: 1;
    box-flex: 1;
    width: 5.86rem;
    background-color: #fff;
    margin-left: 0.467rem;
}
.group-info-box .info .tit {
    font-size: 0.37334rem;
    width: 100%;
    height: 1.44rem;
    line-height: 0.48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.group-info-box .info .time {
    padding-top: 0.1rem;
    color: #999;
    font-size: 0.32rem;
}
.group-sale-box{
    background-color: #fff;
    margin-bottom: 0.2667rem;
}
.group-sale-box .sale-item{
    padding: 0.2667rem 0.4rem;
}
.group-sale-box .sale-item span{
    display: inline-block;
    padding: 0 0.08rem;
    height: 0.667rem;
    margin: 0.1334rem 0.2667rem 0.1334rem 0;
    position: relative;
    border-top: 1px solid #fe573a;
    border-bottom: 1px solid #fe573a;
}
.group-sale-box .sale-item span:before{
    content: "";
    position: absolute;
    left: 0;
    top:0;
    width: 0.08rem;
    height: 0.64rem;
    background: url("../images/sale-bg.png") no-repeat;
    background-size: contain;
}
.group-sale-box .sale-item span:after{
    content: "";
    position: absolute;
    right: 0;
    top:0;
    width: 0.08rem;
    height: 0.64rem;
    background: url("../images/sale-bg.png") no-repeat;
    background-size: contain;
    transform: rotateZ(180deg);
}
.group-sale-box .sale-item span i{
    display: inline-block;
    line-height: 0.6rem;
    font-size: 0.32rem;
    color: #fe573a;
    padding: 0 0.16rem;
    margin: 0.01rem 0;
    font-style:normal;

}
.group-sale-box .sale-item span i:first-child{
    border-right: 1px dashed #fe573a;
}
.rule-box{
    background-color: #fff;
}
.rule-box .rule-msg{
    padding: 0.3rem 0.4rem;
    font-size: 0.37334rem;
    color: #999;
    line-height: 0.50667rem;
}
.group-partner-box{
    background-color: #fff;
    margin-bottom: 0.2667rem;
}
.group-partner-box .partner-list{
    padding: 0.2667rem 0.4rem;
}
.group-partner-box .partner-list li{
    float: left;
    width: 1.12rem;
    height:1.62rem;
    margin: 0.2667rem 0.2667rem 0.2667rem 0;
    background: url("../images/join-ico.png") no-repeat;
    background-size: contain;
    overflow: hidden;
    position: relative;
}
.group-partner-box .partner-list li .pic{
    width: 1.12rem;
    height:1.12rem;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
}
.group-partner-box .partner-list li img{
    width: 1.12rem;
    height:1.12rem;
}
.group-partner-box .partner-list li.tuan span{
    position: absolute;
    top:0;
    left:50%;
    background-color: #ff931b;
    width: 1rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    color: #fff;
    font-size: 0.32rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    border-radius: 0.4rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.group-partner-box .partner-list li p{
    margin-top: 0.1rem;
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    color: #999;
    font-size: 0.32rem;
}
/*拼团详情页—参团弹窗*/
.layer-join-wrap{
    position: fixed;
    bottom:0;
    z-index: 99999999;
    left: 0;
    top:0;
    right:0;
    background-color: rgba(0,0,0,0.5);
    display: none;
}
.join-group-layer{
    position: absolute;
    bottom:0;
    left: 0;
    right:0;
    width: 100%;
    background-color: #fff;
}
.join-group-layer h3{
    text-align: center;
    line-height: 1.16rem;
    height: 1.16rem;
    border-bottom: 1px solid #e5e5e5;
    font-size: 0.42667rem;
    background-color: #fff;
    position: relative;
}
.join-group-layer h3 .group-close-ico{
    position: absolute;
    right: 0.4rem;
    top: 50%;
    width: 0.32rem;
    height: 0.32rem;
    background: url(../images/close-icon.png) no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.join-group-layer .group-content{
    padding: 0 0.4rem;
}
.join-group-layer .start-time{
    font-size: 0.37334rem;
    color: #999;
    line-height: 0.667rem;
    padding-top: 0.2rem;
}
.join-group-layer .group-content .tit{
    font-size: 0.37334rem;
    color: #333;
    line-height: 0.74667rem;
}
.join-group-layer .meal-type{
    padding-top: 0.2rem;
}
.join-group-layer .type-choose-container{
    font-size: 0;
    background: #fff;
    padding-top: 0.2rem;
}
.join-group-layer .type-choose-container .item{
    display: inline-block;
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0.32rem;
    margin:0 0.2667rem 0.2667rem 0;
    -webkit-border-radius: 0.4rem;
    border-radius: 0.4rem;
    font-size: 0.373333rem;
    background: #f0f0f0;
}
.join-group-layer .type-choose-container .item.on {
    color: #fff;
    background: #ff931b;
}
.join-group-layer .people-num-container{
   padding-top: 0.2rem;
}
.people-num-container .block-item ul {
    padding: 0.08rem 0 0.534rem;
    border-bottom: 0;
}
.block-item > ul > li {
    min-height: 0.84rem;
    display: -webkit-box;
    display: -moz-box;
    border-bottom: none;
}
.block-item li .item-hd {
    display: block;
    width: 3.2rem;
    line-height: 0.84rem;
    font-size: 0.373334rem;
    color: #999;
    font-style: normal;
}
.block-item li > span {
    display: block;
    line-height: 0.84rem;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    font-size: 0.373334rem;
    vertical-align: middle;
    text-align: left;
    color: #ff6b1a;
}
.amount-opt-wrap .sub-btn,
.amount-opt-wrap .add-btn {
    display: inline-block;
    color: #a9a9a9;
    width: 0.667rem;
    height: 0.667rem;
    line-height: 0.667rem;
    vertical-align: middle;
    font-size: 0.37334rem;
    text-align: center;
    background: #f5f5f5;
}
.amount-opt-wrap .sub-btn {
    border-right: 0;
}
.amount-opt-wrap .add-btn {
    border-left: 0;
}
.amount-opt-wrap .num-text {
    width: 0.667rem;
    height: 0.667rem;
    border: 0;
    text-align: center;
    vertical-align: middle;
    font-size: 0.37rem;
    background: #fff;
    color: #666;
    margin-top: 0.1rem;
}

/*拼团详情页—分享弹窗*/
.layer-share-wrap{
    position: fixed;
    bottom:0;
    z-index: 99999999;
    left: 0;
    top:0;
    right:0;
    display: none;
}
.layer-share-wrap .black-bg{
    position: absolute;
    bottom:0;
    z-index: 99;
    left: 0;
    top:0;
    right:0;
    background-color: rgba(0,0,0,0.5);
}
.share-layer{
    position: absolute;
    left: 0.4rem;
    right:0.4rem;
    top:50%;
    z-index: 999;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    -webkit-border-radius: 0.1334rem;
    -moz-border-radius: 0.1334rem;
    border-radius: 0.1334rem;
    padding: 0 0.534rem 0.65334rem;
}
.share-layer h3{
    font-size: 0.42667rem;
    color: #000;
    text-align: center;
    padding-top: 0.45334rem;
}
.share-layer h3 .num{
    color: #ff931b;
}
.share-layer .wechat-box{
    padding: 0.24rem 0.4rem 0;
}
.share-layer .wechat-box .tit{
    font-size: 0.37334rem;
    line-height: 0.77334rem;
}
.share-layer .wechat-box .msg{
    font-size: 0.37334rem;
    color: #999;
    line-height: 0.50667rem;
    padding-bottom: 0.58667rem;
    border-bottom: 1px dashed #e5e5e5;
}
.share-layer .wechat-box .msg img {
    width: 0.74667rem;
    height: 0.49334rem;
    vertical-align: middle;
    margin: -.1rem 0.1rem 0;
}
.share-layer .other-box{
    padding-top: 0.68rem;
}
.share-layer .other-box ul{
    text-align: center;
}
.share-layer .other-box ul li {
    display: inline-block;
    width: 2.16rem;
    text-align: center;
}
.share-layer .other-box ul li .item {
    display: block;
}
.share-layer .other-box ul li .icon {
    display: block;
    width: 1.17334rem;
    height: 1.17334rem;
    margin: 0 auto;
}
.share-layer .other-box li .copy-icon {
    background: url(../images/share-icon03.png) center no-repeat;
    background-size: contain;
}
.share-layer .other-box li .face-icon {
    background: url(../images/share-icon02.png) center no-repeat;
    background-size: contain;
}
.share-layer .other-box li .sina-icon {
    background: url(../images/share-icon01.png) center no-repeat;
    background-size: contain;
}
.share-layer .other-box li .name {
    display: block;
    font-size: 0.32rem;
    line-height: 0.8rem;
}
.share-layer .other-box .bd{
    padding-top: 0.4rem;
}
.share-layer .other-box .bd{
    padding-top: 0.4rem;
}
.share-layer .other-box .bd .tabs-con{
    display: none;
}
.share-layer .other-box .bd .copy-area {
    color: #999;
    display: block;
    width: 100%;
    padding: 0.28rem 0.4rem;
    min-height: 1.24rem;
    line-height: 0.48rem;
    margin:0 auto;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 0.32rem;
}
.share-layer .other-box .bd .code-img .pic{
    display: block;
    width: 3.36rem;
    height: 3.36rem;
    margin: 0 auto;
}
.share-layer .other-box .bd .code-img img{
    width: 100%;
    height: 100%;
}
.share-layer .other-box .bd .code-img p{
    font-size: 0.32rem;
    color: #999;
    text-align: center;
    line-height: 0.69334rem;
}


/*拼团*/
.group-info-block{
    padding: 0.2rem 0.4rem;
    background: #fff;
    position: relative;
}
.group-info-block .tit{
    display: inline-block;
    font-size: 0.373333rem;
    height:0.667rem;
    line-height:0.667rem;
    vertical-align: middle;
}
.group-info-block .item {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}
.group-info-block .item .type{
    background-color: #fe573a;
    color: #fff;
    display: inline-block;
    padding: 0 0.2rem;
    height: 0.667rem;
    line-height: 0.667rem;
    margin-left: 0.2rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 0.32rem;
    font-style: normal;
}
.group-info-block .group-more-btn{
    display: inline-block;
    width: 0.334rem;
    height: 0.08rem;
    position: absolute;
    top: 50%;
    right: 0.2rem;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    background: url("../images/ellipsis-ico.png") no-repeat;
    background-size: contain;
}

/*线路详情页团购弹出框*/
.group-list-block{
    position: fixed;
    width: 100%;
    height:100%;
    bottom:0;
    top:0;
    left: 0;
    right:0;
    z-index: 9999;
    background-color: #fff;
    display: none;
    overflow: auto;
}
.group-li-con{
    position: absolute;
    top:0;
    bottom:0;
    width: 100%;
    height:100%;
    background-color: #fff;
}
.group-li-con .group-li-box{
    background-color: #fff;
}
.group-li-con .group-li-box h3{
    text-align: center;
    line-height: 1.16rem;
    height:1.16rem;
    border-bottom: 1px solid #e5e5e5;
    font-size: 0.42667rem;
    background-color: #fff;
    position: relative;
}
.group-li-con .group-close-ico{
    position: absolute;
    right:0.4rem;
    top:50%;
    width: 0.32rem;
    height:0.32rem;
    background: url("../images/close-icon.png") no-repeat;
    background-size: contain;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
}
.group-li-con .group-li-box .group-tips{
    padding: 0.2rem 0.4rem 0;
}
.group-li-con .group-tips dt{
    padding-top: 0.2rem;
    font-size: 0.37334rem;
    color: #ff6b1a;
    line-height: 0.50667rem;
}
.group-li-con .group-tips dd{
    padding-top: 0.10667rem;
    font-size: 0.32rem;
    color: #999;
    line-height: 0.45334rem;
}
.group-li-con .group-li{
    padding-top: 0.4rem;
}
.group-li-con .tags{
    height: 0.42667rem;
    text-align: center;
    position: relative;
}
.group-li-con .tags span{
    position: absolute;
    top:50%;
    left: 0;
    width: 100%;
    height:1px;
    background-color: #e5e5e5;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
.group-li-con .tags strong{
    display: inline-block;
    padding: 0 0.48rem;
    font-size: 0.32rem;
    font-weight: normal;
    color: #666;
    line-height: 0.42667rem;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.group-li ul li{
    border-bottom: 1px solid #e5e5e5;
}
.group-li ul li>a{
    display: -webkit-box;
    display: -moz-box;
    display: box;
    padding: 0.48rem 0.4rem;
}
.group-li ul li .user-pic{
    width: 4.2rem;
}
.group-li li .user-pic .pic{
    display: inline-block;
    width: 1.12rem;
    height: 1.12rem;
    -webkit-border-radius: 1.12rem;
    -moz-border-radius: 1.12rem;
    border-radius: 1.12rem;
    background-color: #e7e7e7;
    overflow: hidden;
    vertical-align: middle;
}
.group-li li .user-pic .pic img{
    width: 100%;
    height: 100%;
}
.group-li li .user-pic .name{
    display: inline-block;
    width: 2.68rem;
    font-size: 0.37334rem;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 0.1rem;
}
.group-li-con li .group-time-info{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    padding-left: 0.2rem;
    text-align: right;
}
.group-li-con li .group-time-info .begin-time{
    font-size: 0.37334rem;
    color: #333;
    line-height: 0.52rem;
    margin-bottom: 0.1067rem;
}
.group-li-con li .group-time-info .begin-time span{
    color: #f60;
}
.group-li-con li .group-time-info .rest-time{
    display: inline-block;
    font-size: 0.32rem;
    color: #999;
    line-height: 0.5334rem;
}
.group-li-con li .group-time-info .join-btn{
    display: inline-block;
    width: 1.6rem;
    height: 0.5334rem;
    line-height: 0.5334rem;
    text-align: center;
    font-size: 0.32rem;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fc6000;
    margin-left: 0.5rem;
}
.group-li-con li .group-time-info .join-btn.success{
    background-color: #04c292;
}
.group-list-block .group-btn-box{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    display: -webkit-box;
    background: #f7f7f7;
}
.group-list-block .group-btn-box a{
    color: #333;
    display: block;
    width: 50%;
    -webkit-box-flex: 1;
    text-align: center;
    font-size: 0.426667rem;
}
.group-list-block .group-btn-box a.make-group{
    background-color: #ff931b;
    color: #fff;
}

/*没有参团信息*/
.make-group-btn{
    display: block;
    border-radius: 4px;
    background-color: #ff931b;
    width: 2.1334rem;
    height: 0.8rem;
    font-size: 0.37334rem;
    line-height: 0.8rem;
    color: #fff;
    text-align: center;
    margin: 0.4rem auto;
}


.no-content {
    padding: 3rem 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}