﻿#app {
    box-sizing: border-box;
    /* font-family: "PingFangSC-Regular", "Microsoft YaHei", Helvetica; */
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "PingFangSC-Regular", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    color: #333;
    font-size: 0.32rem;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    max-width: 7.5rem;
    margin: 0 auto;
    background: #f7f7f7;
}
.stopScroll {
    overflow: hidden;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
/*头部*/
.package-topnav-wrap  {
    position: fixed;
    top: 0;
    max-width: 7.5rem;
    width: 100%;
    z-index: 100;
    background: #fff;
    border-bottom: 0.01rem solid #f4f4f4;
}
.head-tabbar {
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 0.01rem solid #e7e7e7;
    line-height: 0.832rem;
    background: #fff;
    z-index: 11;
    color: #666;
    font-size: .25rem;
}
.package-topnav-wrap .head-tabbar {
    position: initial;
}
.head-back-btn {
    width: .704rem;
    text-align: center;
}
.icon_prev:before {
    content: "\e608";
    margin-right: 0.064rem;
}
.head-tabbar-other {
    width: .704rem;
    opacity: 0;
}
.icon-icon_prev {
    font-size: .26rem;
}
.icon-icon_list {
    font-size: .35rem;
    margin-top:0.02rem;
}
.icon-grid:before {
    font-size: .27rem;
    margin-left:0.02rem;
}

.head-tabbar-title {
    font-weight: bold;
    color: #0E0E0E;
}

.filter-city {
    font-size: 0.28rem;
    color: #0E0E0E;
    display: flex;
    align-items: center;
    margin-left: 0.25rem;
    margin-right: 0.4rem;
}
    .filter-city .filter-city-name {
        margin: 0 0.1rem;
    }
    .filter-city .city-icon {
        width: 0.3rem;
        height: 0.3rem;
    }
    .filter-city .filter-item-icon {
        width: 0.15rem;
        height: 0.15rem;
    }

.filter-yys {
    display: flex;
    align-items: center;
    column-gap: 0.2rem;
}
    .filter-yys .filter-yys-item {
        width: 1.02rem;
        height: 0.5rem;
        line-height: 0.5rem;
        text-align: center;
        border: 0.02rem solid #DEDEDE;
        border-radius: 0.24rem;
        box-sizing: border-box;
        font-size: 0.24rem;
        color: #696969;
    }
    .filter-yys .yys-selected {
        color: #FFFFFF;
        background: #FE552E;
        border-color: #FE552E;
    }
    
.filter-wrap {
    height: 0.9rem;
    font-size: .25rem;
    color: #666;
    font-weight: 500;
}
.filter-item , .filter-wrap  {
    display: flex;
    flex: 1;
    align-items: center;
}
.active  {
    color: #e4393c;
}
.selected  {
    color: #e4393c;
}

.filter-item  {
    box-sizing: border-box;
    justify-content: center;
}
.filter-item-name  {
    max-width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.filter-item:after {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    border-top: .1rem solid #666;
    border-left: .08rem solid transparent;
    border-right: .08rem solid transparent;
    border-bottom: 0;
    margin-left: .1rem;
    -webkit-animation: all .5s;
    animation: all .5s;
}
.filter-item.active:after {
    border-bottom: .1rem solid #e4393c;
    border-top: 0;
}
.filter-item.no-filters:after {
    border: 0;
}
.filter-item-name .iconfont  {
    margin-left: .1rem;
}
.filter-item-name .icon-Icon_filter  {
    margin-left: .1rem;
    color: #666;
    font-size: .26rem;
}
.active .icon-Icon_filter  {
    margin-left: .1rem;
    color: #ff0000;
    font-size: .26rem;
}
.icon_up:before {
    content: "\e72a";
}
.icon_down:before {
    content: "\e731";
}
.icon_filter:before {
    content: "\e601";
    font-size: 0.128rem;
}

.package-content-wrap  {
    padding-top: 1.76rem;
    margin-bottom: 1.024rem;
    position: relative;
}
.grid-package  {
    display: flex;
    flex-wrap: wrap;
}
.grid-package li  {
    width: 50% !important;
}
.g-package  {
    display: flex;
    flex-direction: column;
    background: #fff;
    font-size: .24rem;
    margin: auto .096rem .1728rem;
    box-shadow: 0.0512rem 0.0512rem 0.0512rem hsl(0deg 0% 39% / 10%);
    overflow: hidden;
    border-radius: .2rem;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}
.g-package-image  {
    width: 100%;
    height: 3.4rem;
    background: 50% no-repeat #f4f4f4;
    background-size: auto 100%;
}
.g-package-main  {
    flex: 1;
    padding: .24rem;
}
.g-package-main-wrap  {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.g-package-main-wrap a  {
    display: flex;
    width: 38vw;
    overflow: hidden;
    align-items: center;
    white-space: nowrap;
}
.g-package-label {
    width: 0.64rem;
    font-size: .2rem;
    border: 0.01rem solid transparent;
    border-radius: .05rem;
    margin-right: .05rem;
    text-align: center;
    line-height: .5rem;
}
.package-label-operator  {
    color: #80d0f0;
    border-color: #80d0f0;
}
.g-package-tit  {
    color: #000;
    font-size: 0.32rem;
    height: 0.5rem;
    line-height: 0.5rem;
    margin-right: .1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.g-package-desc , .package-slogan  {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.g-package-sub-wrap  {
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
}
.g-package-sub-tit {
    color: #999;
    padding: .08rem .18rem;
    background: #f4f4f4;
    border-radius: .1rem;
    margin: 0 .0512rem .0512rem 0;
    width: 3rem;
    text-align: center;
}
.g-package-desc {
    color: #666;
    line-height: 0.36rem;
    margin: .1rem 0;
}
.g-package-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .1rem;
    flex-wrap: nowrap;
}
.g-package-price  {
    color: #e4393c;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.g-package-sales  {
    text-align: right;
    color: #999;
    white-space: nowrap;
}

/*Duang ~ 到底了*/
.no-more-result {
    position: relative;
    display: flex;
    padding: 0 0 1rem 0;
    justify-content: center;
    color: #bbb;
    font-size: 0.28rem;
}

/*地址弹窗*/
.options-wrap  {
    max-height: 70vh;
    overflow: hidden;
    display: flex;
    background: #f9f9f9;
}
.options-column-wrap  {
    overflow-y: auto;
    flex: 1;
}
.options-wrap:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100vh;
    bottom: -100vh;
    background: rgba(0,0,0,.4);
}

.options-item  {
    position: relative;
    padding: 0 0.8rem 0 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: .28rem;
    color: #333;
    margin: 0 .1rem;
}

.options-item-province  {
    background: #fff;
}
.options-item-province  {
    margin: 0;
}
.options-item-province.item-selected  {
    background: #fafafa;
}
.options-item.item-selected  {
    color: #e93b3d;
}
.options-item :before {
    content: "";
    position: absolute;
    pointer-events: none;
    background: #eae9e9;
    height: 0.01rem;
    left: 0.02rem;
    right: 0.02rem;
    bottom: 0;
}

/*运营商*/
.options-item.item-checked-selected  {
    color: #e93b3d;
    background: url(../image/redgou.png) right 0.299424rem bottom 0.299424rem no-repeat;
    background-size: .28rem auto;
}
/*筛选*/
.list-filter-container  {
    background: #fff;
    padding-bottom: 0.9rem;
    overflow-y: scroll;
    margin-bottom: 0.32rem;
}
.list-filter-wrap  {
    border-bottom: 0.01rem solid #f4f4f4;
    line-height: 0.8rem;
    font-size: .28rem;
    background: #fff;
    border-radius: .1504rem;
}
.list-filter-tit  {
    padding: 0 .24rem;
}
.list-filter-cont  {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 .0512rem .24rem;
}
.list-filter-option  {
    width: 2.2rem;
    font-size: .24rem;
    line-height: .28rem;
    padding: .1504rem 0;
    text-align: center;
    margin: 0 .1rem 0.2rem 0;
    background: #f4f4f4;
    border: 0.01rem solid #f4f4f4;
    border-radius: .1rem;
    border-radius: .3rem;
}

.list-filter-option.active  {
    color: #e93b3d;
    border-color: #e93b3d;
    background: #fff;
}
/*重置确认按钮*/
.list-filter-bottom  {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    height: 1.024rem;
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 0 .256rem;
}
.list-filter-bottom .btn  {
    width: 50%;
    height: 0.896rem;
    line-height: 0.676rem;
    font-size: .28rem;
}
.cancel-btn  {
    border: 0.01rem solid #bfbfbf;
    border-right: none;
    border-top-left-radius: 0.896rem;
    border-bottom-left-radius: 0.896rem;
    background: #fff;
}
.confirm-btn  {
    background: #e93b3d;
    color: #fff;
    border-top-right-radius: 0.896rem;
    border-bottom-right-radius: 0.896rem;
}


/* 套餐列表 新 */
.package_list {
    width: 100%;
    box-sizing: border-box;
    padding: 0.2rem;
}

    .package_list .activity_box {
        width: 100%;
        padding: 0.28rem 0.2rem 0.6rem;
        box-sizing: border-box;
        border-radius: 0.1rem;
        box-shadow: 0.02rem 0rem 0.09rem 0rem #DAD4D3;
        background: #FFFFFF;
        border-bottom: 0.01rem solid #F2F2F2;
        margin-bottom: 0.2rem;
        display: flex;
        justify-content: space-between;
        position: relative;
    }

.activity_box .activity_img {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 0.1rem;
    overflow: hidden;
    background: #C9C9C9;
    box-shadow: 0.02rem 0rem 0.04rem 0rem #C8C8C8;
    overflow: hidden;
}

    .activity_box .activity_img .images {
        width: 100%;
        height: 100%;
    }

.activity_box .activity_content {
    width: 4.2rem;
}

.activity_content .activity_title {
    font-weight: 800;
    font-size: 0.32rem;
    color: #0E0E0E;
    margin-bottom: 0.02rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
    .activity_content .activity_title .ellipstitle {
        max-width: 3rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .activity_content .activity_title .istitle {
        max-width: 4.2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .activity_content .activity_title .hottag {
        width: 1.11rem;
        height: 0.35rem;
        line-height: 0.35rem;
        border-radius: 0.05rem;
        background: linear-gradient(88deg, #f9995b, #fc433a);
        text-align: center;
        font-size: 0.2rem;
        color: #fff;
    }

.activity_content .activity_text {
    font-weight: 500;
    font-size: 0.22rem;
    color: #919191;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.02rem;
}

.activity_content .activity_desc {
    font-weight: 800;
    font-size: 0.28rem;
    color: #0E0E0E;
}

.activity_content .activity_tag {
    display: flex;
    font-weight: 500;
    font-size: 0.22rem;
    column-gap: 0.2rem;
    row-gap: 0.1rem;
    margin: 0.06rem 0 0.06rem;
    flex-wrap: wrap;
}
    .activity_content .activity_tag .tag_item {
        height: 0.36rem;
        line-height: 0.36rem;
        border-radius: 0.04rem;
        padding: 0 0.12rem;
    }
    .activity_content .activity_tag .tag_green {
        color: #099426;
        background: #E3F7EB;
    }
    .activity_content .activity_tag .tag_yellow {
        color: #CD722E;
        background: #FBF2EB;
    }

.activity_content .activity_pricebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .activity_content .activity_pricebox .activity_price {
        font-weight: 500;
        font-size: 0.22rem;
        color: #FB423D;
    }

    .activity_content .activity_pricebox .participatebtn {
        width: 1.58rem;
        height: 0.54rem;
        line-height: 0.54rem;
        text-align: center;
        border-radius: 0.27rem;
        background: linear-gradient(132deg, #FF7B5D, #FE552E);
        font-weight: 800;
        font-size: 0.26rem;
        color: #FFFFFF;
    }

.activity_box .activity_tip {
    position: absolute;
    bottom: 0.18rem;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 0.2rem;
    color: #919191;
}

    .activity_box .activity_tip .tip_icon {
        width: 0.18rem;
        height: 0.18rem;
        margin-right: 0.1rem;
    }

/*列表为空*/
.package_null {
    width: 100%;
    padding-top: 20%;
}
    .package_null img {
        width: 4rem;
        height: auto;
        margin: 0 auto;
    }
    .package_null .notphone_tit {
        text-align: center;
        margin: 0.22rem 0 0.48rem;
    }
    .package_null .clear_btn {
        width: 2.86rem;
        height: 0.58rem;
        line-height: 0.58rem;
        border: 0.02rem solid #F53323;
        box-sizing: border-box;
        color: #F53323;
        text-align: center;
        margin: 0 auto;
        border-radius: 0.12rem;
    }
