.info-tip-content {
    display: inline-block;
    background-color: #E8E8E8;
    padding: 5px 10px;
    border-radius: 13px;
    font-size: 24rpx;
    line-height: 16px;
    color: #8E8E8E;
    text-align: left;
    justify-content: center;
    .link-btn {
        text-decoration: underline;
        color: #49A3F3;
    }
}