.contactPopup{
    display: none;
}
.popupMask {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .3);
}
.popup {
    width: 330px;
    height: 490px;
    background: url(./popupBg-min.png);
    background-size: cover;
    animation: zoomIn 0.3s linear forwards;
    box-shadow: 0 0 15px rgba(255, 255, 255, .1);
    border-radius: 20px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1000;
    margin-top: -245px;
    margin-left: -165px;
}
.head {
    width: 100%;
    height: auto;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 27px;
}
.popup .head img {
    width: 85px;
    height: 85px;
    display: block;
    margin: 0;
}
.info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 17px;
}
.name {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    height: 18px;
    line-height: 18px;
}
.desc {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-top: 8px;
    height: 14px;
    line-height: 14px;
}
.other {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    margin-top: 13px;
    text-align: center;
    line-height: 16px;
}
.qrcode {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.popup .qrcode img {
    width: 185px;
    height: 185px;
    display: block;
    margin: 0;
}
.codeTip {
    width: 220px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: #FFFFFF;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1454D2;
    margin: 20px auto 0 auto;
    border-radius: 16px;
}
.mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}
.popup .mobile img {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 0;
}

.popup .mobile span {
    display: inline-block;
    color: #FFFFFF;
    margin-left: 7px;
    width: auto;
    font-size: 16px;
    font-weight: 400;
}