File: /www/wwwroot/www.sanjiangapp.com/template/sanjiang/comm/head.html
<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>