HEX
Server: nginx/1.22.1
System: Linux VM-16-9-centos 3.10.0-1160.99.1.el7.x86_64 #1 SMP Wed Sep 13 14:19:20 UTC 2023 x86_64
User: www (1001)
PHP: 7.3.31
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/www.sanjiangapp.com/runtime/complile/c4aa6c5ca61ea51e0940c4d7f8a13a5d.php
<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">    
	<title>{pboot:pagetitle}</title>
	<meta name="keywords" content="{pboot:pagekeywords}">
	<meta name="description" content="{pboot:pagedescription}">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="shortcut icon" href="{pboot:sitetplpath}/favicon.ico" type="image/x-icon">
    <link rel="stylesheet" type="text/css" href="{pboot:sitetplpath}/static/css/index.css" />
    <link rel="stylesheet" href="{pboot:sitetplpath}/static/css/home.css">
    <style>
       .cy_about_bg{
           background: #4957fa;

       }
       .mainT{
           font-size: 36px;
           font-weight: 700;
           color: #ffffff;
       }
       .secordT{
           margin-top: 18px;
           font-size: 16px;
           color: #fefeff;
       }
        .banner{
            background-image: url("{pboot:sitetplpath}/static/images/cooper.png");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
            height: 290px;

        }
        .banner-word{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 100%;
            width: 100%;
        }
        .banner-word button{
            width: 200px;
            height: 60px;
            opacity: 1;
            background: #ffffff;
            border-radius: 6px;
            box-shadow: -1px -2px 0px 2px rgba(77,101,253,0.25) inset;
            font-size: 24px;
            font-weight: 700;
            color: #4b5ffc;
            letter-spacing: 2px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            margin-top: 30px;
        }
        .w{
            width: 1100px;
            margin: 0 auto;
        }
        .cooper_search{
            padding: 30px 109px;
            box-sizing: border-box;
            background-image: url("{pboot:sitetplpath}/static/images/iconx.png");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
            position: relative;
            transform: translateY(-50%);
            display: flex;
            justify-content: space-between;
            align-items: center;
            box-shadow: 0px 8px 10px rgba(0,0,0,.1);
            border-radius: 10px;

        }
       .cooper_search input{
            width: 700px;
            height: 60px;
            background: #ffffff;
            border-radius: 4px;
            box-shadow: 1px 1px 0px 1px #edeff5;
           padding: 0 20px;
           box-sizing: border-box;
           outline: none;
           border:none;
           font-size: 18px;
        }
       .cooper_search input::placeholder{

           color: #9599a8;
       }
       .cooper_search button{
           width: 160px;
           height: 60px;
           opacity: 1;
           background: #fc473c;
           border-radius: 4px;
           box-shadow: 1px 1px 0px 1px rgba(245,99,119,0.25) inset;
           font-size: 18px;
           font-weight: 700;
           color: #ffffff;
           line-height: 36px;
           cursor: pointer;
           outline: none;
           border:none;
       }
        .cooper{
            margin-top: 106px;

        }
        .cooper>p{
            font-size: 18px;
            color: #9599a8;
            text-align: center;
            margin-top: 10px;
        }
        .coopertitle{
            font-size: 36px;
            font-weight: 700;
            color: #242841;
            text-align: center;
        }
        .cooperContent{
            margin-top: 76px;
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 33px;
        }
        .cooperContent .item{
            width: 346px;
            box-sizing: border-box;
            padding: 20px 47px 35px;
            display: flex;
            flex-direction: column;
            align-items: center;
            border-radius: 10px;
            margin-right: 25px;
            margin-bottom: 30px;
            cursor: pointer !important;
        }

       .cooperContent .item:nth-child(1){
           background: #fffaf6;
       }
       .cooperContent .item:nth-child(2){
           background: #f9f5ff;
       }
       .cooperContent .item:nth-child(3){
           background: #f2fcff;
       }
       .cooperContent .item:nth-child(4){
           background: #effff8;
       }
       .cooperContent .item:nth-child(5){
           background: #fff2f4;
       }
       .cooperContent .item:nth-child(6){
           background: #fffbee;
       }
       .cooperContent .item:nth-child(3n){
           margin-right: 0;
       }
       .cooperContent .item img{

           width: 111px;
           height: 111px;
       }
       .cooperContent .item .spanD{
           margin-top: 22px;
           font-size: 18px;
           text-align: left;
           color: #242841;
       }
       .cooperContent .item .descD{
           margin-top: 15px;
           font-size: 14px;
           text-align: center;
           color: #626573;
           line-height: 24px;
           height: 48px;

       }
       .knowUs_name{
           font-size: 36px;
           font-weight: 700;
           color: #242841;
           position: relative;
           padding-bottom: 28px;
           text-align: center;
       }
       .knowUs_name::before{
           position: absolute;
           bottom: 0;
           left: 50%;
           transform: translateX(-50%);
           display: block;
           content: '';
           width: 60px;
           height: 8px;
           background: #fc473c;
           border-radius: 0px 0px 5px 5px;
       }
       .cover_box{
           display: flex;
           flex-direction: column;
           align-items: center;
       }
       .cover_content{
           width: 100%;
           height: 500px;
           background:url("{pboot:sitetplpath}/static/images/cover1.png") no-repeat center center;
           border: 2px solid #eff0f2;
           display: flex;
           flex-wrap: wrap;
       }
       .cover_item{
           width: 50%;
           height: 250px;
           cursor: pointer;
           box-sizing: border-box;
       }

       .cover_item .btitle{
           font-size: 30px;
           font-weight: 700;
           text-align: center;

       }
       .cover_item .desc{
           margin-top: 5px;
           text-align: center;
       }
       .cover_item:nth-child(1){
           padding: 90px 256px 80px 115px;
       }
       .cover_item:nth-child(2){
           padding: 90px 90px 80px 284px;
       }
       .cover_item:nth-child(3){
           padding:  70px 256px 107px 115px
       }
       .cover_item:nth-child(4){
           padding:  70px 90px 107px 284px
       }
       .cover_item:nth-child(1) .btitle{
           color: #fc473c;
       }
       .cover_item:nth-child(2) .btitle{
           color: #4b5ffc;
       }
       .cover_item:nth-child(3) .btitle{
           color: #10d47f;
       }
       .cover_item:nth-child(4) .btitle{
           color: #ff7800;
       }
        .cover_box button{
            margin-top: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 200px;
            height: 60px;
            opacity: 1;
            background: #fc473c;
            border-radius: 6px;
            font-size: 18px;
            font-weight: 700;
            text-align: left;
            color: #ffffff;
            outline: none;
            letter-spacing: 2px;
            text-shadow: -2px 0px 0px 1px rgba(251,71,59,0.30);
            border: none;
            cursor: pointer;
        }
       .ym_nav_nav_right .ym_nav_nav_right_button2{
           color: #4957fa !important;
       }
       .delDefaultAStyleAll:hover{
           opacity: 1;
           color: #ffffff;
       }
    </style>

