body {
    /* pointer-events: none; */
    /*font-family: "PingFangSC-Regular","Microsoft YaHei", serif;*/
    font-family: "HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
    letter-spacing: 0.05em;
}

html {
    width: 124px;
    height: 430px;
    float: right;
}

.content {
    width: 124px;
    float: right;
}

.consultant {
    width: 124px;
    height: 194px;
    background-color: rgba(0, 82, 217, 1);
    border-radius: 4em 4em 5px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}

.consultant > img {
    width: 86px;
    height: 86px;
    margin: 18px 0 10px 0;
    /*呼吸效果*/
    animation: myBreath 3s linear infinite;
}

@keyframes myBreath {
    0% {
        transform: scale(1);
    }
    13% {
        transform: scale(0.88);
    }
    26% {
        transform: scale(1);
    }
    39% {
        transform: scale(0.88);
    }
    52% {
        transform: scale(1);
    }
    65% {
        transform: scale(0.88);
    }
    78% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

.aperture {
    position: fixed;
    top: 18px;
    width: 103px;
    height: 103px;
    background-size: 100% 100%;
    animation: move-kefu 1.5s linear 1.2s infinite;
    border-radius: 50%;
}

@keyframes move-kefu {
    0% {
        box-shadow: 0 0 0 0.32rem rgb(255, 255, 255);
        transform: scale(.8);
    }
}

.consultant > div:nth-child(2) {
    width: 80px;
    font-size: 15px;
    margin: 12px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.consultant > div > img {
    width: 15px;
    height: 15px;
}

.consultant > div:last-child {
    margin: 9px 0 0 0;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}

.QR-code {
    width: 124px;
    height: 150px;
    background-color: rgba(0, 82, 217, 1);
    border-radius: 5px 5px 5px 5px;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    font-size: 15px;
}

.QR-code > img {
    width: 108px;
    height: 108px;
    margin: 8px 0 6px 0;
}

.consultantBottom {
    width: 124px;
    height: 36px;
    margin-top: 12px;
    background-color: rgba(0, 82, 217, 1);
    border-radius: 5px 5px 5px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    font-size: 15px;
    justify-content: center;
    cursor: pointer;
}

.consultantBottom > div {
    width: 83px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.consultantBottom > div > img {
    width: 16px;

}
