|  | <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <link rel="stylesheet" href="./css/index.css">
    <link rel="stylesheet" href="../css/suspension.css">
</head>
<body>
    <!-- 悬浮 -->
    <div class="suspendedBox">
        <div class="suspended1" style="display: none;">
            <img class="suspendedImg"
                src="https://formall.oss-accelerate.aliyuncs.com/home/pc/fmPcImg/all/yxf_ic_kfzx.png" alt="">
            <div class="suspendedImgText">客服咨询</div>
        </div>
        <div class="suspended2">
            <img class="suspendedImg"
                src="https://formall.oss-accelerate.aliyuncs.com/home/pc/fmPcImg/all/yxf_ic_dhzx.png" alt="">
            <div class="suspendedImgText">电话咨询</div>
            <div class="showText">18390239772</div>
        </div>
        <div class="suspended3">
            <img class="suspendedImg"
                src="https://formall.oss-accelerate.aliyuncs.com/home/pc/fmPcImg/all/yxf_ic_gzh.png" alt="">
            <div class="suspendedImgText">公众号</div>
            <div class="showRqCode">
                <img class="showRqCodeImg"
                    src="https://formall.oss-accelerate.aliyuncs.com/home/pc/fmPcImg/qrcode_fmlk.jpg" alt="">
            </div>
        </div>
    </div>
</body>
</html>
<script language="javascript" src="https://dbt.zoosnet.net/JS/LsJS.aspx?siteid=DBT86461431&float=1&lng=cn"></script>
<script src="../js/jquery-1.11.3.js"></script>
<script src="../js/suspension.js"></script>
 |