.group_buying{
    width: 94%;
    margin: 0 auto 1%;
    border-radius: 4px 4px 0 0;
}
.group_buying .tip{
    font-size: 12px;
    line-height: 20px;
    padding: 8px 0;
    display: flex;
    align-items: center;
    background: #FDEDEE;
}
.group_buying .tip .people{
    display: flex;
    align-items: center;
    color: #E73F09;
    padding-right: 10px;
    position: relative;
}
.group_buying .tip .people img{
    width: 12px;
    margin:0 5px;
}
.group_buying .tip .people::after{
    width: 1px;
    height: 10px;
    content: '';
    position: absolute;
    right:0;
    top:50%;
    margin-top: -5px;
    background: #D8D4D4;
}
.group_buying .tip .swiper-container{
    width: 180px;
    margin-left: 10px;
}
.group_buying .tip .swiper-wrapper{
    height: 20px
}
.group_buying .tip .swiper-slide{
    height: 20px;
}
.group_buying .con .swiper-wrapper{
    height: 140px;
}
.group_buying .con .swiper-slide{
    height: 140px!important;
}
.group_buying .con .swiper-slide>div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    height: 70px;
}
.group_buying .con .swiper-slide .user{
    display: flex;
    align-items: center;
    margin-left: 5px;
 }
