<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>恒天翊电子有限公司 - 注册账号</title>
    <meta name="keywords" />
    <meta name="description" content="" />
    <meta http-equiv="content-type" content="text/html;charset=utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <link rel="stylesheet" type="text/css" href="/Content/css/style.css?v=20250813" />
    <link rel="icon" href="favicon.ico" type="image/x-icon">




    <!--[if lt IE 9]>
    <script src="js/html5shiv.min.js"></script>
    <script src="js/respond.min.js"></script>
    <![endif]-->
    <script src="/Content/js/jquery-1.8.3.min.js" type="text/javascript"></script>
    <script src="/Content/js/swiper.min3.4.js"></script>
    <script src="/Content/js/Validform_v5.3.2.js"></script>
    <script src="/Content/js/jsplus/layer/layer-v2.1/layer/layer.js?v=20250813"></script>
      <script src="/htycs/js/index.js?v=20250813"></script>
    
    <link rel="stylesheet" type="text/css" href="/Content/js/carousel/owl.carousel.min.css" />
    <link rel="stylesheet" type="text/css" href="/Content/css/inner.css?v=20250813" />
    <link rel="stylesheet" type="text/css" href="/Content/css/new_index.css?v=20250813" />
    <link href="/img/css/common.css?v=20250813" rel="stylesheet" />


    <!-- 2022-4-27 -->
    <link rel="stylesheet" type="text/css" href="/Content/css/animate.min.css" />
    <script>
        $(function () {
            $("#menu li").mouseenter(function () {
                $(this).children(".sub_menu").addClass("active animated fadeIn");
            }).mouseleave(function () {
                $(this).children(".sub_menu").removeClass("active animated fadeIn");
            })
        })
    </script>


    

    <link href="/Content/css/accout.css" rel="stylesheet" />
    <style scoped>
    .htylc{
        width:100%;
        display:flex;
        justify-content: space-between;
        align-items: center;
    }
    .htylc1{
        width:calc(100% - 125px)
    }
    .htylc1,.htylc1 input{
        border-radius: 0px;
    }
    .Validform_right{

        display:none
    }
    </style>


    <!-- Google Tag Manager -->
    
    <!-- End Google Tag Manager  -->
</head>
<body>
    

