.anchor-wrap{
    min-width: 1.76rem;
    position: fixed;
    right: 0.2rem;
    bottom: 1.2rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    z-index: 8888;
}
.anchor-customer-box{
    width: 1.12rem;
    height: 1.12rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 12px 0px rgb(153 153 153 / 50%);
    background-color: #F5F5F5;
    border: 1px solid #F8F9FB;
}
.anchor-s-box{
    width: 0.92rem;
    height: 0.92rem;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.anchor-customer{
    width: 0.64rem;
    height: 0.64rem;
}
.anchor-code{
    display: none;
    width: auto;
    height: auto;
    background-color: #fff;
    padding: 0.2rem 0.1rem;
    box-shadow: 0px 4px 12px 1px rgb(153 153 153 / 50%);
    border-radius: 0.08rem;
    margin-bottom: 0.4rem;
    position: relative;
    padding: 0.28rem 0.4rem 0.36rem;
}
.anchor-code-img{
    width: 1.4rem;
    height: 1.4rem;
    margin: auto;
    display: block;
}

.anchor-code:after {
    position: absolute;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #FFF;
    content: " ";
    display: block;
    width: 0;
    height: 0;
    bottom: -9px;
    left: 0.75rem;
}
.wrap-box{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    z-index: 8887;
}
.tel-number{
    display: block;
    text-align: center;
    color: #888;
}
.anchor-box-p{
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #888888;
    line-height: 0.34rem;
    margin-top: 0.04rem;
}
.anchor-box-img{
    display: block;
    margin: auto;
    width: 24px;
    height: 24px;
}
.box-tel{
    margin-top: 14px;
}