</head>
<body>
<div class="main">
    <img src="{pboot:sitetplpath}/static/picture/cover1.png" style="position:fixed;top: -999999px;">
    <img src="{pboot:sitetplpath}/static/picture/cover2.png" style="position:fixed;top: -999999px;">
    <img src="{pboot:sitetplpath}/static/picture/cover3.png" style="position:fixed;top: -999999px;">
    <img src="{pboot:sitetplpath}/static/picture/cover4.png" style="position:fixed;top: -999999px;">



    <div class="head cy_about_bg" >

        <script>

    function showClick() {
        layer.open({
            type: 1,
            content: $('.adminDemo').html(),
            title: ['演示下载','text-align:center'],
            area: ['700px', '590px'],
            closeBtn:1
        });
    }
    function closePop() {
        layer.closeAll()
    }
</script>
<style>

    .delDefaultAStyleAll{
        cursor: pointer;
        color: #fff;
        font-size: 17px;
        text-decoration: none;
        width: auto !important;
        height: auto !important;
        background: none !important;
        opacity: 1 !important;
        margin-top: 0 !important;
    }
    .admin_box{
        width: 100%;
        height: 100%;
        background: #fff;
        position: relative;
        border-radius: 2px;
    }
    .admin_box::before{
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        background: #fff;
        position: absolute;
        right: 40px;
        top: -5px;
        transform:rotate(45deg);
    }
    .closePop{
        width: 21px;
        height: 20px;
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer;
    }
    .ddtable{
        display: flex;
        padding: 18px 34px;
        height: 406px;
        box-sizing: border-box;
        overflow-y: auto;
    }
    .ddtable dl{
        color: #000 !important;
        margin-right: 50px;
    }
    .ddtable dl:last-child{
        margin-right: 0;
    }
    .ddtable dl.ysht dd{
        font-size: 14px;
        color: #242841;
    }
    .ddtable dl.ysdd dd a{
        color: #0983ff;
        font-size: 13px;
    }
    .ddtable dl.zhmm dd a{
        color: #0983ff;
        text-decoration: none;
    }
    .ddtable  dl dd{
        color: #000;
        margin-bottom: 26px;
        line-height:22px;
    }
    .ddtable  dl dd:last-child{
        margin-bottom: 0px;
    }
    .ddtable dl dt{
        font-size: 14px;
        font-weight: 700;
        text-align: left;
        color: #242841;
        padding-bottom: 15px;
        border-bottom:2px dotted #969798;
        margin-bottom: 20px;
    }
    .admin_box .ewms{
        width: 100%;
        height: 120px;
        border-radius: 6px;
        color: #181f29;
        font-size: 12px;
        display: flex;
        justify-content: space-between;
        padding: 10px 34px 9px;
        box-sizing: border-box;
    }
    .admin_box .ewms>div{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .admin_box .ewms img{
        width: 86px;
        height: 86px;
        margin-bottom: 16px;
    }
    /*演示后台*/
    /*.demoAD:hover .adminDemo{*/
    /*display: block;*/
    /*}*/
    .adminDemo{
        display: none;
        position: absolute;
        top:30px;
        bottom: 0;
        right: 0;
        /*width: 700px;*/
        /*height: 620px;*/
        padding: 35px 0;
        z-index: 99;

    }
</style>
<style>
    .layui-layer{
        border-radius: 6px;
    }
    .top_cooperation{
        width: 100%;
        padding: 12px 0;
        position: fixed;
        top: 0;
        z-index: 2000;
        transition-duration: 0.3s;
        transition-timing-function: ease;
        transition-delay: 0s;
        background-size: 100% 112px;
        background-image: url("{pboot:sitetplpath}/static/images/bg2.png");
        cursor: pointer;
        display: none;
    }

    .transparent{
        width: 100%;
        position: fixed;
        top: 507px;
        display: none;
        z-index: 2000;
    }

    .unimportance{
        width: 100%;
        /*height: 100%;*/
        display: flex;
        align-items: center;
        transition-duration: 0.3s;
        transition-timing-function: ease;
        transition-delay: 0s;
    }
    .top_cooperation .details{
        border: 0 !important;
        font-size: 16px !important;
        margin: 0 0 0 40px !important;
        background: linear-gradient(#fcbf42,#f99132) !important;
        box-shadow: 0 0px 10px 0px rgba(0,0,0,.08) !important;
    }
    .top_cooperation .details a{
        text-decoration: none;
        color: #ffffff !important;
    }
    .top_cooperationone{
        width: 1100px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .top_cooperationtwo{
        width: 890px;
        margin: 0 auto;
        display: none;
        justify-content: center;
        transition-duration: 0.5s;
        transition-timing-function: ease;
        transition-delay: 0s;
    }
    .retract{
        width: 72px;
        display: flex;
        align-items: center;
        cursor: pointer;
        margin: 30px auto 10px;
    }
    .retract p{
        color: white;
        font-size: 16px;
        display: inline-block;
    }
    .retract img{
        width: 16px;
        height: 16px;
        margin-right: 10px;
    }
    .top_cooperationoneR{
        float: right;
    }
    .top_cooperationoneL{
        float: left;
    }
    .top_cooperationoneR ul{
        width: 90%;
    }
    .top_cooperationoneR ul li{
        color: #ffffff;
        font-size: 20px;
        margin-bottom: 30px;
        padding: 0;
    }
    .top_cooperationoneR span{
        display: inline-block;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        background: #ffffff;
        color: #ff262b;
        text-align: center;
        line-height: 26px;
        font-weight: bold;
        margin: 0 10px;
    }
    .top_cooperationstyle{
        background-size: 100% 100%;
        display: block !important;
        padding-top: 50px !important;
        box-sizing: border-box;
    }
    .top_cooperationstyletwo{
        background-image: url("{pboot:sitetplpath}/static/images/bg1.png") !important;
    }
    .top_cooperationstyle .top_cooperationone{
        margin-bottom: 50px;
    }
    .qw_btn{
        width: 120px !important;
        height: 40px !important;
        border-radius: 4px !important;
        background: #FF6918 !important;
        text-align: center !important;
        line-height: 40px !important;
        color: white !important;
        font-size: 14px !important;
        box-shadow: 0px 2px 6px 0px rgba(255, 105, 24, 0.46) !important;
        margin: 0 auto !important;
        border: 1px solid #FF6918 !important;
        cursor: pointer;
    }
    .navtop{
        position: fixed !important;
        background: #ffffff;
        z-index: 1000 !important;
        transition: 0.2s;
        box-shadow: 0px 10px 10px rgba(0,0,0,.02);
        top: 0px;
    }
    .navtop .ym_nav_nav_left li{
        color: #333333 !important;
    }
    .navtop .ym_nav_nav_left li>a{
        background: #fd493e;
        color: #333333 !important;
    }
    .navtop .ym_nav_nav_right li{
        color: #333333;
    }
    .navtop .ym_nav_nav_right .ym_nav_nav_right_button{
        border: 1px solid #fd493e;
        color: #fd493e !important;
    }
    .navtop .ym_nav_nav_right .ym_nav_nav_right_button2{
        background: #fd493e;
        color: #ffffff !important;
    }
    .navtop .lefboder::before{
        background-color: black;
    }
    .closeadvertisement{
        width: 22px;
        height: 22px;
        position: fixed;
        right: 20px;
        top: 10px;
        z-index: 2000;
        cursor: pointer;
        display: none;
    }
    .closeadvertisement img{
        width: 100%;
    }



    .ycm_product_list{
        padding-left: 40px;
        padding-right: 40px;
    }

    .ycm_product_list .items{
        /* width: 900px; */
        height: auto;
    }

    .ycm_product_list .items .link{
        font-weight: 600;
        font-size: 14px;
        color: #242841;
    }

    .ycm_product_list .items .text{
        margin-top: 6px;
        font-size: 12px;
        color: #9a9a9a;
        overflow:hidden;
        white-space:nowrap;
    }

    .ycm_product_list .items dt{
        font-size: 16px;
        font-weight: 600;
        color: #242841;
    }

    .ycm_product_list .items dl{
        margin-right: 50px;
    }

    .ycm_product_list .items dl:last-child{
        margin-right: 0;
    }

    .ycm_product_list .items dl dd{
        margin-top: 20px;
        line-height: 20px;
    }

    .ycm_product_list .items dl dd div{
        width: calc(100% - 48px);
    }

    .ycm_product_list .items .me dd{
        display: flex;
        align-items: center;
    }

    .ycm_product_list .items .me img{
        margin-right: 8px;
        width: 40px;
        height: 40px;
    }

    .ycm_product_list .items .other{}

    .solution_card dl dd a.vice_link{
        display: block;
    }


    /*产品方案*/
    .solution_card_V{
        position:fixed;
        top: 69px;
        left: 0;
        right: 0;
        color: #000;
        z-index: 9;
        height: 0;
        overflow: hidden;
        /*display: none;*/
        transition:height .25s;
        box-shadow: 0px 8px 10px rgba(0,0,0,.1);
    }
    .product:hover .solution_card_V{
        height: 505px;
        border-top: 1px solid rgba(0,0,0,.06);
        padding-bottom: 30px;
    }
    .product:hover .solution_card_box{
        padding-bottom: 30px;
    }
    .solution_card_box{
        width: 100%;
        background: #fff;
        margin: 0 auto;
        padding: 30px 0 0;
    }
    .solution_card_box dl{

    }
    .solution_card_box dt{
        font-size: 16px;
        font-weight: 700;
        color: #242841;
        display: flex;
        align-items: center;

    }
    .solution_card_box dt::before{
        display: block;
        content: '';
        width: 3px;
        height: 16px;
        background: #fc473c;
        border-radius: 2px 0px 0px 2px;
        margin-right: 10px;
    }
    .solution_card_box  dd{
        width: calc(20% - 35px);
    }
    .solution_card_box dd{
        display: inline-flex;
        align-items: center;
        margin-right: 30px;
        margin-top: 22px;
        margin-bottom: 35px;

    }
    .solution_card_box dd:last-child{
        margin-right: 0;
    }
    .solution_card_box dd:hover a{
        color: #ff501a;
    }
    .solution_card_box dd img{
        width: 40px;
        height: 40px;
        margin-right: 9px;
    }
    .solution_card_box dd>div{
        display: flex;
        flex-direction: column;
    }
    .solution_card_box dd>div a{
        text-decoration: none;
    }
    .solution_card_box dd>div a:first-child{
        font-size: 14px;
        color: #242841;

    }
    .solution_card_box dd>div a:last-child{
        margin-top: 6px;
        font-size: 12px;
        color: #9a9a9a;
        overflow: hidden;
        white-space: nowrap;
    }
    .layui-layer-title{
        padding: 0;
    }
    .ym_nav_nav_right .ym_nav_nav_right_button2{
    color: #2919b1 !important;
}
</style>
<div id="ym_header_nav_list">
    <div class="ym_nav_center">
        <div class="ym_header_left_logo" onclick="location.href='/'"><img  style="width: 100%;height: 100%; cursor: pointer" src="{pboot:sitetplpath}/static/picture/logo-white.svg" alt="">
        </div>
        <div class="ym_header_right_nav">
            <div class="ym_nav_nav_left">
                <ul>
                    <li class="nav_left_button"><a class="delDefaultAStyleAll" href="{pboot:sitedomain}/">首页</a><a href="" 
                                                                ></a></li>

                    <li class="nav_left_button product"  style="position: relative"  >
                        <a class="delDefaultAStyleAll">产品</a> <a href="" ></a>
                        <div class="solution_card_V">
                            <div class="solution_card_box">
                                <div style="width: 1140px;margin: 0 auto">
                                    <dl class="me" style="width:auto; max-width:none;">
                                        <dt>三匠互联商城系统</dt>
                                        <dd>
                                            <img src="{pboot:sitetplpath}/static/picture/nav_weixin.png"/>
                                            <div>
                                                <a class="link" href="{pboot:sitedomain}/wxshop" target="_blank">微信商城系统</a>
                                                <a class="text vice_link" href="{pboot:sitedomain}/wxshop" target="_blank">基于微信生态快速搭建商城</a>
                                            </div>
                                        </dd>
                                        <dd >
                                            <img src="{pboot:sitetplpath}/static/picture/nav_fenxiao.png"/>
                                            <div>
                                                <a class="link" href="{pboot:sitedomain}/fenxiao" target="_blank">分销商城系统</a><a  class="text vice_link" href="{pboot:sitedomain}/fenxiao" target="_blank">传统分销+新玩法,提升销售额</a>
                                            </div>
                                        </dd>
                                        <dd>
                                            <img src="{pboot:sitetplpath}/static/picture/nav_xinlingshou.png"/>
                                            <div>
                                                <a class="link" href="{pboot:sitedomain}/xinlingshou" target="_blank">新零售商城系统</a><a class="text vice_link" href="{pboot:sitedomain}/xinlingshou" target="_blank">新零售,赋能传统零售转型升级</a>
                                            </div>
                                        </dd>
                                        <dd >
                                            <img src="{pboot:sitetplpath}/static/picture/nav_duoshangjia.png"/>
                                            <div>
                                                <a class="link" href="{pboot:sitedomain}/duoshangjia" target="_blank">多商家多门店商城</a><a  class="text vice_link" href="{pboot:sitedomain}/duoshangjia" target="_blank">打造多门店商家入驻的商家平台</a>
                                            </div>
                                        </dd>                                       
                                        <dd>
                                            <img src="{pboot:sitetplpath}/static/picture/nav_shequ.png"/>
                                            <div>
                                                <a class="link" href="{pboot:sitedomain}/sqtg" target="_blank">社区团购商城系统</a><a  class="text vice_link" href="{pboot:sitedomain}/sqtg" target="_blank">整合社区资源,快速实现裂变</a>
                                            </div>
                                        </dd>
                                    </dl>
                                    <dl class="other">
                                        <dt>行业应用</dt>
                                        <dd>                                            
                                            <div>
                                                <a class="link" href="{pboot:sitedomain}/weishang" target="_blank">微商管理系统</a>
                                                <a class="text vice_link" href="{pboot:sitedomain}/weishang" target="_blank" style="white-space: pre-line">高效管人、管货、管钱</a>
                                            </div>
                                        </dd> 
                                        <dd>                                            
                                            <div>
                                                <a class="link" href="{pboot:sitedomain}/huanbao" target="_blank">365免费换包系统</a>
                                                <a class="text vice_link" href="{pboot:sitedomain}/huanbao" target="_blank" style="white-space: pre-line">365包包模式,月月可换新包</a>
                                            </div>
                                        </dd>
                                        <dd>                                            
                                            <div>
                                                <a class="link" href="{pboot:sitedomain}/xiaofei" target="_blank">消费返利模式系统</a>
                                                <a class="text vice_link" href="{pboot:sitedomain}/xiaofei" target="_blank" style="white-space: pre-line">平台整合,商家让利,消费创业</a>
                                            </div>
                                        </dd>
                                        <dd>                                            
                                            <div>
                                                <a class="link" href="{pboot:sitedomain}/toupiao" target="_blank">微信投票点赞系统</a>
                                                <a class="text vice_link" href="{pboot:sitedomain}/toupiao" target="_blank" style="white-space: pre-line">不限投票活动量,不限参赛选手数</a>
                                            </div>
                                        </dd>                                          
                                        <dd>                                           
                                            <div>
                                                <a class="link" href="{pboot:sitedomain}/share" target="_blank">共享店铺股东分红</a>
                                                <a class="text vice_link" href="{pboot:sitedomain}/share" target="_blank" style="white-space: pre-line">帮助门店快速增长营业额</a>
                                            </div>
                                        </dd>                                                                               
                                    </dl>
                                    <dl class="other">
                                        <dt>营销引流</dt>
                                        <dd>                                           
                                            <div>
                                                <a class="link" href="{pboot:sitedomain}/liandong" target="_blank">链动2+1模式</a>
                                                <a class="text vice_link" href="{pboot:sitedomain}/liandong" target="_blank" style="white-space: pre-line">快速提升销量的裂变模式</a>
                                            </div>
                                        </dd>
                                        <dd>                                           
                                            <div>
                                                <a class="link" href="{pboot:sitedomain}/tuisan" target="_blank">推三返一模式</a>
                                                <a class="text vice_link" href="{pboot:sitedomain}/tuisan" target="_blank" style="white-space: pre-line">助力品牌高效引流裂变</a>
                                            </div>
                                        </dd>
                                        <dd>                                           
                                            <div>
                                                <a class="link" href="{pboot:sitedomain}/qixing" target="_blank">七星创客新零售</a>
                                                <a class="text vice_link" href="{pboot:sitedomain}/qixing" target="_blank" style="white-space: pre-line">快速裂变,拓客,卖货,清货模式</a>
                                            </div>
                                        </dd>                                        
                                        <dd>                                           
                                            <div>
                                                <a class="link" href="{pboot:sitedomain}/qiren" target="_blank">七人拼团商城</a>
                                                <a class="text vice_link" href="{pboot:sitedomain}/tuisan" target="_blank" style="white-space: pre-line">二二复制,七人拼团,引爆社交圈</a>
                                            </div>
                                        </dd>
                                        <dd>                                           
                                            <div>
                                                <a class="link" href="{pboot:sitedomain}/pintuan" target="_blank">拼团返红包商城</a>
                                                <a class="text vice_link" href="{pboot:sitedomain}/pintuan" target="_blank" style="white-space: pre-line">拼团拼中得产品,拼不中得红包</a>
                                            </div>
                                        </dd>
                                    </dl>
                                    <dl class="other">
                                        <dt>私域运营</dt>
                                        <dd>                    
                                            <div>
                                                <a class="link" href="{pboot:sitedomain}/minimall" target="_blank">小程序商城</a>
                                                <a class="text vice_link" href="{pboot:sitedomain}/minimall" target="_blank" style="white-space: pre-line">帮助商家迅速获取小程序红利</a>
                                            </div>
                                        </dd>
                                        <dd>                    
                                            <div>
                                                <a class="link" href="{pboot:sitedomain}/h5mall" target="_blank">公众号商城</a>
                                                <a class="text vice_link" href="{pboot:sitedomain}/h5mall" target="_blank" style="white-space: pre-line">成本低、易获客、高转化</a>
                                            </div>
                                        </dd>
                                        <dd>                    
                                            <div>
                                                <a class="link" href="{pboot:sitedomain}/appmall" target="_blank">APP商城</a>
                                                <a class="text vice_link" href="{pboot:sitedomain}/appmall" target="_blank" style="white-space: pre-line">拥有独立APP,彰显品牌感</a>
                                            </div>
                                        </dd>
                                        <dd>                    
                                            <div>
                                                <a class="link" href="{pboot:sitedomain}/dingzhikaifa" target="_blank">定制开发服务</a>
                                                <a class="text vice_link" href="{pboot:sitedomain}/dingzhikaifa" target="_blank" style="white-space: pre-line">量身定制系统,专业团队打造</a>
                                            </div>
                                        </dd>
                                        <dd>                    
                                            <div>
                                                <a class="link" href="{pboot:sitedomain}/privatecloud" target="_blank">源码部署</a>
                                                <a class="text vice_link" href="{pboot:sitedomain}/privatecloud" target="_blank" style="white-space: pre-line">支持独立部署,提供商城源码</a>
                                            </div>
                                        </dd>                                        
                                    </dl>                                    

                                </div>
                            </div>

                        </div>
                    </li>


                    <li class="nav_left_button jiejue1"  style="position: relative"  >
                        <a class="delDefaultAStyleAll">方案</a>
                        <a href="" ></a>
                        <div class="solution_card1">
                            <div class="items" style="width:500px">
                                <dl>
                                    <dt >应用终端</dt>
                                    <dd><a href="{pboot:sitedomain}/minimall" target="_blank">小程序商城</a></dd>
                                    <dd><a href="{pboot:sitedomain}/h5mall" target="_blank">公众号商城</a></dd>
                                    <dd><a href="{pboot:sitedomain}/appmall" target="_blank">APP商城系统</a></dd>
                                </dl>
                                <dl>
                                    <dt >特色功能</dt>
                                    <dd><a href="{pboot:sitedomain}/dingzhikaifa" target="_blank">定制服务</a></dd>
                                    <dd><a href="{pboot:sitedomain}/privatecloud" target="_blank">独立部署</a></dd>
                                    <dd><a href="{pboot:sitedomain}/yingxiao" target="_blank">拓客引流</a></dd>                                   
                                </dl>
                                <dl>
                                    <dt >解决方案</dt>
                                    <dd><a href="{pboot:sitedomain}/xinlingshou" target="_blank">新零售</a></dd>
                                    <dd><a href="{pboot:sitedomain}/socialmall" target="_blank">社交电商</a></dd>
                                    <dd><a href="{pboot:sitedomain}/livemall" target="_blank">直播电商</a></dd>
                                    <dd><a href="javascript:void(0)" style="color:#B2B3B2" onclick="window.open('https://yzf.qq.com/xv/web/static/chat/index.html?sign=37ef9b9783230ac5761696e949b0e2304db46536d8f9872f838848c6f251e1693c917287de1521d2be86ece3424188eaebec820d','','height=600,width=800,top=50,left=200,toolbar=no,menubar=yes,scrollbars=yes,resizable=yes,location=no,status=no')">更多服务行业</a></dd>
                                </dl>
                            </div>

                        </div>
                    </li>

                    <li class="nav_left_button"><a class="delDefaultAStyleAll" href="{pboot:sitedomain}/article">新闻</a> <a href="" ></a></li>
                    <li class="nav_left_button"><a class="delDefaultAStyleAll" href="{pboot:sitedomain}/daili">代理</a> <a href="" ></a></li>
                    <li class="nav_left_button"><a class="delDefaultAStyleAll" href="{pboot:sitedomain}/about"> 关于</a>
                        <a href="" ></a></li>
                </ul>
            </div>
            <div class="ym_nav_nav_right">
                <ul>

                    <li class="ym_nav_nav_right_button yscolor demoAD" onclick="showClick()"
                        style="margin-right: 6px;position:relative;margin-left:10px;padding:7px 17px;color: #fff;">系统演示

                    </li>
                    <li class="registertext ym_nav_nav_right_button ym_nav_nav_right_button2"
                    onclick="window.open('https://yzf.qq.com/xv/web/static/chat/index.html?sign=37ef9b9783230ac5761696e949b0e2304db46536d8f9872f838848c6f251e1693c917287de1521d2be86ece3424188eaebec820d','','height=600,width=800,top=50,left=200,toolbar=no,menubar=yes,scrollbars=yes,resizable=yes,location=no,status=no')" style="margin-left: 10px;color: #fff ;">在线咨询
                    </li>
                    <div class="adminDemo">
                        <div class="admin_box">
                            <div class="ddtable">
                                <dl style="width: 140px;" class="ysht">
                                    <dt>链动2+1模式</dt>
                                    <dd>新零售系统</dd>
                                    <dd>代理云仓系统</dd>
                                    <dd>365换包模式</dd>
                                    <dd>七人拼团系统</dd>
                                    <dd>推三返一系统</dd>
                                    <dd>社区团购系统</dd>
                                    <dd>排队返利系统</dd>
                                </dl>
                                <dl style="max-width: 310px;" class="ysdd">
                                    <dt>演示地址</dt>
                                    <dd><a href="javascript:void(0)" onclick="window.open('https://yzf.qq.com/xv/web/static/chat/index.html?sign=37ef9b9783230ac5761696e949b0e2304db46536d8f9872f838848c6f251e1693c917287de1521d2be86ece3424188eaebec820d','','height=600,width=800,top=50,left=200,toolbar=no,menubar=yes,scrollbars=yes,resizable=yes,location=no,status=no')">联系客服索取演示地址和系统方案</a></dd>
                                    <dd><a href="javascript:void(0)"  onclick="window.open('https://yzf.qq.com/xv/web/static/chat/index.html?sign=37ef9b9783230ac5761696e949b0e2304db46536d8f9872f838848c6f251e1693c917287de1521d2be86ece3424188eaebec820d','','height=600,width=800,top=50,left=200,toolbar=no,menubar=yes,scrollbars=yes,resizable=yes,location=no,status=no')">联系客服索取演示地址和系统方案</a></dd>
                                    <dd><a href="javascript:void(0)"  onclick="window.open('https://yzf.qq.com/xv/web/static/chat/index.html?sign=37ef9b9783230ac5761696e949b0e2304db46536d8f9872f838848c6f251e1693c917287de1521d2be86ece3424188eaebec820d','','height=600,width=800,top=50,left=200,toolbar=no,menubar=yes,scrollbars=yes,resizable=yes,location=no,status=no')">联系客服索取演示地址和系统方案</a></dd>
                                    <dd><a href="javascript:void(0)" onclick="window.open('https://yzf.qq.com/xv/web/static/chat/index.html?sign=37ef9b9783230ac5761696e949b0e2304db46536d8f9872f838848c6f251e1693c917287de1521d2be86ece3424188eaebec820d','','height=600,width=800,top=50,left=200,toolbar=no,menubar=yes,scrollbars=yes,resizable=yes,location=no,status=no')">联系客服索取演示地址和系统方案</a></dd>
                                    <dd><a href="javascript:void(0)" onclick="window.open('https://yzf.qq.com/xv/web/static/chat/index.html?sign=37ef9b9783230ac5761696e949b0e2304db46536d8f9872f838848c6f251e1693c917287de1521d2be86ece3424188eaebec820d','','height=600,width=800,top=50,left=200,toolbar=no,menubar=yes,scrollbars=yes,resizable=yes,location=no,status=no')">联系客服索取演示地址和系统方案</a></dd>
                                    <dd><a href="javascript:void(0)" onclick="window.open('https://yzf.qq.com/xv/web/static/chat/index.html?sign=37ef9b9783230ac5761696e949b0e2304db46536d8f9872f838848c6f251e1693c917287de1521d2be86ece3424188eaebec820d','','height=600,width=800,top=50,left=200,toolbar=no,menubar=yes,scrollbars=yes,resizable=yes,location=no,status=no')">联系客服索取演示地址和系统方案</a></dd>
                                    <dd><a href="javascript:void(0)" onclick="window.open('https://yzf.qq.com/xv/web/static/chat/index.html?sign=37ef9b9783230ac5761696e949b0e2304db46536d8f9872f838848c6f251e1693c917287de1521d2be86ece3424188eaebec820d','','height=600,width=800,top=50,left=200,toolbar=no,menubar=yes,scrollbars=yes,resizable=yes,location=no,status=no')">联系客服索取演示地址和系统方案</a></dd>
                                </dl>
                                <dl style="width: 100px;" class="zhmm">
                                    <dt>账号密码</dt>
                                    <dd><a href="javascript:void(0)" onclick="window.open('https://yzf.qq.com/xv/web/static/chat/index.html?sign=37ef9b9783230ac5761696e949b0e2304db46536d8f9872f838848c6f251e1693c917287de1521d2be86ece3424188eaebec820d','','height=600,width=800,top=50,left=200,toolbar=no,menubar=yes,scrollbars=yes,resizable=yes,location=no,status=no')">联系客服</a></dd>
                                    <dd><a href="javascript:void(0)"  onclick="window.open('https://yzf.qq.com/xv/web/static/chat/index.html?sign=37ef9b9783230ac5761696e949b0e2304db46536d8f9872f838848c6f251e1693c917287de1521d2be86ece3424188eaebec820d','','height=600,width=800,top=50,left=200,toolbar=no,menubar=yes,scrollbars=yes,resizable=yes,location=no,status=no')">联系客服</a></dd>
                                    <dd><a href="javascript:void(0)"  onclick="window.open('https://yzf.qq.com/xv/web/static/chat/index.html?sign=37ef9b9783230ac5761696e949b0e2304db46536d8f9872f838848c6f251e1693c917287de1521d2be86ece3424188eaebec820d','','height=600,width=800,top=50,left=200,toolbar=no,menubar=yes,scrollbars=yes,resizable=yes,location=no,status=no')">联系客服</a></dd>
                                    <dd><a href="javascript:void(0)" onclick="window.open('https://yzf.qq.com/xv/web/static/chat/index.html?sign=37ef9b9783230ac5761696e949b0e2304db46536d8f9872f838848c6f251e1693c917287de1521d2be86ece3424188eaebec820d','','height=600,width=800,top=50,left=200,toolbar=no,menubar=yes,scrollbars=yes,resizable=yes,location=no,status=no')">联系客服</a></dd>
                                    <dd><a href="javascript:void(0)" onclick="window.open('https://yzf.qq.com/xv/web/static/chat/index.html?sign=37ef9b9783230ac5761696e949b0e2304db46536d8f9872f838848c6f251e1693c917287de1521d2be86ece3424188eaebec820d','','height=600,width=800,top=50,left=200,toolbar=no,menubar=yes,scrollbars=yes,resizable=yes,location=no,status=no')">联系客服</a></dd>
                                    <dd><a href="javascript:void(0)" onclick="window.open('https://yzf.qq.com/xv/web/static/chat/index.html?sign=37ef9b9783230ac5761696e949b0e2304db46536d8f9872f838848c6f251e1693c917287de1521d2be86ece3424188eaebec820d','','height=600,width=800,top=50,left=200,toolbar=no,menubar=yes,scrollbars=yes,resizable=yes,location=no,status=no')">联系客服</a></dd>
                                    <dd><a href="javascript:void(0)" onclick="window.open('https://yzf.qq.com/xv/web/static/chat/index.html?sign=37ef9b9783230ac5761696e949b0e2304db46536d8f9872f838848c6f251e1693c917287de1521d2be86ece3424188eaebec820d','','height=600,width=800,top=50,left=200,toolbar=no,menubar=yes,scrollbars=yes,resizable=yes,location=no,status=no')">联系客服</a></dd>
                                </dl>
                            </div>
                            <div class="ewms">
                                <div><img src="{pboot:sitetplpath}/static/picture/qrcode.png" alt="三匠互联小程序商城"><span>小程序商城</span></div>
                                <div><img src="{pboot:companyweixin}" alt="三匠互联客服"><span>三匠互联客服</span></div>
                                <div><img src="{pboot:sitetplpath}/static/picture/dhcode.png" alt="新零售系统"><span>新零售系统</span></div>
                                <div><img src="{pboot:sitetplpath}/static/picture/dhcode.png" alt="分销商城"><span>分销商城</span></div>
                                <div><img src="{pboot:sitetplpath}/static/picture/dhcode.png" alt="微商系统"><span>微商系统</span></div>
                            </div>
                        </div>

                    </div>
                </ul>
            </div>
        </div>
    </div>
</div>
        <div class="head-in">
            <div class="banner">
                <div class="banner-word cy_about_bg_content">
                    <div class="mainT">三匠互联产品代理商全国火热招募</div>
                    <div class="secordT">团队长、策划大咖、资源咖、通通向你们发起挑战,我有系统,你有能力,从玩家到赢家,由代理开始!</div>
                    <button onclick="dhclick()">我要代理</button>
                </div>

            </div>
        </div>
    </div>
    <div class="w cooper_search">
        <input type="text" class="phoneInput" id="phoneInput" placeholder="请留下联系方式,我们会主动和你联系" maxlength="11">
        <button onclick="dhclick()">留下电话</button>
    </div>
    <div class="cover_box w">
            <div class="knowUs_name">高收益,全程扶持</div>
        <div class="cover_content" >
            <div class="cover_item" data-sort="1">
                <div class="btitle">"微"成本</div>
                <div class="desc">成本低,发展潜力大</div>
            </div>
            <div class="cover_item" data-sort="2">
                <div class="btitle">"微"时间</div>
                <div class="desc">随时随地,轻松投资</div>
            </div>
            <div class="cover_item" data-sort="3">
                <div class="btitle">"0"风险</div>
                <div class="desc">系统安全,秒速注册</div>
            </div>
            <div class="cover_item" data-sort="4">
                <div class="btitle">"微"操作</div>
                <div class="desc">操作简单,方便快捷</div>
            </div>
        </div>
        <button onclick="dhclick()">我要代理</button>
    </div>
    <div class="w cooper" >
        <div class="coopertitle">全方位支持 无后顾之忧</div>
        <p>行业首选品牌,让您轻松赚到第一桶金!</p>
        <div class="cooperContent">
            <div class="item"><img src="{pboot:sitetplpath}/static/picture/icon1.png" alt="运营支持">
                <div class="spanD">运营支持</div>
                <div class="descD">专业的运营团队,帮助解决日常运营中遇到的问题</div>
            </div>
            <div class="item"><img src="{pboot:sitetplpath}/static/picture/icon2.png" alt="客服支持">
                <div class="spanD">客服支持</div>
                <div class="descD">强大客服团队支持,运营中遇到问题及时一对一服务</div>
            </div>
            <div class="item"><img src="{pboot:sitetplpath}/static/picture/icon3.png" alt="权益支持">
                <div class="spanD">权益支持</div>
                <div class="descD">严格的准入机制,进行严格的甄别,确保你的利益独享,权利尊贵</div>
            </div>
            <div class="item"><img src="{pboot:sitetplpath}/static/picture/icon4.png" alt="团队支持">
                <div class="spanD">团队支持</div>
                <div class="descD">专业团队运作,协助进行员工培训</div>
            </div>
            <div class="item"><img src="{pboot:sitetplpath}/static/picture/icon5.png" alt="产品支持">
                <div class="spanD">产品支持</div>
                <div class="descD">电商行业最火爆的商业模式,迅速打开市场,火爆卖货,引流拓客</div>
            </div>
            <div class="item"><img src="{pboot:sitetplpath}/static/picture/icon6.png" alt="技术支持">
                <div class="spanD">技术支持</div>
                <div class="descD">专业技术人员,帮你解决一切技术难题让您安心赚钱!</div>
            </div>
        </div>
    </div>
    <style>
    .delDefaultAStyle{
        text-align: left;
        cursor: pointer;
        color: #8e98a9;
        font-size: 14px;
        text-decoration: none;
    }
</style>

<div class="help ">
    <div class="help-in">
        <div class="help-left">
            <img src="{pboot:sitetplpath}/static/picture/logo3.png" alt="三匠互联">
            <img src="{pboot:companyweixin}" alt="微信扫码咨询">
            <p>微信扫码咨询</p>
        </div>
        <div class="help-right" >
            <div class="help-right-item">
                <p class="help-right-item-title">关于我们</p>
                <p class="help-right-item-sub" ><a href="{pboot:sitedomain}/gongsidongtai" class="delDefaultAStyle">公司动态</a></p>
                <p class="help-right-item-sub" ><a href="{pboot:sitedomain}/industry" class="delDefaultAStyle">行业动态</a></p>
                <p class="help-right-item-sub" ><a href="{pboot:sitedomain}/help" class="delDefaultAStyle">帮助文档</a></p>
                <p class="help-right-item-sub" ><a href="{pboot:sitedomain}/yunyingzhishi" class="delDefaultAStyle">运营知识</a></p>
            </div>
            <div class="help-right-item">
                <p class="help-right-item-title">联系我们</p>
                <p class="help-right-item-sub">公众号:{pboot:sitetitle}</p>
                <p class="help-right-item-sub">电话:{pboot:companyphone} </p>
                <p class="help-right-item-sub">公司地址:{pboot:companyaddress}	</p>
            </div>
        </div>
    </div>
</div>

<div class="foot">
    <div class="foot-in" style="padding-bottom: 5px !important;">{pboot:sitecopyright} 法律顾问:{pboot:sitetitle}法务部</div>
    <div style="width:300px;margin:0 auto; padding-bottom: 15px">
        <a target="_blank" href="https://beian.miit.gov.cn/" style="display:inline-block;text-decoration:none;height:20px;line-height:20px;" rel="noopener noreferrer nofollow">
            <img src="{pboot:sitetplpath}/static/picture/police_logo.png" style="float:left;"/><p style="float:left;height:20px;line-height:20px;margin: 0px 0px 0px 5px; font-size: 14px;color: #8791a0">{pboot:siteicp}</p>
        </a>
    </div>
</div>


<style>
    @-webkit-keyframes gogogo{0%{-webkit-transform:rotate(0deg)}
25%{-webkit-transform:rotate(15deg)}
50%{-webkit-transform:rotate(0deg)}
75%{-webkit-transform:rotate(-15deg)}
100%{-webkit-transform:rotate(0deg)}
}
    .ZlistText img{width:20px;height:20px}
    .ZlistText:hover img{-webkit-animation:gogogo 0.5s infinite linear}
    .quick-contactus-new{right:10px;width:64px;height:199px}
    .ZlistText{width:100%;height:63px;position:relative;display:flex;align-items:center;justify-content:center}
    .ZlistText a{z-index:2;filter:gray;width:100%;height:100%;display:flex;justify-content:center;align-items:center;align-content:flex-start;box-sizing:border-box;flex-wrap:wrap;color:#909399;padding-top:12px}
.ZlistText:hover a{color:white}
.ZlistText .spanView{z-index:2;filter:gray;width:100%;height:100%;display:flex;justify-content:center;align-items:center;align-content:flex-start;box-sizing:border-box;flex-wrap:wrap;color:#909399;padding-top:12px}
.ZlistText:hover .spanView{color:white}

.ZlistText .text{text-align:center;width:100%;margin-top:8px}
.Z-close{cursor:pointer;position:absolute;width:30px;height:30px;right:-54px;top:0;padding:0}
    .allIndex{z-index:9999;height:400px;position:fixed;bottom:10%;right:40px}
.rightList_top_1231{margin-bottom:16px;cursor:pointer;position:relative}
.rightList_top_1231_image{width:64px;height:64px;border-radius:50%;border:2px solid rgb(101 103 255);animation:warn 1s infinite linear}
@keyframes warn{0%{box-shadow:0 0 0 0 rgb(101,103,255,1)}
100%{box-shadow:0 0 0 10px rgb(101,103,255,0)}
}.rightList_top_1231_image1{top:0;width:64px;height:64px;position:absolute;border-radius:50%;border:2px solid rgb(101 103 255);animation:warn1 1s infinite linear}
@keyframes warn1{0%{box-shadow:0 0 0 0 rgb(101,103,255,0.3)}
100%{box-shadow:0 0 0 30px rgba(0,179,122,0)}
}.rightList_top_1231_image2{position:absolute;border-radius:50%;border:2px solid rgb(101 103 255);animation:warn2 1s infinite linear}
@keyframes warn2{0%{width:64px;height:64px;opacity:1}
100%{width:104px;height:104px;opacity:0}
}.rightList_top_1231_image img{width:100%;height:100%}
.rightList_top_1231_text{color:white;font-size:12px;width:64px;height:24px;background:rgb(101 103 255);display:flex;justify-content:center;align-items:center}
.rightList_top_1231_text a{color:white}
.rightList_con_1231{width:64px;height:128px;background:#FFFFFF;box-shadow:0 0 17px 0 rgb(213 213 213 / 20%)}
.rightList_con_1231 .ZlistText{cursor:pointer;display:flex;justify-content:center;align-content:flex-start;flex-wrap:wrap;color:#909399;box-sizing:border-box;padding:10px 0px 0px 0px;width:30px;margin:auto;transition:0.3s}
.rightList_con_1231 .ZlistText:hover{color:rgb(101 103 255)}
.rightList_con_1231 .ZlistText:nth-child(1){border-bottom:1px solid #EEF0F3}
    .pop_close{text-align:right;padding:10px}
.pop_close img{width:24px;height:24px}
.PopShow{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.7);z-index:888999}
    .modePopOver{display:flex;justify-content:center;align-items:center}
.modePopOverWx{position:relative;width:318px;height:427px;background:#FFFFFF;border-radius:8px}
.modePopOverWx .topHead{top:-45px;left:120px;position:absolute;width:72px;height:72px;margin:auto;text-align:center;display:flex;justify-content:center;align-items:center}
.disPopRight1{display:none}
.modePopOverWx .modePopOverWx-title .title{margin-top:52px;text-align:center;margin-bottom:8px;font-weight:500;width:100%;height:25px;font-family:PingFangSC-Medium;font-size:18px;color:#1F2C3D}
.modePopOverWx .modePopOverWx-title .des{width:100%;height:22px;font-family:PingFangSC-Regular;text-align:center;line-height:22px;margin-bottom:8px;font-weight:400;font-size:12px;color:#606266}
.modePopOverWx .modePopOverWx-title .time{width:100%;height:22px;font-family:PingFangSC-Regular;font-size:12px;font-weight:400;color:#606266;text-align:center;line-height:22px;margin-bottom:16px}
.modePopOverWx .modePopOverWx-title .image{width:163px;height:163px;margin:auto}
.modePopOverWx .modePopOverWx-title .image img{width:100%;height:100%}
.modePopOverWx .modePopOverWx-title .wxbottom{width:100%;display:flex;justify-content:center;align-items:center;margin-top:24px}
.modePopOverWx .modePopOverWx-title .wxbottom div{width:23%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;cursor:pointer}
.modePopOverWx .modePopOverWx-title .wxbottom div a{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}
.modePopOverWx .modePopOverWx-title .wxbottom div img{width:24px;height:24px;margin-bottom:6px}
.modePopOverWx .modePopOverWx-title .wxbottom div span{width:100%;text-align:center;color:rgb(101 103 255);font-weight:400;font-size:14px}
.disPopRight2{display:none}
.modePopOverDH-title-top{display:flex;justify-content:center;align-items:center;margin-top:24px;margin-bottom:18px}
.modePopOverDH-title-top .span1{width:78px;text-align:center;font-family:PingFangSC-Medium;display:flex;align-items:center;font-weight:500;font-size:18px;color:#1F2C3D}
.modePopOverDH-title-top .span2{text-align:center;line-height:22px;font-weight:400;font-size:12px;color:#606266}
.modePopOverDH-title-center{margin-bottom:11px}
.modePopOverDH-title-image{display:flex;justify-content:center;align-items:center;margin-top:17px}
.modePopOverDH-title-image img{width:163px;height:163px}
.modePopOverDH-title-center span:nth-child(1){width:110px;text-align:right;margin-right:16px;display:inline-block;font-weight:400;font-size:14px;color:#606266}
.modePopOverDH-title-center span:nth-child(2){height:25px;font-family:PingFangSC-Medium;font-weight:500;font-size:18px;color:#1F2C3D}
.modePopOverDH-title-bottom{margin-top:16px;text-align:center;height:22px;font-family:PingFangSC-Regular;font-weight:Regular;font-size:14px;color:#909399;text-align:center;line-height:22px}
</style>

<!-- 侧栏客服 -->
<div class="allIndex">
    <div class="quick-contactus-new hidden-xs">
        <div class="rightList_top_1231">
            <div onclick="window.open('https://yzf.qq.com/xv/web/static/chat/index.html?sign=37ef9b9783230ac5761696e949b0e2304db46536d8f9872f838848c6f251e1693c917287de1521d2be86ece3424188eaebec820d','','height=600,width=800,top=50,left=200,toolbar=no,menubar=yes,scrollbars=yes,resizable=yes,location=no,status=no')">    
                <div class="rightList_top_1231_image">
                    <img src="{pboot:sitetplpath}/static/picture/topHead.png" alt="在线咨询">
                </div>
                <div class="rightList_top_1231_image1"></div>
                <div class="rightList_top_1231_text">在线咨询</div>
            </div>
        </div>

        <div class="rightList_con_1231">
            <div class="spanView ZlistText dhTabs" onclick="dhclick()">
                <img src="{pboot:sitetplpath}/static/picture/phone.svg" alt="电话">
                <span class="text">
                    <text>电话</text>
                </span>
            </div>
            <div class="spanView ZlistText wxTabs" onclick="wxclick()">
                <img src="{pboot:sitetplpath}/static/picture/wechat.svg" alt="微信">
                <span class="text">
                    <text>微信</text>
                </span>
            </div>
        </div>
        <div class="go-top-button" style="visibility: visible;"> 
        <p></p> 
        </div> 
    </div> 
</div>
<!-- 侧边栏弹窗 微信 -->
<div class="PopShow modePopOver disPopRight1">
    <div class="modePopOverWx ">
        <img class="topHead" src="{pboot:sitetplpath}/static/picture/topHead.png" alt="三匠互联头像">
        <img class="Z-close pop_close" src="{pboot:sitetplpath}/static/picture/close.png" alt="关闭按钮">
        <div class="modePopOverWx-title">
            <div class="title">您好,我是您的专属电商顾问</div>
            <div class="des">扫码添加我的微信,送您新零售方案</div>
            <div class="time">(工作日09:00 - 18:00)</div>
            <div class="image">
                <img src="{pboot:companyweixin}" alt="三匠互联客服微信">
            </div>
            <div class="wxbottom">
                <div class="title1">
                        <img src="{pboot:sitetplpath}/static/picture/kefu.svg" alt="业务咨询">
                        <span>业务咨询</span>
                </div>
                <div class="title2 demo_application_btn">
                    <img src="{pboot:sitetplpath}/static/picture/yanshi.svg" alt="系统演示">
                    <span>系统演示</span>
                </div>
                <div class="title3">
                        <img src="{pboot:sitetplpath}/static/picture/fangan.svg" alt="行业方案">
                        <span>行业方案</span>
                </div>
                <div class="title4">
                        <img src="{pboot:sitetplpath}/static/picture/anli.svg" alt="客户案例">
                        <span>客户案例</span>
                </div>
            </div>
        </div>
    </div>
</div>

<div class="PopShow modePopOver disPopRight2">
    <div class="modePopOverWx " style="width: 287px;height: 380px;">
        <img class="Z-close pop_close" src="{pboot:sitetplpath}/static/picture/close.png" alt="关闭按钮">
        <div class="modePopOverDH-title">
            <div class="modePopOverDH-title-top">
                <span class="span1">电话咨询</span>
                <span class="span2">(工作日09:00 - 18:00)</span>
            </div>

            <div class="modePopOverDH-title-center">
                <span>客服热线:</span>
                <span>{pboot:companymobile}</span>
            </div>

            <div class="modePopOverDH-title-image">
                <img src="{pboot:sitetplpath}/static/picture/dhcode.png" alt="三匠互联电话联系二维码">
            </div>

            <div class="modePopOverDH-title-bottom">扫码即可快速拨打热线</div>
        </div>
    </div>
</div>






<script src="{pboot:sitetplpath}/static/js/jquery.min.js"></script>
<script src="{pboot:sitetplpath}/static/js/layer.js"></script>




<script>


    $(function(){
        $(window).scroll(function(){
            if($(document).scrollTop() > 0){
                $('#ym_header_nav_list').addClass('navtop')
                $('.ym_header_left_logo img').attr('src','{pboot:sitetplpath}/static/picture/logo-black.svg')
            }else {
                $('#ym_header_nav_list').removeClass('navtop')
                $('.ym_header_left_logo img').attr('src','{pboot:sitetplpath}/static/picture/logo-white.svg')
            }

        })
    })



    $(".tiyan").click(function () {
        // $("#youzhiBTN").click();
        $(".youzhi_chat").show()
    })
    $('.jiejue').hover(function () {
        $('.solution_card_V').css({'display':'block'})
    },function () {
        $('.solution_card_V').css({'display':'none'})
    })
    $('.jiejue1').hover(function () {
        $('.solution_card1').css({'display':'block'})
    },function () {
        $('.solution_card1').css({'display':'none'})
    })


    $('.dhTabs img').hover(function() {
        $(this).attr('src','{pboot:sitetplpath}/static/picture/phone_hover.svg');
    },function(){
        $(this).attr('src','{pboot:sitetplpath}/static/picture/phone.svg');
    })
    $('.wxTabs img').hover(function() {
        $(this).attr('src','{pboot:sitetplpath}/static/picture/wechat_hover.svg');
    },function(){
        $(this).attr('src','{pboot:sitetplpath}/static/picture/wechat.svg');
    })

function wxclick(){
        $('.disPopRight1').fadeIn(200).css('display','flex')
    }
function dhclick(){
        $('.disPopRight2').fadeIn(200).css('display','flex')
    }
    // 关闭弹窗
    $(".pop_close").click(function() {
        $(".PopShow").fadeOut(200);
    });
</script>
<script>
    (function(){
        var bp = document.createElement('script');
        var curProtocol = window.location.protocol.split(':')[0];
        if (curProtocol === 'https') {
            bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';        
        }
        else {
            bp.src = 'http://push.zhanzhang.baidu.com/push.js';
        }
        var s = document.getElementsByTagName("script")[0];
        s.parentNode.insertBefore(bp, s);
    })();
</script>

</div>
<script>
    $('.cover_content .cover_item').hover(function () {
        var index=$(this).data('sort')
        var srcImg='{pboot:sitetplpath}/static/picture/cover'+index+'.png'
       $('.cover_content').css('background','url('+srcImg+')')
    },function () {
        var srcImg='{pboot:sitetplpath}/static/picture/cover'+1+'.png'
        $('.cover_content').css('background','url('+srcImg+')')
    })
    function getSumbitInfo() {
        var phoneVal=$('.phoneInput').val()
        if (!phoneVal){
            layer.msg('联系方式不能为空', {icon: 2});
            return
        }
        if (phoneVal.length<11){
            layer.msg('手机号格式不正确', {icon: 2});
            return
        }




    }
</script>
</body>
</html><?php return array (
  0 => '/www/wwwroot/www.sanjiangapp.com/template/sanjiang/comm/head.html',
  1 => '/www/wwwroot/www.sanjiangapp.com/template/sanjiang/comm/foot.html',
); ?>