.group_buying .con .swiper-slide .user img{
    width: 50px;
    height: 50px;
    border-radius: 30px;
}
.group_buying .con .swiper-slide .user .name{
    font-size: 14px;
    line-height: 20px;
    margin-left: 10px;
    width: 86px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.group_buying .con .swiper-slide .group_det{
    display: flex;
    align-items: center;
    margin-right: 5px;

}
.group_buying .con .group_det .det{
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    /*margin-right: 10px;*/
    width: 80px;
}
.group_buying .con .group_det .det span{
    color: #E73F09;
}
.group_buying .con .group_det .time{
   color: #9b9b9b;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}
.group_buying .con .group_det  .go{
    width: 60px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    border-radius: 2px;
    background: #E73F09;
    margin-left: 10px;
}
.group_buying .con .group_det  .go a {
    color: #fff;
}

.group_user{
    padding: 10px 3%;
    background: #fff;
    display: flex;
    align-items: center;
}
.group_user .user{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right: 10px;
}
.group_user .name{
    font-size: 14px;
    line-height: 18px;
    color: #202224;
}
.group_user .num{
    font-size: 12px;
    line-height: 18px;
    color: #9ea3a9;
}
.group_det{
    padding: 3%;
    background: #fff;
}
.group_det li{
    padding-bottom: 0!important;
}
.group_det .cate_list_group.full_line li .goods_pic{
    width: 30%!important;
}
.group_det .cate_list_group.full_line li .goods_con{
    width: 66%!important;
}
.group_det .group_price{
    position: absolute;
    bottom:0;
    right:0;
    width: 68%;
    display: flex;
    align-items: center;
}
.group_det .group_price .now{
    font-size: 20px;
    line-height: 40px;
    color: #e73f09;
    margin-right: 5px;
}
.group_det .group_price .now span{
    font-size: 12px;
}
.group_det .group_price .pri{
    font-size: 12px;
    line-height: 16px;
    color: #9ea3a9;
    text-decoration: line-through;
}
.group_det .group_price .tip span{
    color: #E73F09;
    background: #FDEDEE;
    font-size: 12px;
    line-height: 18px;
    padding: 0 5px;
    display: inline-block;
}
.group_state{
    width: 100%;
    background: #fff;
    border-top:1px solid #EBEBEB;
    padding: 20px 0;
    position: relative;
}
.group_state::before{
    width: 0;
    height: 0;
    transform: rotate(-135deg);
    border-width: 9px;
    border-color: #EBEBEB transparent transparent #EBEBEB;
    border-style: solid;
    border-top-left-radius: 8px;
    content: '';
    position: absolute;
    top:-10px;
    left:50%;
    margin-left: -13px;
}
.group_state::after{
    width: 0;
    height: 0;
    transform: rotate(-135deg);
    border-width: 8px;
    border-color: #fff transparent transparent #fff;
    border-style: solid;
    border-top-left-radius: 7px;
    content: '';
    position: absolute;
    top:-9px;
    left:50%;
    margin-left: -12px;
}
.group_state>div{
    width: 94%;
    margin: 0 auto;
}
.group_state .person{
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
    color: #202224;
}
.group_state .person span{
    color: #E73F09;
}
.group_state .user_list{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0 15px;
}
.group_state .user_list li{
    position: relative;
    margin: 0 5px;
}
.group_state .user_list li img{
    width: 54px;
    height: 54px;
    display: block;
    border-radius: 100%;
}
.group_state .user_list li .tip{
    position: absolute;
    right:-5px;
    top:-1px;
    background: #E73F09;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 0 8px;
}
.group_state .go{
    border-radius: 4px;
    font-size: 16px;
    line-height: 40px;
    background: #E73F09;
    text-align: center;
}
.group_state .go a{
    color: #fff;
}
.group_rule{
    background: #fff;
    padding: 0 3% 10px;
    margin-top: 8px;
}
.group_rule>.title{
    position: relative;
}
.group_rule>.title a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
.group_rule .title .tip{
    font-size: 14px;
    line-height: 22px;
    color: #202224;
}
.group_rule .title .rule{
    color: #999999;
    font-size: 12px;
    line-height: 22px;
    display: flex;
    align-items: center;
    top: 10px!important;
}
.group_rule .title .rule img{
    width: 6px;
    height: 12px;
    margin-left: 5px;
}
.rule_list{
    display: flex;
    justify-content: space-between;
}
.rule_list>div{
    /*width: 33.3%;*/
    display: flex;
    align-items: flex-start;
    font-size: 13px;
    line-height: 20px;
}
.rule_list>div .list{
    display: flex;
    align-items: center;
}
.rule_list>div img{
    width: 6px;
    height: 12px;
    margin-left: 5px;
}
.rule_list>div .step{
    width: 14px;
    line-height: 14px;
    border: 1px solid #636363;
    border-radius: 20px;
    text-align: center;
    color: #202224;
    display: inline-block;
    font-size: 12px;
    margin-right: 4px;
}
header {
    width: 100%;
    line-height: 48px;
    position: relative;
    height: 48px;
    background: #fff;
}
.head_line {
    border-bottom: 1px solid #E4E4E4;
}
header .title {
    font-size: 18px;
    line-height: 48px;
    color: #202224;
    text-align: center;
}

header .back {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -9.5px;
    width: 10px;
}
.cate_con_list {
    margin-top: 5px;
}

.cate_list_group {
    overflow: hidden;
}

.cate_list_group li {
    width: 49.5%;
    float: left;
    margin-left: 1%;
    margin-bottom: 1%;
    background: #fff;
}

.cate_list_group li:nth-child(2n+1) {
    margin-left: 0;
}

.cate_list_group .goods_con {
    padding: 0 2%;
}

.cate_list_group .goods_con .title {
    font-size: 13px;
    line-height: 20px;
    margin: 5px 0;
}

.cate_list_group .goods_con .title a {
    color: #202224;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.pic_ratio {
    position: relative;
    height: 0;
    width: 100%;
}

.pic_ratio img {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.pic_ratio[style*="--aspect-ratio"] {
    padding-top: calc(100% / (var(--aspect-ratio)));
}

.cate_list_group.full_line li {
    width: 100%;
    margin-left: 0;
    float: none;
    overflow: hidden;
    padding-bottom: 5px;
    margin-bottom: 0;
    position: relative;
}

.cate_list_group.full_line li .goods_pic {
    width: 36%;
    /*margin-left: 3%;*/
    float: left;
}

.cate_list_group.full_line li .goods_con {
    width: 64%;
    float: right;
}

.cate_list_group.full_line .goods_con .title a {
    white-space: normal;
    /*overflow : hidden;*/
    /*text-overflow: ellipsis;*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cate_list_group .goods_con .group_goods .num{
    font-size: 16px;
    line-height: 20px;
    color: #E73F09;
}
.cate_list_group .goods_con .group_goods .num span{
    font-size: 12px;
}
.cate_list_group .goods_con .group_goods .det{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 5px;
}
.cate_list_group .goods_con .group_goods .det .pri{
    font-size: 12px;
    line-height: 18px;
    color: #6e7479;
    text-decoration: line-through;
}
.cate_list_group .goods_con .group_goods .det .suc{
    font-size: 13px;
    line-height: 18px;
    color: #6e7479;
}
header .share {
    position: absolute;
    right: 46px;
    width: 28px;
    top: 50%;
    margin-top: -14px;
}
.ope_icon {
    position: absolute;
    right: 3%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    margin-top: -18px;
    width: 36px;
}
.cut_state{
    display: flex;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #EBEBEB;
}
.cut_state li{
    width: 25%;
}
.cut_state li a{
    display: block;
    text-align: center;
    font-size: 0;
}
.cut_state li a .text{
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    color: #202224;
    position: relative;
}
.cut_state li.active .text{
    color: #E73F09;
}
.cut_state li.active .line{
    width: 100%;
    height: 2px;
    position: absolute;
    left:0;
    bottom:0;
    background: #E73F09;
}
.shop_order .shop_det{
    padding: 5px 3%;
    position: relative;
}
.shop_order .shop_det .shop_logo{
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    left:3%;
    top:5px;
}
.shop_order .shop_det .goods_det{
    margin-left: 110px;
    height: 100px;
    padding-top: 5px;
    position: relative;
}
.shop_order .shop_det .goods_det .goods_name{
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    color: #202224;
}
.cut_list{
    width: 94%;
    margin: 0 auto;
}
.cut_list li{
    margin-top: 10px;
    background: #fff;
}
.cut_list li .shop_order{
    position: relative;
}
.cut_list li .shop_det{
    padding: 10px!important;
}
.cut_list li .shop_logo{
    top:10px!important;
    left:10px!important;
}
.cut_list li .ope_btn{
    border-top:1px solid #EBEBEB;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 9px 0;
}
.cut_list li .ope_btn .ope{
    font-size: 13px;
    line-height: 22px;
    width: 80px;
    text-align: center;
    border: 1px solid #EAEAEA;
    margin-right: 10px;
    border-radius: 12px;

}
.cut_list li .ope_btn .ope a{
    color: #202224;
}
.state_icon{
    position: absolute;
    right:0;
    top:0;
    width: 60px;
    overflow: hidden;
}
.state_icon img{
    position: relative;
    width: 100%;
}
.cut_list li .goods_det .group_price{
    position: absolute;
    bottom:5px;
    left:0;
    font-size: 12px;
    line-height: 22px;
    display: flex;
    align-items: center;
}
.cut_list li .goods_det .group_price .num{
    display: flex;
    border-radius: 4px;
    height: 18px;
    border:1px solid #E73F09;

}
.cut_list li .goods_det .group_price .num .icon{
    width: 18px;
    height: 18px;
    overflow: hidden;
}
.cut_list li .goods_det .group_price .num .icon img{
    width: 100%;
    display: block;
}
.cut_list li .goods_det .group_price .num .person{
    line-height: 18px;
    padding: 0 5px;
    font-size: 12px;
    color: #E73F09;
}
.cut_list li .goods_det .group_price .pri{
    font-size: 12px;
    line-height: 18px;
    margin-left: 5px;
    color: #E73F09;
}
.cut_list li .goods_det .group_price .pri .cur{
    font-size: 16px;
}
/*砍价*/
.cut_pic{
    width: 100%;
}
.cut_pic img{
    display: block;
    width: 100%;
}
.cate_list_group .goods_con .time{
    font-size: 12px;
    line-height: 20px;
    color: #9ea3a9;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cate_list_group .pri_price{
    font-size: 12px;
    line-height: 16px;
    color: #9ea3a9;
    text-decoration: line-through;
}
.cate_list_group  .goods_det .cut{
    width: 80px;
    font-size: 13px;
    line-height: 28px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    right:3%;
    top:50%;
    margin-top: -14px;
}
.cate_list_group  .goods_det .cut a{
    color: #fff;
}
.cut_foot{
    width: 100%;
    border-top:1px solid #ebebeb;
    background: #fff;
    position: fixed;
    bottom:0;
    left:0;

}
.cut_foot  ul{
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.cut_foot  ul li{
    position: relative;
    width: 50%;
}
.cut_foot  ul li:first-child::after{
    width: 1px;
    height: 14px;
    content: '';
    background: #E4E4E4;
    position: absolute;
    right:0;
    top:50%;
    margin-top: -7px;
}
.cut_foot  ul li a{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #6e7479;
    font-size: 15px;
    line-height: 30px;
    padding: 9px 0;
}
.cut_foot  ul li img{
    width: 24px;
    overflow: hidden;
    margin-right: 5px;
}

.cate_list_group.full_line .goods_det {
    position: absolute;
    padding: 5px 0 12px;
    bottom: 4px;
    right: 0;
    width: 62%;
    border-bottom: 1px solid #ebebeb;
    color: #E73F09;
}
.cate_list_group .goods_det .price .pri {
    font-size: 18px;
}
.cate_list_group  .goods_det .cut{
    width: 80px;
    font-size: 13px;
    line-height: 28px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    right:3%;
    top:50%;
    margin-top: -14px;
    background: #E73F09;
}
.cate_list_group .goods_det .price {
    font-size: 12px;
    line-height: 20px;
}
.cut_foot ul li.active a{
    color: #E73F09;
}

.cut_con{
    min-height: 300px;
    background: url("../img/i_pic3.png")  no-repeat center top;
    background-size: 100% auto;
    position: relative;
    padding-top: 70px;
}
.cut_con .con{
    width: 94%;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    border-top:1px solid white;
    padding: 0 3% 10px;
}
.cut_con .con .user{
    margin-top: -28px;
}
.cut_con .con .user img{
    width: 54px;
    height: 54px;
    display: block;
    margin: 0 auto;
    border-radius: 100%;
    border: 2px solid white;
}
.cut_con .con .user .name{
    text-align: center;
    color: #6e7479;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
}
.cut_con .con .pic_tip{
    display: block;
    width: 100%;
}
.cut_con .shop_order{
    background: #F3F3F3;
    width: 100%;
    margin: 10px auto 0;
    border-radius: 4px;
}
.cut_con  .shop_order .shop_det{
    padding: 5px;
}
.cut_con .shop_order .shop_det .shop_logo{
    left:5px;
    border-radius: 4px;
}
.cut_con .min_price{
    display: flex;
    font-size: 12px;
    line-height: 18px;
    color: #9ea3a9;
    margin-top: 5px;
}
.cut_con .min_price .min{
    background: #FFE9E9;
    padding: 0 5px;
    margin-right: 5px;
    color: #e73f09;
}
.cut_con .min_price .pri{
    text-decoration:line-through;
}
.cut_con .cur_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
}

.cut_con .cur_price .suc{
    font-size: 13px;
    color: #565656;
}

.cut_con .cut_pro{
    font-size: 15px;
    line-height: 20px;
    padding: 15px 0;
    color: #202224;
    text-align: center;
}
.cut_con .cut_pro span{
    color: #E73F09;
}
.cut_con .progress{
    margin-bottom: 0;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    background: #E3E3E3;
    height: 8px;
}
.cut_con .progress-bar{
    background: #FFD423;
    box-shadow: 0 0 0 rgba(0,0,0,0);
}
.cut_con .price_num{
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
    color: #6e7479;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cut_con .price_num div:first-child{
    text-decoration: line-through;
}
.cut_con .cut_ope img{
    display: block;
    width: 100%;
}
.cut_con .cut_ope{
    position: relative;
    margin-top: 15px;
}
.cut_con .cut_ope div{
    position: absolute;
    width: 100%;
    top:0;
    left:0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cut_con .cut_ope div a{
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #e73f09;

}
.cut_con .cut_ope div .share{
    width: 66%;
}
.cut_con .cut_ope div .pay{
    width: 30%;
}
.cut_con .cut_ope div .help{
    width: 100%;
}
.cut_con .time{
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    color: #202224;
    margin-top: 6px;
}
.cut_con .help_list{
    background: #fff;
    width: 94%;
    margin: 20px auto;
    border-radius: 8px;
    border-top:1px solid white;
    padding: 20px 3% 10px;
    position: relative;
}
.cut_con .help_list::before{
    width: 8px;
    height: 25px;
    background: #fff;
    position: absolute;
    top:-25px;
    left:30%;
    content: '';
}
.cut_con .help_list::after{
    width: 8px;
    height: 25px;
    background: #fff;
    position: absolute;
    top:-25px;
    right:30%;
    content: '';
}
.cut_con .help_list .help_title{
    display: block;
    width: 100%;
}
.cut_con .help_list ul{
    overflow: auto;
    height: 170px;
    margin-top: 10px;
}
.cut_con .help_list ul li{
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cut_con .help_list ul li .user,.cut_con .help_list ul li .num{
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 20px;
    color: #575652;
}
.cut_con .help_list ul li .user img{
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 30px;
    margin-right: 10px;
}
.cut_con .help_list ul li .num img {
    width: 30px;
    display: block;
    margin-right: 8px;
}
.cut_con .help_list ul li:first-child{
    margin-top: 0;
}
.rule{
     position: absolute;
     right:3%;
     top:16px;
     border-left:2px solid rgba(255,255,255,0.9);
     font-size: 13px;
     line-height: 20px;
     padding: 0 0 0 2px;
 }
.rule>div{
    background: rgba(255,255,255,0.9);
    padding: 0 8px;
    color: #E73F09;
}

.cut_tip .cut_con{
    background: none;
    padding-top: 0;
    min-height: 200px!important;
}
.cut_tip .cut_con .con{
    position: relative;
}
.cut_tip .cut_con .pic{
    width: 50%;
    display: block;
    margin: 0 auto;
}
.cut_tip .cut_con .know{
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background: #E73F09;
}
.cut_tip .close_icon{
    position: absolute;
    right:-1px;
    top:-1px;
    color: #fff;
    overflow: hidden;
    width: 60px;
    height: 60px;
    border-radius: 6px;
}
.cut_tip .close_icon .icon_bg{
    width: 70px;
    height: 70px;
    background: #E73F09;
    position: absolute;
    right:-35px;
    top:-35px;
    transform: rotate(45deg);
}
.cut_tip .close_icon .symbol{
    color: #fff;
    font-size: 30px;
    position: absolute;
    z-index: 10;
    right:5px;
    top:-2px;
    line-height: 30px;
}
.find_cate{
    position: relative;
    padding-right: 36px;
    height: 40px;
    box-shadow: 2px 2px 2px #E0E0E0;
    background: #fff;
}
.find_cate .more_cate{
    position: absolute;
    width: 36px;
    height: 40px;
    top:0;
    right:0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.find_cate .more_cate::before{
    width: 1px;
    height: 16px;
    background: #A6A6A6;
    position: absolute;
    left:0;
    top:50%;
    margin-top: -8px;
    content: '';
}
.find_cate .more_cate img{
    width: 20px;
    display: block;
}
.find_cate ul{
    overflow: auto;
    white-space: nowrap;
    font-size: 0;
}
.find_cate ul::-webkit-scrollbar{
    display: none;
}
.find_cate ul li{
    font-size: 14px;
    line-height: 40px;
    position: relative;
    display: inline-block;
    margin: 0 10px;
    text-align: center;
}
.find_cate ul li:first-child{
    margin-left: 20px;
}
.find_cate ul li:last-child{
    margin-right: 20px;
}
.find_cate ul li a{
    display: block;
    color: #202224;
    text-overflow: ellipsis;
    overflow: hidden;
}
.find_cate ul li.active .line{
    width: 100%;
    position: absolute;
    height: 2px;
    bottom:0;
    left:0

}
.find_cate .title{
    display: none;
}
.find_cate.show_cate{
    height: auto;
    padding-top: 40px;
    padding-right: 0;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    position: absolute;
    top:0;
    width: 100%;
    z-index: 100;

}
.find_cate.show_cate .title{
    position: absolute;
    width: 100%;
    top:0;
    left:0;
    background: #fff;
    padding: 0 3%;
    font-size: 16px;
    line-height: 40px;
    z-index: 4;
    display: block;
}
.find_cate.show_cate ul{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
}
.find_cate.show_cate ul li{
    display: block;
    width: 22%;
    margin: 5px 0 5px 2.4%;
    line-height: 24px;
    border: 1px solid #D1CECE;
    border-radius: 2px;
}
.choose_cate{
    height: 40px;
    position: relative;
}

.find_cate.show_cate ul li.active .line{
    display: none;
}
.cate_list_group{
    padding-bottom: 55px;
}
.cate_list_group .goods_det {
    position: relative;
    padding: 10px 0;
}
.cate_list_group .goods_det .price {
    font-size: 12px;
    line-height: 20px;
}

.cate_list_group .goods_det  .group_price .person{
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    border-radius: 10px 0 10px 10px;
    padding: 0 10px;
    background: #E73F09;
    margin-right: 10px;
}

.cate_list_group .goods_det .only_buy{
    color: #9ea3a9;
    font-size: 12px;
    line-height: 16px;
    margin-top: 8px;
}
.cate_list_group .goods_det .only_buy span{
    text-decoration: line-through;
}
.cate_list_group .goods_det .price .pri {
    font-size: 18px;
}
.cate_list_group .goods_det  .group_price{
    display: flex;
    align-items: center;
}

.cate_list_group .cart{
    position: absolute;
    right: 0;
    bottom:10px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    border:1px solid #E7E6E6;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cate_list_group .cart.group{
    border: none;
}
.cate_list_group .cart.group .iconPar,.cate_list_group .cart.group .iconPar img{
    width: 100%;
    height: 100%;
}

.find_cate ul li.active a{
    color: #E73F09;
}
.find_cate ul li.active .line{
    background: #E73F09;
}
.find_cate.show_cate ul li.active{
    border: 1px solid #E73F09;
}
.new_board {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    max-width: 720px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10;
    display: none;
}



/*拼团分类*/
.choose_cate{
    height: 40px;
    position: relative;
}
.find_cate{
    position: relative;
    padding-right: 36px;
    height: 40px;
    box-shadow: 2px 2px 2px #E0E0E0;
    background: #fff;
}
.find_cate .more_cate{
    position: absolute;
    width: 36px;
    height: 40px;
    top:0;
    right:0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.find_cate .more_cate::before{
    width: 1px;
    height: 16px;
    background: #A6A6A6;
    position: absolute;
    left:0;
    top:50%;
    margin-top: -8px;
    content: '';
}
.find_cate .more_cate img{
    width: 20px;
    display: block;
}
.find_cate ul{
    overflow: auto;
    white-space: nowrap;
    font-size: 0;
}
.find_cate ul::-webkit-scrollbar{
    display: none;
}
.find_cate ul li{
    font-size: 14px;
    line-height: 40px;
    position: relative;
    display: inline-block;
    margin: 0 10px;
    text-align: center;
}
.find_cate ul li:first-child{
    margin-left: 20px;
}
.find_cate ul li:last-child{
    margin-right: 20px;
}
.find_cate ul li a{
    display: block;
    color: #202224;
}
.find_cate ul li.active .line{
    width: 100%;
    position: absolute;
    height: 2px;
    bottom:0;
    left:0

}
.find_cate .title{
    display: none;
}
.find_cate.show_cate{
    height: auto;
    padding-top: 40px;
    padding-right: 0;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    position: absolute;
    top:0;
    width: 100%;

}
.find_cate.show_cate .title{
    position: absolute;
    width: 100%;
    top:0;
    left:0;
    background: #fff;
    padding: 0 3%;
    font-size: 16px;
    line-height: 40px;
    z-index: 4;
    display: block;
}
.find_cate.show_cate ul{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
}
.find_cate.show_cate ul li{
    display: block;
    width: 22%;
    margin: 5px 0 5px 2.4%;
    line-height: 24px;
    border: 1px solid #D1CECE;
    border-radius: 2px;
}
a,a:hover,a:link,a:visited,a:active{
    text-decoration: none!important;
}

.act_rule{
    position: relative;
    background: #fff;
    padding: 0 6% 30px;
    width: 60%;
    margin: 0 auto;
    border-radius: 6px!important;
    border-top:1px solid white;
    border-right:1px solid white;
}
.act_rule .title{
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    padding: 20px 0 10px;
    font-weight: bold;
    color: #202224;
}
.act_rule  .con{
    font-size: 13px;
    line-height: 18px;
    text-align: justify;
    max-height: 252px;
    overflow: auto;
}
.act_rule  .con>div{
    margin-bottom: 5px;
}
.act_rule  .con::-webkit-scrollbar{
    display: none;
    opacity: 0;
}
.close_icon{
    position: absolute;
    right:-1px;
    top:-1px;
    color: #fff;
    overflow: hidden;
    width: 60px;
    height: 60px;
    border-radius: 6px;
}
.close_icon .icon_bg{
    width: 70px;
    height: 70px;
    background: #E73F09;
    position: absolute;
    right:-35px;
    top:-35px;
    transform: rotate(45deg);
}
.close_icon .symbol{
    color: #fff;
    font-size: 30px;
    position: absolute;
    z-index: 10;
    right: 5px;
    top:-2px;
    line-height: 30px;
}
.layui-m-layerchild{
    background: none!important;
    width: 100%;
}