<style type="text/css">
    .login-info {
 
        position: absolute;
        top: 0px;
        right:0px;
        width: 154px;
        border-right: 4px solid #ba9358;
        z-index:1000000;
    }
    .top1-bor {
        width: 50px;
        height: 100%;
        font-size: 21px;
        font-weight: 100;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .top1-bor2{

    }
    .top1-bor2-line1 {
        font-weight: 700;
        font-size: 24px;
        line-height: 35px;
        color: #D7001D;
    }
    .top1-bor2-line2 {
        font-weight: 400;
        font-size: 12px;
        line-height: 17px;
        color: #3D3D3D;
    }
    nav>ul>li>.sub_menu{
        top:128px
    }
    /* nav>ul>li>a:hover:after{
        background:white
    } */
</style>
<div id="top" style='    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;'>
    <header class="site-header clearfix" style="display: flex;margin:0;    width: 100%;
    max-width: 1440px;padding:0">
        <div style="width: 66%; display: flex; align-items: center;  ">
            <div class="logo">
                <a href="/" title="恒天翊"></a>
            </div>
            <p class="top1-bor">|</p>
            <div class="top1-bor2"> 
                <p class="top1-bor2-line1">全球PCBA中小批量快捷生产服务商</p>
                <p  class="top1-bor2-line2">软硬PCB生产/SMT贴片/DIP插件/测试组装/元器件采购</p>
            </div>
        </div>
        <div style="width:34%;display: flex;align-items: center;justify-content: flex-end;">
          <a style='margin-right: 10%;display: flex;align-items: center;'>
              <img src="/images/newUiImg/ali.svg" alt="" style=' margin-right: 10px;'>
              <p >恒天翊官方旗舰店</p>
          </a>
          <div style='display: flex; color: #111111'>
              <img src="/images/newUiImg/容器-4.svg" alt="" style='margin-top: -4px;margin-right: 5px;'>
              <p>服务热线：133 6054 0871</p>
          </div>

        </div>
    </header>
    <div class="burger">
        <div class="x"></div>
        <div class="y"></div>
        <div class="z"></div>
    </div>
</div>
<div class="clear"></div>
    

<style type="text/css">
    nav>ul>li>a{
        line-height:46px;
        text-align: center;
    }

    .login-info {
 
        position:static;
        top: 0px;
        right:0px;
        width: 184px;
        border-right: none;
        z-index:1000000;
        display: flex;
        align-items: center;
        font-size:16px;
    }
    nav a:hover{
            color: #ca1421!important;
            background:white
    }
    nav>ul>li>a:hover:after {
        position: absolute;
        left: 0;
        bottom: 6px;
        width: 90%;
        margin-left: 5%;
        height: 2px;
        display: block;
        background: #ca1421;
}

.login_reg{ float:right;}

.login_reg a.login_btn {
        font-size: 16px;
        color: #fff;
        display: block;
        float: left;
        width: 52px;
        line-height: 28px;
        height: 28px; 
        text-align: center;
        vertical-align:middle;
        margin-top: 10px;
        border-radius: 6px;
        margin-left:2px;
    }
.login_reg a.login_btn:hover {
    background: white;
    color: red;
    position:unset;
}
.login_reg .active {
    background: white;
    color: #ca1426;
    color: red !important;
    position: unset;
}
 
</style>
<div id="top" style='background: #d7001d;'>
    <header class="site-header clearfix top2" style='height:47px;font-size:16px;background: #d7001d;margin:0;max-width: none;'>
        <!-- <div class="logo">
            <a href="/" title="smt贴片"></a>
        </div>
        <div class="b_list">
            <img src="/images/bl1.png" alt="">
            <img src="/images/bl2.png" alt="">
            <img src="/images/bl3.png" alt="">
        </div> -->
        <div id="submenu" style='float: inherit;height: 46px;    width: 100%;
    display: flex;
    justify-content: center;
    '>
            <nav style='width: 100%;max-width: 1440px;flex-wrap: wrap;align-items: center;justify-content: space-between;'>
                <ul id="menu">
                    <li class="hasNav home"><a href="/" style='color: white;text-align: center;width:50px'>首页</a></li>
                    <li class="hasNav"><a href="/pcbaProduct.html" style='color: white;width:90px'>PCB制作</a></li>
                    <li class="hasNav"><a href="/smtPatch.html" style='color: white;width:90px'>SMT贴片</a></li>
                    <li class="hasNav"><a href="/comProcurement.html" style='color: white;width:90px'>供应链管理</a></li>
                    <li class="hasNav">
                        <a href="#" style='color: #FFF200; width: 90px '>在线计价</a>
                        <div class="sub_menu style2 transTwo transAll">
                            <div class="menu-box">
                                <ul>
                                    <li><a href="#"></a></li>
                                    <li><a href="/smtquote.html">PCBA在线计价</a></li>
                                    <li><a href="/stencil.html">钢网在线计价</a></li>
                                    
                                </ul>
                            </div>
                        </div>
                    </li>
                    <li class="hasNav"><a href="/adv.html" style='color: white;width:90px'>核心优势</a></li>
                    <li class="hasNav">
                        <a href="#" style='color: white;width:90px'>业务介绍</a>
                        <div class="sub_menu transTwo transAll">
                            <div class="w1200">
                                <div class="img-box" style='width: 40%;'>
                                    <img src="/images/d-img.png" alt="">
                                </div>
                                <div class="menu-box" style='width: 60%;'>
                                    <ul>
                                        <li><a href="/al1.html">PCB设计</a></li>
                                        <li><a href="/al1.html">设计优势</a></li>
                                        <li><a href="/al2.html">设计流程</a></li>
                                        <li><a href="/al3.html">设计案例</a></li>
                                    </ul>
                                    <ul>
                                        <li><a href="/zb1.html">PCB制版</a></li>
                                        <li><a href="/zb1.html">制板参数</a></li>
                                        <li><a href="/zb2.html">生产设备</a></li>
                                        <li><a href="/zb3.html">生产优势</a></li>
                                    </ul>
                                    <ul>
                                        <li><a href="/pcba1.html">PCBA</a></li>
                                        <li><a href="/pcba1.html">PCBA介绍</a></li>
                                        <li><a href="/pcba1.html#gy">工艺流程</a></li>
                                        <li><a href="/pcba2.html">主要设备</a></li>
                                        <li><a href="/pcba2.html#zz">组装测试</a></li>
                                    </ul>
                                    <ul>
                                        <li><a href="/pcba3.html">元器件</a></li>
                                        <li><a href="/pcba3.html#yw">业务介绍</a></li>
                                        <li><a href="/pcba3.html#adv-box">渠道保障</a></li>
                                        <li><a href="/pcba3.html#pz">品质控制</a></li>
                                        <li><a href="/pcba3.html#gy">供应优势</a></li>
                                    </ul>
                                    <div class="clear"></div>
                                </div>
                                <div class="clear"></div>
                            </div>
                        </div>
                    </li>
                    <li class="hasNav"><a href="/news.html" style='color: white;width:90px'>新闻资讯</a></li>
                    <li class="hasNav"><a href="/about.html" style='color: white;width:90px'>关于我们</a></li>
                    <li class="hasNav"><a href="/news/detail/5345" style='color: white;width:90px'>加入我们</a></li>

                </ul>
                    <div class="login_reg hasNav" style='margin-top:0px;'> 
                        <a href="/Account/Login" class="login_btn" title="登录" onmouseover="onLoginFocus()"  onmouseout="onLoginBlur()">登录</a>
                        <a href="/account/register" class="login_btn active" title="注册" id="btnRegister">注册</a>
                        <a href="/cart" class="buychart" title="购物车"></a> 
                    </div>


            </nav>
            
            </div>
    </header>
    <!-- <div class="burger">
        <div class="x"></div>
        <div class="y"></div>
        <div class="z"></div>
    </div> -->
</div>
<div class="clear"></div>

<script>
    function onLoginFocus() {
        $("#btnRegister").removeClass("active");
    }
    function onLoginBlur() {
        $("#btnRegister").addClass("active");
    }
</script>
    <!-- Google Tag Manager -->
     <!-- End Google Tag Manager  -->

    
<div class="hty clearfix" style='width: 100%;margin:0 auto'>
    <div class="htyl f-l" style='width: 100%;border-right:0px;display: flex;justify-content: center;flex-wrap: wrap;'>
        <!-- <p class="f-16">新用户注册</p> -->
        
            <p style='width:100%;display: flex;justify-content: center;font-size: 28px;margin-bottom: 20px;'>欢迎注册恒天翊</p>
    <form id="form01" style='width:500px'>
        <div class="htylc">
                 <div class="label">
                    <label>手机号</label>
                </div>
            <div class="htylc1 clearfix">
                <p class="htylc1p"><img src="/content/img/index/zh0.jpg"></p>
                <input  datatype='m'   nullmsg='手机号不能为空' sucmsg='验证通过' errormsg='手机号格式不正确'  type="text" name="email" id="email"     data-val-regex-pattern="^(?:\d{3,5}-\d{9,10}|\d{9,10}|1\d{10})$" placeholder="请输入手机号码！">
            </div>
               <p class="htylc1p2 c6 f-12"></p>
           
        </div>
        <div class="htylc">
                 <div class="label">
                    <label>密码</label>
                </div>
            <div class="htylc1 clearfix">
                <p class="htylc1p"><img src="/content/img/index/zh3.jpg"></p>
                <input   datatype='*' nullmsg='密码不能为空' sucmsg='验证通过'  type="password" name="pwd" id="" placeholder="设置密码">
            </div>
                 <p class="htylc1p2 c6 f-12"></p>
        </div>
        <div class="htylc">
                <div class="label">
                    <label>确认密码</label>
                </div>
            <div class="htylc1 clearfix">
                <p class="htylc1p"><img src="/content/img/index/zh3.jpg"></p>
                <input datatype='*' nullmsg='密码不能为空' recheck='pwd' sucmsg='验证通过'  errormsg='俩次密码不一致' type="password" name="pwd2" id="" placeholder="确认密码">
            </div>
                 <p class="htylc1p2 c6 f-12"></p>
        </div>
        <div class="htylc">
                 <div class="label">
                    <label>推广码</label>
                </div>
            <div class="htylc1 clearfix">
                <p class="htylc1p"><img src="/content/img/index/zh5.jpg"></p>
                <input type="text" name="PromoCode" id="PromoCode" placeholder="请输入业务推广码（选填）">
            </div>
        </div>
        <div class="htylc">
                <div class="label">
                    <label>真实姓名</label>
                </div>
            <div class="htylc1 clearfix">
                <p class="htylc1p"><img src="/content/img/index/zh4.jpg"></p>
                <input datatype='*'  sucmsg='验证通过'   nullmsg='姓名不能为空'  su class="form-control verification-code pull-left yz_input" data-val="true" data-val-regex="姓名不能包含特殊字符" data-val-regex-pattern="^[a-z0-9\u4e00-\u9fa5]+$" data-val-required="请输入姓名" id="TrueName" name="TrueName" placeholder="输入姓名" type="text" value="">
            </div>
             <p class="htylc1p2 c6 f-12"></p>
        </div>
        <div class="htylc">
            <div class="label">
                <label>验证码</label>
            </div>
            <div class="htylc1" style='border: none;display: flex;justify-content: space-between;align-items: center;'>
                    <p class="htylc1p"><img src="/content/img/index/zh6.jpg"></p>
                    <input  datatype='*' sucmsg='验证通过' nullmsg='验证码不能为空'  style='position: static;border: 1px solid #e3e3e3;' type="text" name="verifycode" id="verifycode" class="verification-code" placeholder="&nbsp;&nbsp;&nbsp;&nbsp;验证码">
                    <img class="imgcode" src="/Account/GetValidateCode" style="width:70px; height:37px" alt="" title="点击切换验证码" />
           </div>
            <p class="htylc1p2 c6 f-12"></p>
        </div>

        <div class="htylc">
            <button class="htylczc shou"  type='submit' style='border: none;' >注册</button>
        </div>
        <div class="htylc m-t5">
            <p class="f-12" style='display: flex;align-items: center;'>
                <input type='checkbox' name='checkAgree' id='checkAgree' datatype='*' nullmsg='请勾选'  sucmsg='验证通过'    style='accent-color: red;margin-right: 5px;'>
                <span class="c2"> 我已认真阅读并同意 </span>
                <a href="javascript:;" style='color: red;'   class="c5">《恒天翊网站注册协议》</a>
            </p>
             <p class="htylc1p2 c6 f-12"></p>
          
        </div>
        <input type="hidden" name="returnurl" />
    </form>
    </div>
    <!-- <div class="htyr f-l">
        <p>已经注册了账号？</p>
        <p class="htyrp shou"><a href="/account/login">登录</a></p>
        
        
    </div> -->
</div>
<input type="hidden" id="returnUrl" />

 
    

<!--购物车右侧侧边栏-->
<div id="SidebarCart" style="z-index:99999">
    <!--右侧边栏购物车-->
    <div class="sidebar-cart" style="height: 740px;z-index:99999;top:58px">
        <div class="sidebar" style="height: 0px;z-index:99999;    left: -22px;width: 70px;">
            <div class="item" style="z-index:99999">
                <div class="sidebar-tab-box sidebar-tab-onlineservice ui-draggable dia" id="online-service" style="margin-top: 292.5px;border:1px solid #d2d2d5;    background: white;    border-top-right-radius: 10px;border-top-left-radius: 10px;border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;">
                    <!-- <div style='background: url(/images/newUiImg/组86.jpg); width: 168px; height: 138px; font-size: 20px; color: white; display: flex; justify-content: center; align-items: end; padding-bottom: 17px; cursor: pointer;'>
                        点击联系我们
                    </div> -->
                    <div class='dia' id='dia1' data-value='1' style='background: white;width: 47px;height: 50px;position: relative;display: flex;align-items: center;justify-content: center;border-bottom: 1px solid #d2d2d5; margin: 0 10px;flex-wrap: wrap;'>
                        <img src="/images/newUiImg/dh.svg" white='16' height='16' style='width: 100%;'>
                         <p style='font-size: 12px;'>电话</p>
                        <div class='dia-model' style='width: 150px;height: 74px;background: white;    border: 1px solid #d2d2d5;border-radius: 4px;position: absolute;left: -172px;font-size: 16px;padding: 5px 10px;color: black; flex-wrap: wrap;align-items: center;display: none;'>
                          <p style='width: 100%;border-bottom: 1px solid #d2d2d5;height:25px;font-size:14px;color:#666666'>电话咨询</p>
                          <p style='width: 100%;font-size:18px;font-weight:500;color:#111111'>133 6054 0871</p>
                            
                        </div>
                    </div>
                    <div class='dia' id='dia2' data-value='2' style='background: white;width: 47px;height: 50px;position: relative;display: flex;align-items: center;justify-content: center;border-bottom: 1px solid #d2d2d5; margin: 0 10px;flex-wrap: wrap;'>
                        <img src="/images/newUiImg/wx.svg" white='16' height='16' style='width: 100%;'>
                        <p style='font-size: 12px;'>微信</p>
                        <div class='dia-model' style='width: 140px;height:165px;background: white;border: 1px solid #d2d2d5;border-radius: 4px;position: absolute;left: -162px;font-size: 16px;padding: 5px 10px;color: black; flex-wrap: wrap;align-items: center;display: none;'>
                         <img src="/images/newUiImg/jx126@1x.png" />
                          <p style='width: 100%;font-size:14px;font-weight:500;color:#111111;margin-top:5px;text-align:center'>用微信 扫一扫</p>
                            
                        </div>
                    </div>
                    <div class='dia' id='dia3' data-value='3' style='background: white;width: 47px;height: 50px;position: relative;display: flex;align-items: center;justify-content: center;border-bottom: 1px solid #d2d2d5; margin: 0 10px;flex-wrap: wrap;'>
                        <img src="/images/newUiImg/yx.svg" white='16' height='16' style='width: 100%;'>
                        <p style='font-size: 12px;'>邮箱</p>
                          <div class='dia-model' style='width: 190px;height: 74px;background: white;border: 1px solid #d2d2d5;border-radius: 4px;position: absolute;left: -212px;font-size: 16px;padding: 5px 10px;color: black; flex-wrap: wrap;align-items: center;display: none;'>
                          <p style='width: 100%;border-bottom: 1px solid #d2d2d5;height:25px;font-size:14px;color:#666666'>邮箱咨询</p>
                            <p style='width: 100%;font-size:18px;font-weight:500;color:#111111'>sales@htypcba.com</p> 
                        </div>
                        
                    </div>
                     <div id='upTop' style='background: white;width: 47px;height: 50px;position: relative;display: flex;align-items: center;justify-content: center;cursor: pointer;margin: 0 10px;flex-wrap: wrap;'>
                        <img src="/images/newUiImg/zd.svg" white='16' height='16' style='width: 100%;'>
                        <p style='font-size: 12px;'>置顶</p>
                    </div>

                    <div class="sidebar_hover_cont" style="top: 362.5px;">


                    </div>
                </div>
                <!-- </a> -->


            </div>
            <!-- <div class="item" style="z-index:99999;display: flex;justify-content: center;">
              <img id='upTop' src="/images/newUiImg/zhiding.svg" style='margin-top: 155px;cursor: pointer;' white='60' height='60'>
            </div> -->
        </div>
        <div class="sidebar-con" style="height: 740px;">
            <div class="hd clearfix">
                <label class="pull-left pointer clearfix"><input type="checkbox" class="checkbox pull-left chk_all" checked="checked"> <span class="chk-all f12 cl-777 normal pull-left pointer">全选</span></label>
                <a class="f12 cl-777 pull-right" href="/cart">进入购物车</a>
            </div>
            <div class="empty-cart text-center" style="height: 540px;">
                <img src="img/img/empty-cart.png" alt="空购物车" style="width:110px;height:150px;margin-top:50px;">
                <p class="empty-cart f14 cl-999 text-center mt30 mb30" style="height: 540px;">您的购物车是空的<br>请在左侧在线计价</p>
            </div>

            <div class="rel">
                <div class="sidebar-cart-total" style="position:relative;z-index:919999999999">
                    <div class="mb10 clearfix">
                        <span class="f14 black ml10 pull-left" id="choose_Num">已选 0 件</span>
                        <span class="total f14 cl-f90 bold mr10 pull-right" id="choose_Money">￥0</span>
                    </div>
                    <a class="sidebar-cart-clearing f16 white text-center btn-yellow h35 b-bradius4 mb10" id="submitBuy" href="javascript:void(0)">立即购买</a>
                    <a class="sidebar-cart-clearing f16 white text-center btn-yellow h35 b-bradius4" href="http://www.htypcba.com/order/cart">去购物车结算</a>
                </div>
            </div>
        </div>
    </div>


</div>



<script type="text/javascript">
   	$(function() {
		$("#upTop").click(function(e) {
		    e.preventDefault();
			$('html,body').animate({
				scrollTop:0
			},800)
		})
	})
    $(".dia").hover(function (event) {
        if ($(this)[0].dataset.value == 1 || $(this)[0].dataset.value == 3) {
            $("#dia" + $(this)[0].dataset.value + ' .dia-model').css('display', 'flex')
        } else {
            $("#dia" + $(this)[0].dataset.value + ' .dia-model').css('display', 'block')
        }

    }, function (event) {

        $("#dia" + $(this)[0].dataset.value + ' .dia-model').css('display', 'none')

    });
</script>
<!--聊天-->
<script>
    var _hmt = _hmt || [];
    (function () {
        var hm = document.createElement("script");
        hm.src = "https://hm.baidu.com/hm.js?5ed1bc30883a1b8835cd238d10c1ba55";
        var s = document.getElementsByTagName("script")[0];
        s.parentNode.insertBefore(hm, s);
    })();
</script>

    <div class="clear"></div>
<script src="/Content/js/carousel/owl.carousel.min.js"></script>
<script src="/Content/js/jquery.SuperSlide.2.1.3.js"></script>

<div class="clear"></div>
<div class="myad">
    <div class="w1200">
        <b>让产业更高效，来恒天翊免费打样吧！</b>
        <p>恒天翊坚信质量是产品的灵魂，严守每一项标准、生产的每一道工艺、服务的每一个细节！</p>
        <div class="countform">
            <input type="text" size="12" id="t-shuliang" name="t-shuliang" placeholder="生产数量" />
            <select id="t-danshuang" name="t-danshuang">
                <option value="0">单面/双面贴片</option>
                <option value="1">单面</option>
                <option value="2">双面</option>
            </select>
            <input type="text" size="15" name="piecs" id="t-smtshu" placeholder="BOM元件总数" />
            <input type="submit" id="submit_jsq" value=" " />
        </div>
    </div>
</div>
<div class="clear">
<div  style='width: 100%;
            display: flex;
            justify-content: center;
            background: #3b3635;'>
        <div class="flink">
            <div class="w1200">
                <label style='left:0px'>友情链接: </label>
                <a target="_blank" rel="nofollow" href="http://www.jiepei.com">捷配</a>
                <a target="_blank" rel="nofollow" href="http://www.huaqiu.com">华秋电子</a>
                <a target="_blank" rel="nofollow" href="https://www.jlc.com/">嘉立创</a>
                <a target="_blank" rel="nofollow" href="https://www.jdbpcb.com/">捷多邦</a>
                <a target="_blank" rel="nofollow" href="https://www.ickey.cn">云汉芯城</a>
                <a target="_blank" rel="nofollow" href="http://www.lenovo.com">联想</a>
                <a target="_blank" rel="nofollow" href="https://www.byd.com/">比亚迪</a>
                <a target="_blank" rel="nofollow" href="https://www.midea.cn/">美的</a>
                <a target="_blank" rel="nofollow" href="http://www.htysmt.com/">恒天翊PCBA快捷打样</a>
                <a target="_blank" rel="nofollow" href="http://www.tyf-led.com.cn">同一方光电</a>    
            </div>
        </div>
</div>
<div class="clear"></div>
<footer class="clearfix">
    <div class="w1200 clearfix">
        <ul class="clearfix">
            <li>
                <b><a href="/product.html">产品中心</a></b>
                <p><a href="/product.html">工业工控</a></p>
                <p><a href="/product.html">智能家居</a></p>
                <p><a href="/product.html">通讯医疗</a></p>
            </li>
            <li>
                <b><a href="/news.html">新闻资讯</a></b>
                <p><a href="/news.html">行业资讯</a></p>
                <p><a href="/news.html">公司动态</a></p>
            </li>
            <li>
                <b><a href="/about.html">关于我们</a></b>
                <p><a href="/about.html">公司简介</a></p>
                
                <p><a href="/contactus.html">联系我们</a></p>
            </li>
             <li>
                 <img  src="/images/newUiImg/微信好友.jpg" width="120" height="120">
                  <p style='text-align: center; color: white; font-size: 16px;'>微信添加好友</p>
            </li>
             <li>
                  <img  src="/images/newUiImg/微信公众号.jpg" width="120" height="120">
                  <p style='text-align: center; color: white; font-size: 16px; margin-left: -20px;'>恒天翊官方微信公众号</p>
            </li>
            
            <li class="contact">
                <label>全国服务热线：</label>
                <span class="tel">13360540871</span>
                <div class="time">
                    工作时间：9:00-21:00<br />
                    客服邮箱：service@htypcba.com
                </div>
                
            </li>
        </ul>
        <div class="clear"></div>
        <div class="ison_ren" style='padding-bottom: 0px;'>
            <div class="iso_lt">
                <label>资质认证：</label>
                <img alt="资质认证" src="/images/icon_son.jpg" width="263" height="36" />
            </div>
            <!-- <div class="iso_ct">
                <label>合作快递:</label>
                <img alt="合作快递" src="/images/icon_sf.jpg" width="91" height="41" />
            </div>
            <div class="iso_rt">
                <label>支付方式:</label>
                <img alt="支付方式" src="/images/icon_pay.jpg" width="266" height="38" />
            </div> -->
        </div>
        <div class="clear"></div>
        <br />
        <div class="copy_right text-center cl-666" style='text-align: left;'>
            Copyright © 2020 Htypcba.com Inc. All Rights Reserved. 版权所有:深圳市恒天翊电子有限公司 <a class="cl-999" href="http://beian.miit.gov.cn/" target="_blank" rel="nofollow">粤ICP备16045119号-3</a>
            <a class="ml10" target="_blank" href="http://beian.miit.gov.cn/" rel="nofollow"><img height="14px" src="/Content/images/icplogo.gif"></a>
        </div>
    </div>
</footer>



<link rel="stylesheet" type="text/css" href="/Content/js/jsplus/layer/layer-v2.1/layer/skin/layer.css?v=20250813" />
<script src="/Content/js/index.js?v=20250813"></script>
<script type="text/javascript">

    $("#submit_jsq").click(function (event) {
        var url = "/smtquote.html?";
        var param = "shuliang=" + $("#t-shuliang").val() +
            "&smtshu=" + $("#t-smtshu").val() +
            "&danshuang=" + $("select[name=t-danshuang]").val()

        window.location.href = url + param;

    });

</script>

<!--百度统计-->
<script>
    var _hmt = _hmt || [];
    (function () {
        var hm = document.createElement("script");
        hm.src = "https://hm.baidu.com/hm.js?14e38414636f1932c0458cb1df26ac25";
        var s = document.getElementsByTagName("script")[0];
        s.parentNode.insertBefore(hm, s);
    })();
</script>

    
    <script type="text/javascript">
        $(function () {
            $(".imgcode").click(function () {
                this.src = "/Account/GetValidateCode?time=" + (new Date()).getTime();
                $(".validation-summary-errors ul").remove();
            });
        var PromoCode=getUrlParam("code");
        if(PromoCode!=null && PromoCode!=""){
         $("#PromoCode").val(PromoCode); 
        $("#PromoCode").attr("disabled","disabled");
        }
     

        });
          $(document).ready(function () {
 
                  $("#form01").Validform({
                  
                    showAllError:true,
                    tiptype:2, 
                     beforeCheck:function (params) {
                          console.log('params',params)  
                    },
                    beforeSumit:function (params) {
                    },
                    callback:function (form) {
                        // if(form.valid()){
                             console.log('form',form)
                             
                              Submit()
                               return false
                        // }else{
                        //      console.log('form',form)
                        // }
                        
                    }
                    

                    });
          })
    //获取url中的参数
        function getUrlParam(name) {
            var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)"); //构造一个含有目标参数的正则表达式对象
            var r = window.location.search.substr(1).match(reg);  //匹配目标参数
            if (r != null) return unescape(r[2]); return null; //返回参数值
        }
        function Submit() {
            $.ajax({
                url: '/account/RegisterSubmit',
                type: 'post',
                data: $("#form01").serialize(),
                dataType: 'json',
                beforeSend: function () {
                    layer.msg('load......', { icon: 16, shade: 0.21 });
                },
                success: function (info) {
                    var data = info;
                    if (data.success) {
                        layer.msg('成功注册!', function () {
                            var returnUrl = $("#returnUrl").val();
                            if (returnUrl) { window.location.href = data.attr; return; }
                            else {

                                if (data.attr) {
                                    window.location.href = data.attr;
                                    return;
                                }
                            }
                            window.location.href = "/cart?status=-1&id=3";
                        });
                    } else {
                        layer.alert(data.message);
                    }
                }
            });
        }


    </script>


    <!-- Google Tag Manager (noscript) -->
    
    <!-- End Google Tag Manager (noscript) -->
</body>
</html>