@font-face {
    font-family: 'iconfont';
    /* Project id 2444528 */
    src: url('//at.alicdn.com/t/c/font_2444528_ausuy8m6y7.woff2?t=1660634438252') format('woff2'), url('//at.alicdn.com/t/c/font_2444528_ausuy8m6y7.woff?t=1660634438252') format('woff'), url('//at.alicdn.com/t/c/font_2444528_ausuy8m6y7.ttf?t=1660634438252') format('truetype');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.addwx {
    width: 100%;
    height: 91px;
    border-radius: 8px 8px 8px 8px;
    background: url(../img/alert-addwx-backH5.png) center center no-repeat;
    background-size: 100% 100%;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    box-sizing: border-box;
}

.addwx-l {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.head-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.head-img img {
    display: block !important;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.addwx-text {
    width: 189px;
    height: 67px;
    background: #FFFFFF;
    border-radius: 8px;
    margin-left: 12px;
    position: relative;
    padding: 8px;
}

.addwx-text::before {
    content: '';
    width: 16px;
    height: 16px;
    border: 8px solid transparent;
    border-top: 8px solid #fff;
    position: absolute;
    left: -10px;
    top: 28px;
    z-index: 0;
}

.addwx-text text {
    display: block;
    font-size: 12px;
    color: #1A8CFF;
    line-height: 17px;
    position: relative;
    z-index: 1;
}

.addwx-text span {
    display: block;
    font-size: 12px;
    color: #595959;
    line-height: 17px;
    position: relative;
    z-index: 1;
}

.addwx-r {
    width: 64px;
    height: 32px;
    background: #06B61B;
    border-radius: 16px;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    line-height: 32px;
}

.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 {
    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: 140px;
    height: 140px;
    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;
}


.wx-alert-mask,
.agreement-alert-mask {
    width: 100%;
    height: 100%;
    background: rgba(38, 38, 38, 0.4);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 105;
}
.consulting-alert {
    width: 323px;
    padding: 32px 18px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 102;
    display: none;
}

.clear {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 12px;
    top: 12px;
    background: #8C8C8C;
    font-size: 16px;
    color: #8C8C8C;
    text-align: center;
    line-height: 24px;
}
