﻿﻿
/* 进群 */
 

.enter-a-group {
    width: 100%;
    height: 60px;
    /* background: #FCFEFF; */
    /* padding: 10px 0; */
    position: relative;
    overflow: hidden;
    background: url(../images/list_jrsq_img@3x.png) center center no-repeat;
    background-size: cover;
    margin-bottom:10px;
}

.group-list {
    width: 100%;
    height: 60px;
    padding: 7px 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}

    .group-list .group-l {
        width: calc(100% - 66px);
        height: 100%;
    }

        .group-list .group-l > div {
            width: 100%;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            /* margin-bottom: 1px; */
        }

            .group-list .group-l > div > img {
                display: block;
                width: 20px;
                height: 20px;
                margin-right: 4px;
                flex-shrink: 0;
            }

            .group-list .group-l > div > span {
                display: block;
                font-size: 16px;
                color: #262626;
                line-height: 22px;
                font-weight: 600;
            }

.addgroup-list {
    width: 100%;
    height: 22px;
    margin-top: 2px;
    margin-left: 0px;
}

.swiper-addgroup {
    height: 22px;
    overflow: hidden;
}

    .swiper-addgroup .swiper-slide {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 22px;
        font-size: 12px;
        color: #595959;
        line-height: 22px;
    }

        .swiper-addgroup .swiper-slide > img {
            display: block;
            width: 16px;
            height: 16px;
            margin-right: 7px;
            border-radius: 50%;
        }

        .swiper-addgroup .swiper-slide > span {
            display: block;
            width: auto;
            height: 22px;
            background: #fff;
            border-radius: 4px;
            padding: 4px;
            font-size: 12px;
            color: #595959;
            line-height: 16px;
            border: 1px solid #ebebeb;
            position: relative;
        }

            .swiper-addgroup .swiper-slide > span::after {
                content: '';
                width: 0px;
                height: 0px;
                border: 3px solid transparent;
                border-right: 3px solid #ebebeb;
                position: absolute;
                left: -7px;
                top: 7px;
            }

            .swiper-addgroup .swiper-slide > span::before {
                content: '';
                width: 0px;
                height: 0px;
                border: 3px solid transparent;
                border-right: 3px solid #fff;
                position: absolute;
                left: -6px;
                top: 7px;
                z-index: 1;
            }

.group-list .group-r {
    width: 56px;
    height: 20px;
    background: #06B61B;
    border-radius: 10px;
}

    .group-list .group-r > span {
        display: block;
        font-size: 13px;
        color: #FFFFFF;
        text-align: center;
        line-height: 20px;
    }

/* 加群弹框 */
.mask2 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0%;
    top: 0%;
    z-index: 999;
}

.group-alert {
    width: 311px;
    /* height: 364px; */
    padding-top: 44px;
    padding-bottom: 24px;
    border-radius: 8px;
    background: linear-gradient(0deg, #FFFFFF 0%, #BAE7FF 100%);
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

    .group-alert .head-img {
        display: block;
        width: 72px;
        height: 72px;
        border: 3px solid #BAE7FF;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        top: -36px;
        transform: translateX(-50%);
    }

        .group-alert .head-img > img {
            display: block;
            width: 66px;
            height: 66px;
            border-radius: 50%;
            border: 0;
        }

    /* .group-alert .close {
    display: block;
    width: 24px;
    height: 24px;
    color: #8C8C8C;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    position: absolute;
    right: 8px;
    top: 12px;
} */
    .group-alert .close {
        display: block;
        width: 32px;
        height: 32px;
        background: rgba(255, 255, 255, 0.1);
        opacity: 1;
        border: 1px solid rgba(255, 255, 255, 0.4);
        border-radius: 50%;
        position: absolute;
        left: 50%;
        top: unset;
        bottom: -44px;
        transform: translateX(-50%);
    }

        .group-alert .close > i {
            display:block;
            width: 32px;
            height: 32px;
            color: #fff;
            font-size: 20px;
            text-align: center;
            line-height: 32px;
        }

    .group-alert .name {
        display: block;
        width: 100%;
        padding: 0px 0 8px;
        font-weight: 600;
        text-align: center;
        font-size: 18px;
        color: #262626;
        line-height: 26px;
    }

    .group-alert .adviser-text {
        width: 279px;
        height: 93px;
        background: #FFF7EE;
        margin: 10px auto 0;
        border-radius: 8px;
        padding: 18px 16px 0;
        position: relative;
        font-size: 14px;
        color: #262626;
        text-align: center;
        line-height: 21px;
    }

        .group-alert .adviser-text > img {
            display: block;
            width: 253px;
            height: 36px;
            position: absolute;
            left: 50%;
            top: -10px;
            transform: translateX(-50%);
            border: 0;
        }

    .group-alert .wximg {
        display: block;
        width: 180px;
        height: 180px;
        border: 1px solid #EBEBEB;
        margin: 20px auto 0;
    }

    .group-alert .text {
        display: block;
        font-size: 13px;
        color: #ABABAB;
        text-align: center;
        line-height: 18px;
    }

    .group-alert .download {
        width: 132px;
        height: 44px;
        background: #06B61B;
        border-radius: 22px;
        margin: 12px auto 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .group-alert .download i {
            display: block;
            width: 20px;
            height: 20px;
            font-size: 14px;
            color: #fff;
            transform: rotate(180deg);
            margin-right: 4px;
        }

        .group-alert .download span {
            font-size: 14px;
            font-weight: bold;
            color: #FFFFFF;
            line-height: 20px;
        }
