<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.phone{
    position: relative;
}
.wx {
    box-shadow: 0 2px 14px 0 rgba(0,0,0,.25);
    color: #5e5e66;
    font-size: 14px;
    text-align: center;
    position: absolute;
    background: #fff;
    top: 50px;
    padding: 28px 34px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
}
.wx .phoneTag{
    font-size: 26px;
}
.wx .grenn {
margin-top: 10px;
color: #07c160;
font-size: 20px;
}
.wx .red {
margin-top: 24px;
color: #ff4a26;
font-size: 16px;
white-space: nowrap;
}
.wx .qr img{
margin-top: 34px;
width: 142px;
height: 142px;
}
</pre></body></html>