.wrapper {
    background-color: #EDEDED;
}

.wrapper>.content {
    position: absolute;
    top: 1.2rem;
    left: 0;
    right: 0;
    bottom: 0;
}
.wrapper.in-wechat>.content {
    top: 0;
}

.banner {
    position: relative;
}
.banner a.swiper-slide {
    display: flex;
    align-items: center;
}
.banner a.swiper-slide>img {
    width: 10rem;
    height: 3.98rem;
}
.banner .swiper-pagination-bullet-active {
    background-color: #fff;
}

.icon-down {
    width: 0.5rem;
    height: 0.5rem;
    background-image: url("./../../../img/member/afterSellGroup/down.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}
.icon-down.close {
    background-image: url("./../../../img/member/afterSellGroup/close.png");
    background-size: 60%;
}
.filters {
    padding: 0.3rem 0.3rem;
    display: flex;
    justify-content: space-between;
    font-size: 0.32rem;
}
.filters>.filters-area {
    width: 4.5rem;
    height: 1rem;
    border-radius: 0.5rem;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.3rem;
}
.filters>.filters-area>.filters-area-label {
    width: 1.15rem;
    flex-shrink: 0;
}
.filters>.filters-area>.filters-area-text {
    height: 0.6rem;
    line-height: 0.6rem;
    flex-grow: 1;
    border: none;
}
.filters>.filters-category {
    width: 4.5rem;
    height: 1rem;
    border-radius: 0.5rem;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.3rem;
}
.filters>.filters-category>.filters-category-label {
    width: 1.15rem;
    flex-shrink: 0;
}
.filters>.filters-category>.filters-category-text {
    height: 0.6rem;
    line-height: 0.6rem;
    flex-grow: 1;
    border: none;
}

.group-list-wrapper {
    position: absolute;
    top: 5.58rem;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: hidden;
    padding: 0 0.2rem;
}
.group-list {
    padding-top: 0.13rem;
    padding-bottom: 0.13rem;
}
.group-list>.loading {
    margin-top: 0.3rem;
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding-top: 0.13rem;
    padding-bottom: 0.13rem;
    display: none;
}
.group-list>.loading>img {
    width: 0.64rem;
    height: 0.64rem;
    margin-bottom: 0.13rem;
}
.group-list>.loading.show {
    display: block;
}
.group-list>.group-list-item {
    background-color: #fff;
    border-radius: 0.13rem;
    padding-bottom: 0.32rem;
    box-shadow: 0 0.13rem 0.26rem rgba(0, 0, 0, .2);
    cursor: pointer;
}
.group-list>.group-list-item + .group-list-item {
    margin-top: 0.26rem;
}
.group-list>.group-list-item>.group-list-item-img {
    width: 100%;
    height: 5.01rem;
    border-top-left-radius: 0.13rem;
    border-top-right-radius: 0.13rem;
}
.group-list>.group-list-item>.group-list-item-name {
    margin-top: 0.32rem;
    font-weight: 600;
    font-size: 0.42rem;
    line-height: 0.5rem;
    padding: 0 0.26rem;
}
.group-list>.group-list-item>.group-list-item-others {
    margin-top: 0.32rem;
    padding: 0 0.26rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #989898;
    font-size: 0.36rem;
}
.group-list>.group-list-item>.group-list-item-others>.group-list-item-others-category {
    width: 6rem;
}
.group-list>.group-list-item>.group-list-item-others>.group-list-item-others-initValue {

}
.group-list>.group-list-item>.group-list-item-others>.group-list-item-others-initValue>span {
    font-size: 0.42rem;
    color: #11A2DB;
    margin-right: 0.13rem;
    font-weight: 600;
}

.address-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    visibility: hidden;
}
.address-popup.show {
    visibility: visible;
}
.address-popup>.address-popup-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}
.address-popup>.address-popup-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8rem;
    background-color: #fff;
    box-shadow: 0 0.13rem 0.26rem rgba(0, 0, 0, .2);
    border-radius: 0.13rem;
    transition: all .5s;
    transform: translateY(8rem);
}
.address-popup.show>.address-popup-content {
    transform: translateY(0);
}
.address-popup>.address-popup-content>h3 {
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    font-size: 0.48rem;
    font-weight: 500;
}
.address-popup>.address-popup-content>ul.desc {
    height: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    align-items: center;
    background-color: #F1F1F1;
    font-size: 0.42rem;
    font-weight: 500;
}
.address-popup>.address-popup-content>ul.desc>li {
    width: 33.3%;
    text-align: center;
}
.address-popup>.address-popup-content>ul.desc>li:last-child {
    color: #449FFF;
}
.address-popup>.address-popup-content>div.chosen-list-wrapper {
    height: 6rem;
    overflow-y: hidden;
    font-size: 0.36rem;
}
.address-popup>.address-popup-content>div.chosen-list-wrapper>ul.chosen-list>li {
    height: 1rem;
}
.address-popup>.address-popup-content>div.chosen-list-wrapper>ul.chosen-list>li {
    padding-left: 0.5rem;
    display: flex;
    align-items: center;
}

.category-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    visibility: hidden;
}
.category-popup.show {
    visibility: visible;
}
.category-popup>.category-popup-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}
.category-popup>.category-popup-content {
    width: 7.5rem;
    height: 6rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 0.13rem;
    box-shadow: 0 0.13rem 0.26rem rgba(0, 0, 0, .2);
}
.category-popup>.category-popup-content>.category-popup-content-heading {
    height: 1.2rem;
    position: relative;
    border-bottom: 1px dashed #8B8B8B;
}
.category-popup>.category-popup-content>.category-popup-content-heading>.category-popup-content-heading-title {
    text-align: center;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.42rem;
    font-weight: 600;
}
.category-popup>.category-popup-content>.category-popup-content-heading>.close {
    position: absolute;
    right: 0.3rem;
    top: 0.3rem;
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    background-image: url("./../../../img/member/afterSellGroup/close.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.category-popup>.category-popup-content>.category-popup-content-body {
    height: 4.8rem;
    overflow-y: hidden;
    background-color: #fff;
}
.category-popup>.category-popup-content>.category-popup-content-body>.category-popup-content-body-list {

}
.category-popup>.category-popup-content>.category-popup-content-body>.category-popup-content-body-list>.category-popup-content-body-list-item {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.37rem;
    text-align: center;
    font-weight: 500;
}
