CINXE.COM

注册-设置登录名

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> <title>注册-设置登录名</title> <link rel="stylesheet" type="text/css" href="/UserManage/Css/Purchase.css?v=202111051037"> <link href="/UserManage/css/boxy.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="/UserManage/ajax/common.ashx"></script> <script type="text/javascript" src="/UserManage/ajax/MTnets.UserManage.Common.CommonFunc,UserManage2013_Common.ashx"></script> <script src="/UserManage/JS/jquery.js"></script> <script src="/UserManage/js/BaseFun.js"></script> <script src="/UserManage/js/jquery.boxy.js"></script> <script src="/UserManage/js/dialog.js"></script> <script src="/UserManage/JS/valid.js?v=20180227"></script> <script src="/UserManage/JS/Common_RegNew.js?v=2021110911" type="text/javascript" language="javascript"></script> <link href="/UserManage/Css/drag.css" rel="stylesheet" type="text/css" /> <script src="/UserManage/JS/dragjm.js?v=202012251138" type="text/javascript" language="javascript"></script> <script type="text/javascript" language="javascript"> var r1 = new regStep1(); var Regtype = 1; jQuery(document).ready(function () { if (GetQueryString("Regtype") != null) Regtype = GetQueryString("Regtype"); if (Regtype == 3) { jQuery("#StepTowNav").hide(); jQuery("#StepThrNav").hide(); jQuery("#StepSingleNav").show(); jQuery("#SaveDataBtnDiv").show(); } else if (Regtype == 2) { if (navigator.userAgent.match(/(iPhone|iPod|Android|ios)/i) && Regtype == 1) { jQuery("#divDragCheck").hide(); jQuery("#divNumCheck").show(); jQuery("#ValidPhone").hide(); } else if (navigator.userAgent.match(/(iPhone|iPod|Android|ios)/i)) { jQuery("#huakuai").hide(); } else { jQuery("#divDragCheck").show(); jQuery("#divNumCheck").hide(); if (Regtype == 2) { jQuery('#drag').drag({ type: 2 }); } else { jQuery('#drag').drag(); } } jQuery("#SaveDataBtnDiv").hide(); jQuery("#NextToThreeBtnDiv").show(); } else { jQuery("#SaveDataBtnDiv").hide(); jQuery("#NextToThreeBtnDiv").show(); } document.body.onclick = function (e) { e = e || event; var obj = e.srcElement ? e.srcElement : e.target if (obj.id != "divEmail") jq("#divEmail").hide(); }; var weixinpic = CommonFunc.GetWeiXinPicForReg().value; jQuery("#divWeiXinPic")[0].src = weixinpic; }); function NextStepTow() { if (r1.CheckForm1()) { if (Regtype == 1) { jQuery("#StepTowNav").hide(); jQuery("#StepTowDiv").hide(); jQuery("#StepThrNav").show(); jQuery("#StepThrDiv").show(); jQuery("#SaveDataBtnDiv").show(); jQuery("#NextToThreeBtnDiv").hide(); jQuery("#ComProductDt").html("<b>*</b>主营产品:"); } else if (Regtype == 2) { var mobileiphone = jq.trim(jq("#txtMobile").val()); var modeCode = jq.trim(jq("#txtMoblieValidCode").val()); if (navigator.userAgent.match(/(iPhone|iPod|Android|ios)/i)) { } else { if (intvalidCode2 == "0") { Boxy.alert('滑块验证错误!', '', { title: "错误", modal: true }); return; } } var intIsShow = CommonFunc.GetLoginUserByMobilePhone3(mobileiphone, modeCode, Regtype).value; if (parseInt(intIsShow) > 0) { jQuery("#zhuce").show(); jQuery("#zhuce1").show(); } else if (parseInt(intIsShow)==-3) { ShowText("#txtMoblieValidCode", 25) }else { jq("#txtMobile1").val(mobileiphone); jQuery("#StepTowNav").hide(); jQuery("#StepTowDiv").hide(); jQuery("#StepThrNav").show(); jQuery("#StepThrDiv").show(); jQuery("#SaveDataBtnDiv").show(); jQuery("#NextToThreeBtnDiv").hide(); jQuery("#ComProductDt").html("<b>*</b>主要采购:"); } } if (navigator.userAgent.match(/(iPhone|iPod|Android|ios)/i) && Regtype == 1) { jQuery("#divDragCheck").hide(); jQuery("#divNumCheck").show(); jQuery("#ValidPhone").hide(); } else { jQuery("#divDragCheck").show(); jQuery("#divNumCheck").hide(); if (Regtype == 2) { jQuery('#drag').drag({ type: 2 }); } else { jQuery('#drag').drag(); } } } } function NextStepThr() { if (Regtype == 2) { if (r1.CheckPurForm()) { r1.RegMe(); } } else { if (Regtype == 3) { if (r1.CheckForm1()) { r1.RegMe(); } } else { if (r1.CheckForm2()) { r1.RegMe(); } } } } jq(function () { jq("#bt3").click(function () { dialog("服务条款", "id:dialog", "700px", "auto", "id"); }); }); jq(function () { function select(selectTop, selectBot) { jq(selectTop).click(function (event) { event.stopPropagation(); jq(this).siblings(selectBot).slideToggle(300); jq(this).toggleClass("focus"); }); jq(selectBot).find("li").live("click", function (event) { event.stopPropagation(); var value = jq(this).attr("data"); jq(this).parent().attr("data", value); if (jq(this).parent().attr('ID') == "provinceUl") { jq("#cityUl").attr("data", "0"); var result = CommonFunc.GetCity(value).value; if (result != null) { jq("#cityUl").html(''); jq(".selectTop:last p").html('请选择'); var csobj = eval("result=" + result); for (var i = 0; i < csobj.Detail.length; i++) { jq("#cityUl").append(" <li data=\"" + csobj.Detail[i].ID + "\">" + csobj.Detail[i].city + "</li>"); } } } jq(this).parent(selectBot).siblings(selectTop).find("p").text(jq(this).text()); jq(this).parent(selectBot).slideUp(300); jq(this).parent(selectBot).siblings(selectTop).removeClass("focus"); }); jq('html,body').click(function (event) { if (jq(event.target).closest(selectTop).length == 0) { jq(selectBot).slideUp(300); jq(selectTop).removeClass("focus"); } }); } select(".selectTop", ".selectBot"); jq("#txtPartment li,#PurchasFirst li,#PMProFirstClass li").click(function () { jq(this).siblings().removeClass("checked"); jq(this).addClass("checked"); }); jq("#txtPartment li,#PurchasFirst li").click(function () { jq(this).closest("dd").find("img").show(); jq(this).closest("dd").find("img").attr("src", "/UserManage/images/reg1.jpg"); jq(this).closest("dd").find(".userName").hide(); }); jq("#divSex input").click(function () { jq(this).closest("dd").find(".userName").hide(); }); }) function onchangeFClassID(id) { var result = ""; if (window.location.href.indexOf('chem17') > -1) { result=CommonFunc.GetChannelsNew(id, 'PM_ProductsInfo').value; } else { result=CommonFunc.GetChannelsNew(id, 'ProductsInfo').value; } jq("#PMProSecondClass").html(''); if (result != null) { var csobj = eval("result=" + result); for (var i = 0; i < csobj.Detail.length; i++) { jq("#PMProSecondClass").append("<li data='" + csobj.Detail[i].ID + "'>" + csobj.Detail[i].Name + "</li>"); } } jq("#PMProSecondClass li").click(function () { jq(this).siblings().removeClass("checked"); jq(this).addClass("checked"); }); } </script> <style> .tips{ width: 394px; border: 1px solid #E0E0E0; border-top: 0; z-index: 100; padding: 5px 0; float: left; margin: 0px 0 0 0; } .tips ul li{ list-style: none; position: relative; font: normal 12px/18px "Tahoma",'宋体'; height: 18px; padding: 0px 10px; display: block; float: left; width: 370px; cursor: pointer;} .tips ul li:hover{ background: #f1f1f1; font-weight: bold; width: 375px;} .emailType{ font-weight: bold; border-bottom: 1px solid #E0E0E0; background: none; } /* ------------------------------ 弹出层 ------------------------- */ #floatBoxBg{ display: none; width: 100%; height: 100%; background: #EBEBEB; position: absolute; top: 0; left: 0; filter: alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5;z-index:1001 } .floatBox{ width: 700px; position: absolute; top: 50px; left: 25%!important;z-index:1002} .floatBox .title{ height: 23px; padding: 7px 10px 0 0; background: #EBEBEB; width: 692px; } .floatBox .title h4{ float: left; padding: 2px 0 0 15px; margin: 0; font-size: 14px; line-height: 16px; } .floatBox .title span{ float: right; cursor: pointer; padding: 3px 0 0 0px; } .floatBox .content{ padding: 20px 15px; background: #E8EFFB; border: #BDD0EA 1px solid; width: 670px; float: left; } .login-sev{ position: relative; display: block; text-align: center; font: bold 20px/35px 'Microsoft Yahei'; color: #333; border-bottom: 1px solid #333; } .login-read{ position: relative; display: block; text-align: center; font: normal 12px/25px '宋体'; color: #333; } .login-supply{ position: relative; display: block; text-align: center; font: normal 14px/40px '宋体'; color: #333; } .floatBox .content textarea{ width: 640px; height: 230px; margin: 0px 0 0 10px; font: normal 12px/25px '宋体'; color: #666; padding: 10px 0 0px 10px; } </style> </head> <body> <!--header--> <div id="header"> <div class="header"> <span><a href="/">环保在线</a><a href="/UserManage/Login.aspx" target="blank">【请登录】</a><a href="/UserManage/Login.aspx?RegIndex" target="blank">【免费注册】</a></span> <p><a href="/News/" target="_blank">资讯</a>|<a href="/Technology/" target="_blank">技术</a>|<a href="/Offer/" target="_blank">商机</a>|<a href="/Product/" target="_blank">产品</a>|<a href="/Company/" target="_blank">企业</a>|<a href="/brands" target="_blank">品牌</a>|<a href="/interview" target="_blank">访谈</a>|<a href="/Sample" target="_blank">样本</a>|<a href="/topics" target="_blank">专题</a>|<a href="/video" target="_blank">视频</a>|<a href="/Exhibition/" target="_blank">展会</a>|<a href="/job/" target="_blank">人才</a></p> </div> </div> <div id="regtop"> <div class="regtop"> <span> <a href="../"><img src="/UserManage/Images/Login/purchaslogo.jpg" /></a> <h1>会员注册</h1> </span> <p> <b>0571-87756380</b> 如需帮助,请拨打或咨询<a href="tencent://message/?uin=1652493179&Site=环保在线&Menu=yes">QQ在线</a> </p> </div> <br class="clear"> </div> <div class="progress" id="StepTowNav"> <ul> <li class="que"><b></b>请选择会员类型<i></i> </li> <li class="blue"><b>2</b>手机验证<i></i></li> <li class="grey"><b>3</b>填写公司资料<i></i> </li> <li class="grey"><b>4</b>注册成功<i></i> <p></p> </li> </ul> </div> <div class="progress" id="StepThrNav" style="display:none;"> <ul> <li class="que"><b></b>请选择会员类型<i></i> </li> <li class="blue"><b>2</b>手机验证<i></i></li> <li class="blue"><b>3</b>填写公司资料<i></i> </li> <li class="grey"><b>4</b>注册成功<i></i> <p></p> </li> </ul> </div> <div class="progress" id="StepSingleNav" style="display:none;"> <ul> <li class="que"><b></b>请选择会员类型<i></i> </li> <li class="blue"><b>2</b>手机验证<i></i></li> <li class="grey"><b>3</b>注册成功<i></i> <p></p> </li> </ul> </div> <!--设置登录名--> <div class="login-main" id="StepTowDiv" style="padding-bottom: 0px;margin-bottom: 0px;border-bottom: 0px;"> <dl class="regindex" style="height:80px;"> <dt><b>*</b>手机:</dt> <dd> <input name="txtMobile" id="txtMobile" type="text" onfocus="reg==true ? ShowText(this,23) : ''" onblur="return r1.ChkMobile()" class="log" maxlength="59" /> <div class="imgdiv"> <img src="images/reg1.jpg" style="display:none;"> </div> <div class="userName " style="display:none;"><span style="display:none"></span></div> </dd> </dl> <dl class="regindex" id="huakuai" style="margin-bottom:40px;"> <dt><b>*</b>滑块验证:</dt> <dd id="divDragCheck"> <div id="drag"></div> </dd> </dl> <dl class="regindex" id="ValidPhone" style="height:80px;"> <dt><b>*</b>手机验证码:</dt> <dd> <div class="box"> <i class="verification"></i> <input class="log" type="text" id="txtMoblieValidCode" onfocus="reg==true ? ShowText(this,22) : ''" onblur="return r1.ChkPhoneVerificationCode()" > <a href="javascript:" class="get-code">获取验证码</a> <div class="imgdiv"> <img src="images/reg1.jpg" style="display:none;"> </div> <div class="userName" style="display:none;"><span style="display:none"></span></div> </div> </dd> </dl> <div class="login-main" id="NextToThreeBtnDiv" style="display:none;padding-top: 0px;margin-top: 0px;border: 0px;border-top: 0px;"> <a href="javascript:" onclick="NextStepTow();" class="next">下一步</a> </div> </div> <div class="login-main" id="StepThrDiv" style="display:none;padding-bottom: 0px;margin-bottom: 0px;border: 0px;"> <dl class="regindex"> <dt><b>*</b>会员登录名:</dt> <dd> <input name="txtUserName" id="txtUserName" class="log" type="text" onfocus="reg==true ? ShowText(this,0) : '';jq('#divUserName').hide();" onblur="return r1.ChkUserName()" maxlength="18"> <div class="imgdiv"> <img src="images/reg1.jpg" style="display:none;"> </div> <div class="tips" id="divUserName" style="display: none;"> </div> <div class="userName" style="display:none;"><span></span></div> <div ><img id="divWeiXinPic" style="display:none;" src="" width="150px" height="150px" /></div> </dd> </dl> <dl class="regindex"> <dt><b>*</b>登录密码:</dt> <dd> <input name="txtPwd1" id="txtPwd1" type="password" onfocus="reg==true ? ShowText(this,1) : ''" onblur="return r1.ChkPwd1()" maxlength="18" class="log"> <div class="imgdiv" id="cgimg"> <img src="images/reg1.jpg" style="display:none;"> </div> <div class="userName" style="display:none;"><span></span></div> </dd> </dl> <dl class="regindex"> <dt><b>*</b>再次输入密码:</dt> <dd> <input name="txtPwd2" id="txtPwd2" type="password" onfocus="reg==true ? ShowText(this,2) : ''" onblur="return r1.ChkPwd2()" class="log"> <div class="imgdiv"> <img src="images/reg1.jpg" style="display:none;"> </div> <div class="userName" style="display:none;"><span></span></div> </dd> </dl> <dl class="regindex"> <dt><b>*</b>姓名:</dt> <dd> <input name="txtTrueName" id="txtTrueName" type="text" onfocus="reg==true ? ShowText(this,4) : ''" onblur="return r1.ChkTrueName()" class="log"> <div class="imgdiv"> <img src="images/reg1.jpg" style="display:none;"> </div> <div class="userName" style="display:none;"><span></span></div> </dd> </dl> <dl class="regindex" style="display: none;"> <dt><b>*</b>您的性别:</dt> <dd id="divSex"> <span style="margin-right:30px;" id="rbSex"><input class="xb" name="rbSex" value="1" type="radio" />男</span> <span><input class="xb" name="rbSex" value="0" type="radio"/>女</span> <div class="imgdiv"> <img src="images/reg1.jpg" style="display:none;"> </div> <div class="userName" style="display:none;"><span></span></div> </dd> </dl> <dl class="regindex"> <dt><b>*</b>单位名称:</dt> <dd> <input name="txtComName" id="txtComName" type="text" onfocus="reg==true ? ShowText(this,21) : ''" onblur="return r1.ChkComName()" class="log"> <div class="imgdiv"> <img src="images/reg1.jpg" style="display:none;"> </div> <div class="userName" style="display:none;"><span></span></div> </dd> </dl> <dl class="regindex"> <dt><b>*</b>职务:</dt> <dd> <div class="areaSelect" id="divPartment" style="z-index:100"> <div class="selectTop"> <p>请选择</p> <b></b> </div> <ul class="selectBot" id="txtPartment" data="0"> <li data="20674">采购专员</li> <li data="20675">销售经理</li> <li data="20676">工程师</li> <li data="20677">技术人员</li> <li data="20679">科研人员</li> <li data="20678">检测/QA/QC人员</li> <li data="20680">教授/导师/博士/院长</li> <li data="20681">设备管理人员</li> <li data="20682">主管/主任人员</li> <li data="20683">学生</li> <li data="20684">行政/文员/财务</li> <li data="20685">其他</li> </ul> </div> <div class="imgdiv"> <img src="images/reg1.jpg" style="display:none;"> </div> <div class="userName" style="display:none;"><span></span></div> </dd> </dl> <!-- <dl class="regindex"> <dt><b>*</b>手机:</dt> <dd> <input name="txtMobile" id="txtMobile" type="text" onfocus="reg==true ? ShowText(this,8) : ''" onblur="return r1.ChkMobile()" class="log" maxlength="59" /> <div class="imgdiv"> <img src="images/reg1.jpg" style="display:none;"> </div> <div class="userName" style="display:none;"><span></span></div> </dd> </dl>--> <dl class="regindex"> <dt><b>*</b>行业分类:</dt> <dd> <div class="areaSelect" id="divPurchas" style="z-index:90;width:330px;"> <div class="selectTop" style="width:330px;"> <p>请选择</p> <b></b> </div> <ul class="selectBot" id="PurchasFirst" data="0" style="width:330px;"> <li data="20407">环保</li> <li data="20396">工程</li> <li data="20697">检测机构</li> <li data="20419">医疗卫生/医疗器械</li> <li data="20687">化工</li> <li data="20689">医药</li> <li data="20406">食品/饮料</li> <li data="20427">农林牧渔</li> <li data="20695">新能源</li> <li data="20696">传统能源</li> <li data="20401">制造业</li> <li data="20398">学校/研究院</li> <li data="20688">电子/电气</li> <li data="20421">交通</li> <li data="20692">材料</li> <li data="20423">自动化/信息技术/软件</li> <li data="22562">政府机构</li> <li data="22567">酒店/餐饮</li> <li data="22570">其他行业</li> </ul> </div> <div class="imgdiv"> <img src="images/reg1.jpg" style="display:none;"> </div> <div class="userName" style="display:none;"><span></span></div> </dd> </dl> <dl class="regindex"> <dt><b>*</b>手机:</dt> <dd> <input name="txtMobile" id="txtMobile1" type="text" onfocus="reg==true ? ShowText(this,8) : ''" onblur="return r1.ChkMobile1()" class="log" maxlength="59" disabled="disabled" /> <div class="imgdiv"> <img src="images/reg1.jpg" style="display:none;"> </div> <div class="userName" style="display:none;"><span></span></div> </dd> </dl> <dl class="regindex"> <dt><b></b>微信:</dt> <dd> <input type="text" class="log wxInput" id="Wxin" maxlength="59" /><label for="" class="clickSync" onclick="SWx()" id="WeiXin"></label><i class="clickSyncFont">微信同手机号</i> <div class="imgdiv"> <img src="images/reg1.jpg" style="display:none;"> </div> <div class="userName" style="display:none;"><span></span></div> </dd> </dl> <dl class="regindex" id="TelPhoneHtml"> <dt>固定电话:</dt> <dd> <input name="txtNationalCode" id="txtNationalCode" onfocus="reg==true ? ShowText(this,7) : ''" onblur="return r1.ChkTelPhone();" class="log" type="text" style="width:20px;float:left;" value="86" /> <i>-</i> <input name="txtAreaCode" id="txtAreaCode" onfocus="jq('#txtAreaCode').val()=='区号'?jq('#txtAreaCode').val(''):'';jq('#txtMobile').val() == '' ? Regtype==2?'':ShowText(this,7) : ''" onblur="if(jq('#txtAreaCode').val()=='')jq('#txtAreaCode').val('区号');return r1.ChkTelPhone();" class="log" type="text" style="width:50px;float:left;" maxlength="4" value="区号" /> <i>-</i> <input name="txtTelPhone" id="txtTelPhone" onfocus="jq('#txtTelPhone').val()=='电话号码'?jq('#txtTelPhone').val(''):'';jq('#txtMobile').val() == '' ? Regtype==2?'':ShowText(this,7) : ''" onblur="if(jq('#txtTelPhone').val()=='')jq('#txtTelPhone').val('电话号码');return r1.ChkTelPhone();" class="log" type="text" style="width:186px;float:left;" value="电话号码" /> <div class="imgdiv"> <img src="images/reg1.jpg" style="display:none;"> </div> <div class="userName" style="display:none;"><span></span></div> </dd> </dl> <dl class="regindex" style="display:none;"> <dt id="ComProductDt"><b>*</b>主营产品:</dt> <dd> <input name="txtComProduct" id="txtComProduct" type="text" onfocus="reg==true ? ShowText(this,10) : ''" onblur="return r1.ChkComProduct()" class="log"> <div class="imgdiv"> <img src="images/reg1.jpg" style="display:none;"> </div> <div class="userName" style="display:none;"><span></span></div> </dd> </dl> <dl class="regindex" style="display:none;"> <dt>城市:</dt> <dd> <div class="areaSelect"> <div class="selectTop"> <p>请选择</p> <b></b> </div> <ul class="selectBot" id="provinceUl" data="0"> <li data="1">安徽</li> <li data="2">北京</li> <li data="3">福建</li> <li data="4">甘肃</li> <li data="5">广东</li> <li data="6">广西</li> <li data="7">贵州</li> <li data="8">海南</li> <li data="9">河北</li> <li data="10">河南</li> <li data="11">黑龙江</li> <li data="12">湖北</li> <li data="13">湖南</li> <li data="14">吉林</li> <li data="15">江苏</li> <li data="16">江西</li> <li data="17">辽宁</li> <li data="18">内蒙古</li> <li data="19">宁夏</li> <li data="20">青海</li> <li data="21">山东</li> <li data="22">山西</li> <li data="23">陕西</li> <li data="24">上海</li> <li data="25">四川</li> <li data="26">天津</li> <li data="27">新疆</li> <li data="28">西藏</li> <li data="29">云南</li> <li data="30">浙江</li> <li data="31">重庆</li> <li data="32">香港</li> <li data="33">澳门</li> <li data="34">中国台湾</li> <li data="35">国外</li> </ul> </div> <div class="areaSelect"> <div class="selectTop"> <p>请选择</p> <b></b> </div> <ul class="selectBot" id="cityUl" data="0"> </ul> </div> </dd> </dl> <dl class="regindex" style="display:none;"> <dt>公司传真:</dt> <dd> <input class="log" style="width:20px;float:left;" name="txtFaxNationalCode" id="txtFaxNationalCode" onfocus="reg==true ? ShowText(this,11) : ''" onblur="return r1.ChkFax()" type="text" value="86" /> <i>-</i> <input class="log" style="width:50px;float:left;" name="txtFaxAreaCode" id="txtFaxAreaCode" onfocus="reg==true ? ShowText(this,11) : ''" onblur="if(jq('#txtFaxAreaCode').val()=='')jq('#txtFaxAreaCode').val('区号');return r1.ChkFax()" type="text" maxlength="4" value="区号" /> <i>-</i> <input class="log" style="width:186px;float:left;"name="txtFax" id="txtFax" onfocus="reg==true ? ShowText(this,11) : ''" onblur="if(jq('#txtFax').val()=='')jq('#txtFax').val('传真号码');return r1.ChkFax()" type="text" value="传真号码" /> <div class="imgdiv"> <img src="images/reg1.jpg" style="display:none;"> </div> </dd> </dl> <dl class="regindex" style="display:none;"> <dt>公司网址:</dt> <dd> <input name="txtWebSite" id="txtWebSite" type="text" onfocus="reg==true ? ShowText(this,12) : ''" onblur="return r1.ChkWebSite()" class="log"> <div class="imgdiv"> <img src="images/reg1.jpg" style="display:none;"> </div> <div class="userName" style="display:none;"><span></span></div> </dd> </dl> <dl class="regindex" style="display:none;"> <dt>QQ:</dt> <dd> <input name="txtQQ" id="txtQQ" type="text" onfocus="reg==true ? ShowText(this,13) : ''" onblur="return r1.ChkQQ()" class="log"> <div class="imgdiv"> <img src="images/reg1.jpg" style="display:none;"> </div> <div class="userName" style="display:none;"><span></span></div> </dd> </dl> <dl class="regindex"> <dt><b>*</b>电子邮箱:</dt> <dd> <input name="txtEmail" id="txtEmail" type="text" onfocus="reg==true ? ShowText(this,3) : '';jq('#divEmail').hide()" onblur="return r1.ChkEmail();" onkeyup="emailList(this)" class="log"> <div class="imgdiv"> <img src="images/reg1.jpg" style="display:none;"> </div> <div class="tips" id="divEmail" style="display: none"> </div> <div class="userName" style="display:none;"><span></span></div> </dd> </dl> <dl class="regindex"> <dt>感兴趣的产品:</dt> <dd> <ul class="regindexUL"> <li class="ChkHy" id="HY7691" onclick="SureHy(7691)"><a href="javascript:void(0)">水处理设备</a><i></i></li> <li class="ChkHy" id="HY7870" onclick="SureHy(7870)"><a href="javascript:void(0)">废气处理/空气净化</a><i></i></li> <li class="ChkHy" id="HY8040" onclick="SureHy(8040)"><a href="javascript:void(0)">固废处理设备</a><i></i></li> <li class="ChkHy" id="HY10393" onclick="SureHy(10393)"><a href="javascript:void(0)">环境检测仪器</a><i></i></li> <li class="ChkHy" id="HY8374" onclick="SureHy(8374)"><a href="javascript:void(0)">仪器主类</a><i></i></li> <li class="ChkHy" id="HY5708" onclick="SureHy(5708)"><a href="javascript:void(0)">仪表大类</a><i></i></li> <li class="ChkHy" id="HY8104" onclick="SureHy(8104)"><a href="javascript:void(0)">噪声控制</a><i></i></li> <li class="ChkHy" id="HY8172" onclick="SureHy(8172)"><a href="javascript:void(0)">环卫清洁</a><i></i></li> <li class="ChkHy" id="HY20455" onclick="SureHy(20455)"><a href="javascript:void(0)">再生资源</a><i></i></li> <li class="ChkHy" id="HY8173" onclick="SureHy(8173)"><a href="javascript:void(0)">新能源</a><i></i></li> <li class="ChkHy" id="HY9426" onclick="SureHy(9426)"><a href="javascript:void(0)">园林景观 </a><i></i></li> <li class="ChkHy" id="HY5711" onclick="SureHy(5711)"><a href="javascript:void(0)">泵-主分类</a><i></i></li> <li class="ChkHy" id="HY5707" onclick="SureHy(5707)"><a href="javascript:void(0)">阀门-主分类</a><i></i></li> <li class="ChkHy" id="HY8373" onclick="SureHy(8373)"><a href="javascript:void(0)">管件|储罐|水箱</a><i></i></li> <li class="ChkHy" id="HY8931" onclick="SureHy(8931)"><a href="javascript:void(0)">干燥设备/混合/制粒</a><i></i></li> <li class="ChkHy" id="HY8886" onclick="SureHy(8886)"><a href="javascript:void(0)">过滤/风机/离心机/锅炉/换热</a><i></i></li> <li class="ChkHy" id="HY8932" onclick="SureHy(8932)"><a href="javascript:void(0)">破碎/粉碎/分选/给料/输送</a><i></i></li> <li class="ChkHy" id="HY10347" onclick="SureHy(10347)"><a href="javascript:void(0)">信息化管理|电子设备</a><i></i></li> <li class="ChkHy" id="HY8723" onclick="SureHy(8723)"><a href="javascript:void(0)">电气设备/工业电器</a><i></i></li> <li class="ChkHy" id="HY9211" onclick="SureHy(9211)"><a href="javascript:void(0)">拖链/五金材料/工具/仓储</a><i></i></li> <li class="ChkHy" id="HY8509" onclick="SureHy(8509)"><a href="javascript:void(0)">机床/防腐/制冷/空分/超声波</a><i></i></li> <li class="ChkHy" id="HY9228" onclick="SureHy(9228)"><a href="javascript:void(0)">节能装备</a><i></i></li> <li class="ChkHy" id="HY8375" onclick="SureHy(8375)"><a href="javascript:void(0)">环保/保温/密封/防水防火材料</a><i></i></li> <li class="ChkHy" id="HY8691" onclick="SureHy(8691)"><a href="javascript:void(0)">生物试剂</a><i></i></li> <li class="ChkHy" id="HY8614" onclick="SureHy(8614)"><a href="javascript:void(0)">环保服务</a><i></i></li> <li class="ChkHy" id="HY5714" onclick="SureHy(5714)"><a href="javascript:void(0)">分析仪器-热搜分类</a><i></i></li> <li class="ChkHy" id="HY5720" onclick="SureHy(5720)"><a href="javascript:void(0)">物性仪器-热搜分类</a><i></i></li> <li class="ChkHy" id="HY5716" onclick="SureHy(5716)"><a href="javascript:void(0)">光学仪器-热搜分类</a><i></i></li> <li class="ChkHy" id="HY7603" onclick="SureHy(7603)"><a href="javascript:void(0)">测量仪器-热搜分类</a><i></i></li> <li class="ChkHy" id="HY5713" onclick="SureHy(5713)"><a href="javascript:void(0)">实验室仪器设备-热搜分类</a><i></i></li> <li class="ChkHy" id="HY5715" onclick="SureHy(5715)"><a href="javascript:void(0)">生命科学仪器-热搜分类</a><i></i></li> <li class="ChkHy" id="HY5718" onclick="SureHy(5718)"><a href="javascript:void(0)">行业专用仪器-热搜分类</a><i></i></li> <li class="ChkHy" id="HY20671" onclick="SureHy(20671)"><a href="javascript:void(0)">其它机械</a><i></i></li> </ul> <div class="userName" style="display:none;"><span></span></div> </dd> </dl> <dl class="regindex" style="display:none;"> <dt><b>*</b>手机:</dt> <dd> <input name="txtMobile" id="txtMobile" type="text" onfocus="reg==true ? ShowText(this,8) : ''" onblur="return r1.ChkMobile()" class="log" maxlength="59" /> <div class="imgdiv"> <img src="images/reg1.jpg" style="display:none;"> </div> <div class="userName" style="display:none;"><span></span></div> </dd> </dl> <!-- <dl class="regindex"> <dt>从业类别:</dt> <dd> <div class="piaochecked on_check"><input name="need_inv" style="height:20px;width:20px;" class="radioclass input" value="1" type="checkbox"><em></em>销售人员</div> <div class="piaochecked"><input name="need_inv" style="height:20px;width:20px;" class="radioclass input" value="1" type="checkbox"><em></em>采购人员</div> <div class="piaochecked"><input name="need_inv" style="height:20px;width:20px;" class="radioclass input" value="1" type="checkbox"><em></em>技术人员</div> <div class="piaochecked"><input name="need_inv" style="height:20px;width:20px;" class="radioclass input" value="1" type="checkbox"><em></em>行业关注者</div> <div class="imgdiv"> <img src="images/reg1.jpg" / style="display:none;"> <img src="images/reg3.jpg" / style="display:none;"> </div> <div class="userName" style="display:none;"><span></span>由3-18个字符A-Z,a-z,0-9组成即可,注册成功后不可修改</div> </dd> </dl> --> <div class="login-main" id="NextToThreeBtnDiv" style="display:none;padding-top: 0px;margin-top: 0px;border: 0px;border-top: 0px;"> <a href="javascript:" onclick="NextStepTow();" class="next">下一步</a> </div> <div class="login-main" id="SaveDataBtnDiv" style="display:none;padding-top: 5px;margin-top: 0px;border: 0px;"> <dl class="regindex" style="display:none;"> <dt><b>*</b>滑动验证:</dt> <dd id="divNumCheck" style="display:none;"> <input name="txtCode" id="txtCode" type="text" style="width: 50px;" class="log" onfocus="reg==true ? ShowText(this,9) : ''" onblur="return r1.ChkSafeCode()" onkeydown="if(event.keyCode==13)NextStepThr()" maxlength="4" /> <div class="codelog"><img src="/UserManage/ValidCode.aspx" onclick="this.src='/UserManage/ValidCode.aspx?'+Math.random()" id="imgCode" style="cursor: pointer;" /> </div> <a href="#" style="display:block;height:37px; width:340px; line-height:37px;" onclick="javascript:document.getElementById('imgCode').src='/UserManage/ValidCode.aspx?' + Math.random();return false;">图片看不清楚,点击换一张</a> <div class="imgDiv"> <img src="images/reg1.jpg" style="display:none;"> </div> <div class="userName" style="display:none;"><span></span></div> </dd> <dd id="divDragCheck"> <div id="drag"></div> </dd> </dl> <!--<dl class="regindex" id="ValidPhone" style="display: none;"> <dt><b>*</b>手机验证码:</dt> <dd> <div class="box"> <i class="verification"></i> <input class="pass" type="text" id="txtMoblieValidCode" onfocus="reg==true ? ShowText(this,22) : ''" onblur="return r1.ChkPhoneVerificationCode()" > <a href="javascript:" class="get-code">获取验证码</a> <div class="imgdiv"> <img src="images/reg1.jpg" style="display:none;"> </div> <div class="userName" style="display:none;"><span></span></div> </div> </dd> </dl>--> <div class="agree" style="display:none" > <div class="piaochecked on_check"><input name="need_inv" style="height:20px;width:20px;" class="radioclass input" value="1" type="checkbox"></div> 您确认阅读并接受<a id="bt3"> 《采购商注册协议》</a> </div> <a href="javascript:" id="OverSendThr" onclick="NextStepThr();" class="next">下一步</a> <div id="dialog" style="display: none;"> <div class="login-sev"> 环保在线 服 务 条 款</div> <div class="login-read"> 请仔细阅读本协议</div> <div class="login-supply"> 环保在线依据以下条件和条款提供您所享有的服务</div> <div style="height:500px;overflow-y:auto"> <p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">【特别提示】&nbsp;您已充分理解,</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">是一个商业贸易采购平台,而并非面向消费者的消费购买市场,当您按照注册页面提示填写信息、阅读并同意协议且完成全部注册程序后,即表示您已充分阅读、理解并接受协议的全部内容,并将基于您的真实贸易</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">采购</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">需求而使用</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">服务。</span></strong></p><p><strong><span style="font-family:微软雅黑; font-size:9pt">&nbsp;</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">一</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">、接受</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">协议</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">1.1&nbsp;本协议内容包括协议正文及所有</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">已经发布或将来可能发布并采取合理途径通知的各类规则。所有规则为协议不可分割的一部分,与协议正文具有同等法律效力。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">1.2您在点击同意本协议之前,应当认真阅读本协议。</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">请您务必审慎阅读、充分理解各条款内容,特别是免除或者限制责任的条款、法律适用和争议解决条款。免除或者限制责任的条款将以粗体下划线标识,您应重点阅读</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">。如您对协议有任何疑问,可向</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">客服咨询。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">1.3当您按照注册页面提示填写信息、阅读并同意本协议且完成全部注册程序,或以任何方式进入</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">并使用服务即表示您已充分阅读、理解并同意接受本协议的条款和条件。</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">阅读本协议的过程中,如果您不同意本协议或其中任何条款约定,您应立即停止注册程序并停止使用服务</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">&nbsp;</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">二</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">、账户注册与使用</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">2</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.1</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">用户资格</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">2</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.1.1您确认,在您完成注册程序或以其他</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">允许的方式实际使用服务时,您应当具备中华人民共和国法律规定的与您行为相适应的民事行为能力。</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">若您不具备前述与您行为相适应的民事行为能力,则您及您的监护人应依照法律规定承担因此而导致的相应后果,且</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">有权终止向您提供服务并注销您的账户</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">。如您代表一家公司或其他法律主体在</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">注册,则您声明和保证,您有权使该公司或该法律主体受本协议的约束。&nbsp;</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">2</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.1.2此外,您还需确保您不是任何国家、国际组织或者地域实施的贸易限制、制裁或其他法律、规则限制的对象,否则您可能无法正常注册及使用服务。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">2</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.2</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">账户注册</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">2</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.2.1在您按照注册页面提示填写信息、阅读并同意本协议且完成全部注册程序后,或在您按照激活页面提示填写信息、阅读并同意本协议且完成全部激活程序后,或您以其他</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">允许的方式实际使用</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">服务时,您即受本协议的约束。您可以使用您提供或确认的手机号码或者</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">允许的其它方式作为登录手段进入</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">2</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.2.</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">2</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">由于您的账户关联您的信息及</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">商业信息,您的账户仅限您本人使用。未经</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">同意,您直接或间接授权第三方使用您账户或获取您账户项下信息的行为无效。如</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">根据您账户的使用行为等情况判断您账户的使用可能危及您的账户安全及/或</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">信息安全的,</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">可拒绝提供相应服务或终止本协议。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">2</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.3</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">账户转让</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">由于用户账户关联用户信用信息,仅当有法律明文规定、司法裁定或经</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">同意,并符合</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">规则规定的账户转让流程的情况下,您可进行账户的转让。您的账户一经转让,该账户项下权利义务一并转移。</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">除此外,您的账户不得以任何方式转让,否则</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">有权追究您的违约责任,且由此产生的相应责任均由您承担</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">2</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.4</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">实名认证</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">为使您更好地使用</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">的各项服务,保障您的账户安全,</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">可要求您按国家法律法规的规定完成实名认证。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">2</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">5</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">注册信息管理</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">2</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">5</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.1在完成注册或激活流程时,您应当按</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">相应页面的提示准确完整地提供并及时更新您的信息,以使之始终保持真实、及时,完整和准确。在国家法律法规有明确规定要求</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">作为平台服务提供者必须对用户(如卖家等)的信息进行核实的情况下,</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">将依法不时地对您的信息进行检查核实,您应当配合提供最新、真实、完整、有效的信息。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">2</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">5</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.2</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">如</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">按您最后一次提供的信息与您联系未果、您未按</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">的要求及时提供信息、您提供的信息存在明显不实或行政司法机关核实您提供的信息无效的,您将承担因此对您自身、他人及</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">造成的全部损失与不利后果。</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">可向您发出询问或要求整改的通知,并要求您进行重新认证,直至中止、终止对您提供部分或全部</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">服务,除法律明确规定外</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">对此不承担责任</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">2</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">5</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.3</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">您设置的账户登录名及昵称不得违反国家法律法规及</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">规则的相应管理规定,否则</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">可回收您的登录名及昵称</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">,并按</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">规则进行相应的处理。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">2</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">6</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">账户安全&nbsp;</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">2</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">6</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.1您的账户为您自行设置并由您保管,</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">任何时候均不会主动要求您提供您的账户密码。因此,建议您务必保管好您的账户,并确保您在每个上网时段结束时退出登录并以正确步骤离开</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">。</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">账户因您主动泄露或因您遭受他人攻击、诈骗等行为导致的损失及后果,</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">并不承担责任,您应通过司法、行政等救济途径向侵权行为人追偿</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">2</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">6</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.2除</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">存在过错外,</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">您应对您账户项下的所有行为结果(包括但不限于在线签署各类协议、发布信息、询/报价、采购产品、订购服务及披露信息等)负责</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">2</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">6</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.3如发现任何未经授权使用您账户登录</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">或其他可能导致您账户遭窃、遗失的情况,建议您立即通知</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">。</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">您理解</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">对您的任何请求采取行动均需要合理时间,且</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">应您请求而采取的行动可能无法避免或阻止侵害后果的形成或扩大,除</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">存在法定过错外,</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">不承担责任</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">&nbsp;</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">三</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">、服务及规范</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">您有权在</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">上享受</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">商铺</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">管理、产品及/或服务的报价、销售与推广、产品及/或服务的询价、采购与评价、交易争议处理等服务。</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">提供的服务内容众多,具体您可登录</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">浏览。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">3</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.1</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">商铺</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">管理</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">3</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.1.1通过在</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">创建</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">商铺</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">,您可发布各类产品及/或服务信息,并与其他用户达成交易。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">3</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.1.2由于</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">商铺</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">与账户的不可分性,</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">商铺</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">转让实质为</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">商铺</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">经营者账户的转让,</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">商铺</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">转让的相关要求与限制请适用本协议</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">2</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.3</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">账户转让</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">条款。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">3</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.1.3如您通过下架全部产品短暂关停您的</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">商铺</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">,您仍应当对您</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">商铺</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">关停前已达成的交易继续承担发货、纠纷及投诉处理等交易保障责任。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">3</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.2</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">产品及/或服务的报价、销售与推广</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">3</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.2.1通过</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">提供的服务,您有权通过文字、图片等形式在</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">上发布产品及/或服务信息、进行报价、招揽和物色交易对象、达成交易。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">3</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.2.2您应当确保您对您在</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">上发布的产品及/或服务享有相应的权利,</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">您不得在</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">上销售以下产品及/或提供以下服务</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">:</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">(一)国家禁止或限制的</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">;</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">(二)侵犯他人知识产权或其它合法权益的</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">;</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">(三)</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">规则、公告、通知或各平台与您单独签署的协议中已明确说明不适合在</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">上销售及/或提供的</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">3</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.2.3</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">您应当遵守诚实信用原则,确保您所发布的产品及/或服务信息真实、与您实际所销售的产品及/或提供的服务相符,并在交易过程中切实履行您的交易承诺。您应当维护</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">良性的市场竞争秩序,不得贬低、诋毁竞争对手,不得干扰</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">上进行的任何交易、活动,不得以任何不正当方式提升或试图提升自身的信用度,不得以任何方式干扰或试图干扰</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">的正常运作。</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">3</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.2.4您有权自行决定产品及/或服务的促销及推广方式,</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">亦为您提供了形式丰富的促销推广工具。</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">您的促销推广行为应当符合国家相关法律法规及</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">的要求</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">3</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.2.5</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">依法纳税是每一个公民、企业应尽的义务,您应对销售额/营业额超过法定免征额部分及时、足额地向税务主管机关申报纳税</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:宋体; font-size:12pt">。</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">3</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.3</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">产品及/或服务的询价、采购与评价</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">3</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.3.1当您在</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">询价、采购产品及/或服务时,请您务必仔细确认采购产品的品名、价格、数量、型号、规格、尺寸或服务的时间、内容、限制性要求等重要事项,并在采购下单时核实您的联系地址、电话、收货人等信息。</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">如您填写的收货人非您本人,则该收货人的行为和意思表示产生的法律后果均由您承担</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">3</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.3.2</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">您充分了解并同意,</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">是一个商业贸易采购平台,而并非面向消费者的消费购买市场,故您的询价、采购行为应当基于真实的贸易需求,不得存在对产品及/或服务实施恶意询价、采购、恶意维权等扰乱</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">正常交易秩序的行为。基于维护</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">交易秩序及交易安全的需要,</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">发现上述情形时可主动执行关闭相关交易订单等操作</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">3</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.3.3您有权在</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">提供的评价系统中对与您达成交易的其他用户产品及/或服务进行评价。您的所有评价行为应遵守</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">规则的相关规定,评价内容应当客观真实,不应包含任何污言秽语、色情低俗、广告信息及法律法规与本协议列明的其他禁止性信息;您不应以不正当方式帮助他人提升信用或利用评价权利对其他用户实施威胁、敲诈勒索。</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">可按照</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">规则的相关规定对您实施上述行为所产生的评价信息进行删除或屏蔽</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">3</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.3.4&nbsp;如您在</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">询价、采购的产品及/或服务为用于对外出口的商品及/或服务:</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">3</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.3.4.1&nbsp;您承诺遵守所有适用的进出口管制、贸易限制与经济制裁相关法律法规。 如您违反前述承诺的,</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">可在发现上述情形时停止提供相关服务。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">3</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.3.4.2您需确保您不是任何国家、地区或国际组织实施的贸易限制、经济制裁或其他法律法规限制的对象,也未直接或间接为前述对象提供资金、商品或服务,否则您应当停止使用</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">提供的服务,同时您理解违反前述要求可能会造成您无法正常注册及使用</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">服务。</span></p><p style="margin-left:0.0000pt; margin-right:0.0000pt"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">3</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.3.5&nbsp;针对通过</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">平台取得的商品、服务、软件及技术,您承诺遵守所有适用的进出口管制、贸易限制与经济制裁相关法律法规,包括联合国安全理事会、中国、美国及任何其他国家制定并执行的制裁决议、法律法规。基于维护交易秩序及交易安全的需要,如您违反前述承诺的,</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">可在发现上述情形时终止服务及主动执行关闭相关交易订单及作出账户处置等操作。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">3</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.4</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">交易争议处理</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">3</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.4.1&nbsp;您可通过</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">所支持的交易方式与其他用户达成交易,并遵守相应交易与支付规则。您理解并同意,</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">仅作为用户物色交易对象,就产品和服务的交易进行协商,以及获取各类与贸易相关的服务的地点,</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">不会参与用户间的交易,亦不会涉及用户间因交易而产生的法律关系及法律纠纷</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">3</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.4.2您在</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">交易过程中与其他用户发生争议的,您或其他用户中任何一方均有权选择以下途径解决:</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">(一)与争议相对方自主协商;</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">(二)使用</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">提供的争议调处服务;</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">(三)向有关行政部门投诉;</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">(四)根据与争议相对方达成的仲裁协议(如有)提请仲裁机构仲裁;</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">(五)向人民法院提起诉讼。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">3</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.4.3如您依据</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">规则使用</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">的争议调处服务,则表示您认可并愿意履行</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">的客服作为独立的第三方根据其所了解到的争议事实并依据</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">规则所作出的调处决定(包括调整相关订单的交易状态、判定将争议款项的全部或部分支付给交易一方或双方、执行相应的保证金赔付等)。在</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">调处决定作出前,您可选择上述其他争议处理途径解决争议以中止</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">的争议调处服务。</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">如您对调处决定不满意,您仍有权采取其他争议处理途径解决争议,但通过其他争议处理途径未取得终局决定前,您仍应先履行调处决定</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">。</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">&nbsp;</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">四</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">、费用</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">4</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.1</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">为</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">向您提供的服务付出了大量的成本,除</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">明示的收费业务外,</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">向您提供的服务目前是免费的。如未来</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">向您收取合理费用,</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">会采取合理途径并提前通过法定程序以本协议约定的有效方式通知您,确保您有充分选择的权利。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">4</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.2您因进行交易、向</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">获取有偿服务或接触</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">服务器而发生的所有应纳税赋,以及相关硬件、软件、通讯、网络服务及其他方面的费用均由您自行承担。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">&nbsp;</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">五</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">、责任限制</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">5</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.1</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">依照法律规定履行基础保障义务,但对于下述不可抗力或其他第三人因素原因导致的合同履行障碍、履行瑕疵、履行延后或履行内容变更等情形,</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">并不承担相应的违约责任</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">:</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">(一)因自然灾害、罢工、暴乱、战争、政府行为、司法行政命令等不可抗力因素</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">;</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">(二)因电力供应故障、通讯网络故障等公共服务因素或第三人因素</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">;</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">(三)在</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">已尽善意管理的情况下,因常规或紧急的设备与系统维护、设备与系统故障、网络信息与数据安全等因素</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">5</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.2</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">仅向您提供本协议约定之服务,您了解</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">上的信息系用户自行发布,且可能存在风险和瑕疵。</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">将通过依照法律规定建立相关检查监控制度尽可能保障您在</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">的合法权益及良好体验。同时,</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">鉴于</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">具备存在海量信息及信息网络环境下信息与实物相分离的特点,</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">作为网络交易平台无法逐一审查产品及/或服务的信息,无法逐一审查交易所涉及的产品及/或服务的质量、安全以及合法性、真实性、准确性,对此您应谨慎判断,如发现存在危害信息和行为,请您及时同</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">进行联系和投诉,</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">将对有害信息和行为进行处理</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">5</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.3&nbsp;您理解并同意,在争议调处服务中,</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">的客服并非专业人士,仅能以普通人的认知对用户提交的凭证进行判断,</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">不保证争议调处决定一定符合您的期望,除法律明确规定及存在故意或重大过失外,</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">对争议调处决定不承担责任</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><br></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">六</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">、用户信息的保护及授权</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">6</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.1</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">个人信息的保护</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">非常重视用户个人信息(即能够独立或与其他信息结合后识别用户身份的信息)的保护,在您使用</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">提供的服务时,您同意</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">按照在</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">上公布的隐私政策收集、存储、使用、披露和保护您的个人信息。</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">希望通过隐私政策向您清楚地介绍</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">对您个人信息的处理方式,因此</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">建议您完整地阅读隐私政策</span><span style="color:rgb(0,0,0); font-family:宋体; font-size:12.0000pt">,</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">以帮助您更好地保护您的隐私权。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">6</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.2</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">非个人信息的保证与授权</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">6</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.2.1您声明并保证,您对您所发布的信息拥有相应、合法的权利。否则,</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">可对您发布的信息依法或依本协议进行删除或屏蔽</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">6</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.2.2</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">您应当确保您所发布的信息不包含以下内容</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">:</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">(一)违反国家法律法规禁止性规定的</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">;</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">(二)政治宣传、封建迷信、淫秽、色情、赌博、暴力、恐怖或者教唆犯罪的</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">;</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">(三)欺诈、虚假、不准确或存在误导性的</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">;</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">(四)侵犯他人知识产权或涉及第三方商业秘密及其他专有权利的</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">;</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">(五)侮辱、诽谤、恐吓、涉及他人隐私等侵害他人合法权益的</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">;</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">(六)存在可能破坏、篡改、删除、影响</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">任何系统正常运行或未经授权秘密获取</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">及其他用户的数据、个人资料的病毒、木马、爬虫等恶意软件、程序代码的</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">;</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">(七)其他违背社会公共利益或公共道德或依据相关</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">协议、规则的规定不适合在</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">上发布的</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">6</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.2.3对于您提供、发布及在使用</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">服务中形成的除个人信息外的文字、图片、视频、音频等非个人信息,均不会因您的上传、发布等行为发生知识产权、肖像权等权利的转移。除非</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">另行明确说明,在法律允许的范围和</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">法律规定的保护期限内,您免费授予</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">及其关联公司获得非排他的、无地域限制的许可使用(包括存储、使用、复制、修订、编辑、发布、展示、翻译、分发您的非个人信息或制作其派生作品,并以已知或日后开发的形式、媒体或技术将上述信息纳入其它作品内等)权利及可再授权给其他第三方使用的权利,以及可以自身名义对第三方侵权行为取证及提起诉讼的权利。</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">6</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.2.4为方便您使用</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">、</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">在线支付</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">等其他相关服务,</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">您授权</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">将您在账户注册和使用</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">服务过程中提供、形成的信息传递给支付宝</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">、</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">银行</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">等其他相关服务提供者,或从支付宝</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">、</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">银行</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">等其他相关服务提供者获取您在注册、使用相关服务期间提供、形成的信息</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">&nbsp;</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">七</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">、用户的违约及处理</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">7</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.1</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">违约认定</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">发生如下情形之一的,视为您违约:</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">(一)使用</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">服务时违反有关法律法规规定的;</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">(二)违反本协议约定的。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">为适应电子商务发展和满足海量用户对高效优质服务的需求,您理解并同意,</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">可在</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">规则中约定违约认定的程序和标准。如:</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">可依据您的用户数据与海量用户数据的关系来认定您是否构成违约;您有义务对您的数据异常现象进行充分举证和合理解释,否则将被认定为违约。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">7</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.2</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">违约处理措施</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">7</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.2.1您在</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">上发布的信息构成违约的,</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">可根据相应规则立即对相应信息进行删除、屏蔽处理或对您的产品进行下架、删除、监管</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">7</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.2.2您在</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">上实施的行为,或虽未在</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">上实施但对</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">及其用户产生影响的行为构成违约的,</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">可依据相应规则对您执行账户扣分、限制参加营销活动、中止向您提供部分或全部服务、划扣违约金等处理措施。如您的行为构成根本违约的,</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">可关闭您的账户,终止向您提供服务</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">7</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.2.3当您违约的同时存在欺诈、售假、盗用他人账户等特定情形或您存在危及他人交易安全或账户安全风险时,</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">会依照您行为的风险程度指示支付宝公司</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">、</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">银行等</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">对您的(及您账户绑定的,下同)支付宝账户采取取消收款、资金止付等强制措施</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">7</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.2.4</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">可将对您上述违约行为处理措施信息以及其他经国家行政或司法机关生效法律文书确认的违法信息在</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">上予以公示</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">7</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.3</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">赔偿责任</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">7</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.3.1</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">如您的行为使</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">及/或其关联公司遭受损失,您应根据本协议履行赔偿责任,您需赔偿</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">及/或其关联公司的因此遭受的损失(如有)</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">包括:</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">(一)支付的合理律师费、诉讼费、消除影响所支出的必要费用;</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">(二)因行政处罚、司法裁判、法定标准范围内的调解等对外支出的罚款、违约金或赔偿金;</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">(三)商誉损失、合理预期利益损失(如会员的流失、支出减少、消费频次降低及店铺经营者收入减少等),具体金额可以第三方独立合理分析、</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">根据大数据合理分析及其他计算收益、损失的合理方法所得出的相关估算标准作为计算依据;</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">(四)因此遭受的其他损失。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">7</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.3.2</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">如您的行为使</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">及/或其关联公司遭受第三人主张权利,</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">及/或其关联公司可在对第三人承担金钱给付等义务后就全部损失向您追偿</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">7</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.3.</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">3</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">您</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">的保证金</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">不足以支付上述赔偿款项的,</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">及/或关联公司可直接抵减您在</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">及/或其关联公司其它协议项下的款项及/或权益,并可继续追偿</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">7</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.3.</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">4</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">&nbsp;</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">因故意或重大过失违约导致您利益受损的,</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">将以您的直接实际损失为计算依据向您履行赔偿责任。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">7</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.4</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">特别约定</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">7</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.4.1如您向</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">及/或其关联公司的雇员或顾问等提供实物、现金、现金等价物、劳务、旅游等价值明显超出正常商务洽谈范畴的利益,则可视为您存在商业贿赂行为。</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">发生上述情形的,</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">可按照</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">规则进行相应处理,并经提前通知后终止与您的所有合作并向您收取违约金及/或赔偿金,该等金额以</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">因您的贿赂行为而遭受的经济损失和商誉损失作为计算依据</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">7</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.4.2</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">如您因严重违约导致</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">终止本协议时,出于维护平台秩序及保护其他用户合法权益的目的,</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">及/或其关联公司可对与您在其他协议项下的合作采取中止甚或终止协议的措施,并以本协议约定的有效方式通知您。</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">7</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.4.3</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">如</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">与您签署的其他协议及</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">及/或其关联公司与您签署的协议中明确约定了对您在本协议项下合作进行关联处理的情形,则</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">出于维护平台秩序及保护其他用户合法权益的目的,可在收到指令时中止甚至终止协议,并以本协议约定的有效方式通知您</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">&nbsp;</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">八</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">、协议的变更</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">8</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.1</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">可根据国家法律法规变化及维护市场秩序、保护用户合法权益需要,不时修改本协议、补充协议,变更后的协议、补充协议(下称“变更事项”)将通过法定程序并以本协议约定的有效通知方式通知您。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">8</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.2如您不同意变更事项,您有权于变更事项确定的生效日前联系</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">反馈意见。如反馈意见得以采纳,</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">将酌情调整变更事项。</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">如您对已生效的变更事项仍不同意的,您应当于变更事项确定的生效之日起停止使用</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">服务,变更事项对您不产生效力;如您在变更事项生效后仍继续使用</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">服务,则视为您同意已生效的变更事项</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">&nbsp;</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">九</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">、有效通知</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">9</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.1</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">有效联系方式</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">您在注册成为</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">用户,并接受</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">服务时,您应该向</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">提供真实有效的联系方式(包括您的电子邮件地址、联系电话、联系地址等),对于联系方式发生变更的,您有义务及时更新有关信息,并保持可被有效联系的状态。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">您在注册</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">用户时生成的用于登陆</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">接收系统消息和</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">兴旺通</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">等即时信息的会员账户(包括子账户),也作为您的有效联系方式。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">将向您的上述联系方式的其中之一或其中若干向您送达各类通知,而此类通知的内容可能对您的权利义务产生重大的有利或不利影响,请您务必及时关注</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">您有权通过您注册时填写的手机号码或者电子邮箱获取您感兴趣的产品/服务广告信息、促销优惠等商业性信息;</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">您如果不愿意接收此类信息,您有权通过</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">提供的相应的退订功能进行退订</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">9</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.2</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">通知的送达</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">9</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.2.1</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">通过上述联系方式向您发出通知,其中以电子的方式发出的书面通知,包括但不限于在</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">公告,向您提供的联系电话发送手机短信,向您提供的电子邮件地址发送电子邮件,向您的账户发送</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">兴旺通</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">信息、系统消息,在发送成功后即视为送达;以纸质载体发出的书面通知,按照提供联系地址交邮后的第五个自然日即视为送达。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">9</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.2.2对于在</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">上因交易活动引起的任何纠纷,您同意司法机关(包括但不限于人民法院)可以通过手机短信、电子邮件或</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">兴旺通</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">等现代通讯方式或邮寄方式向您送达法律文书(包括但不限于诉讼文书)。您指定接收法律文书的手机号码、电子邮箱或</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">兴旺通账号</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">等联系方式为您在</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">注册、更新时提供的手机号码、电子邮箱联系方式以及在注册</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">用户时生成</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">兴旺通</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">账号,司法机关向上述联系方式发出法律文书即视为送达。您指定的邮寄地址为您的法定联系地址或您提供的有效联系地址。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">您同意司法机关可采取以上一种或多种送达方式向您达法律文书,司法机关采取多种方式向您送达法律文书,送达时间以上述送达方式中最先送达的为准。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">您同意上述送达方式适用于各个司法程序阶段。如进入诉讼程序的,包括但不限于一审、二审、再审、执行以及督促程序等。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">你应当保证所提供的联系方式是准确、有效的,并进行实时更新。如果因提供的联系方式不确切,或不及时告知变更后的联系方式,使法律文书无法送达或未及时送达,由您自行承担由此可能产生的法律后果。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">&nbsp;</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">十</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">、协议终止</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">10</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.1</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">协议终止的情形</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">10</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.1.1您有权通过以下任一方式终止本协议:</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">(一)在满足</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">要求的账户注销条件时您通过网站自助服务注销您的账户的;</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">(二)变更事项生效前您停止使用</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">服务并明示不愿接受变更事项的;</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">(三)您明示不愿继续使用</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">服务,且符合</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">要求的终止条件的。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">1</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">0</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.1.2出现以下情况时,</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">可以本协议约定的有效方式通知您终止本协议:</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">(一)您的实名认证身份无效、不再合法存续或无法有效核实;</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">(二)您违反本协议约定,</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">依据违约条款终止本协议的;</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">(三)您盗用他人账户、发布违禁信息、欺诈、售假、扰乱市场秩序、采取不正当手段牟利等行为,</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">依据</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">规则对您的账户予以关闭的;</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">(四)除上述情形外,因您多次违反</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">规则相关规定且情节严重,</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">依据</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">规则对您的账户予以关闭的;</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">(五)您的账户被</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">依据本协议回收的;</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">(六)</span><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">基于合理理由相信您的行为可能会使您、</span><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">及</span><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">用户等相关方发生严重损害或产生法律责任;</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">(</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">七</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">)其它应当终止服务的情况。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">1</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">0</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.2</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">协议终止后的处理</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">1</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">0</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.2.1本协议终止后,除法律有明确规定外,</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">无义务向您或您指定的第三方披露您账户中的任何信息。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">1</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">0</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.2.2本协议终止后,</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">仍享有下列权利:</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">(一)继续保存您留存于</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">的本协议</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">第八条</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">所列的各类信息;</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">(二)对于您过往的违约行为,</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">仍可依据本协议向您追究违约责任。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">1</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">0</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.2.3</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">本协议终止后,对于您在本协议存续期间产生的交易订单,</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">可通知交易相对方并根据交易相对方的意愿决定是否关闭该等交易订单;如交易相对方要求继续履行的,则您应当就该等交易订单继续履行本协议及交易订单的约定,并承担因此产生的任何损失或增加的任何费用</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">&nbsp;</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">十</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">一</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">、链接</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">或第三者均可提供与其他万维网网站或资源的链接。由于</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">并不控制该等网站和资源,您理解并同意,</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">并不对该等外在网站或资源的可用性负责,且不认可该等网站或资源上或可从该等网站或资源获取的任何内容、宣传、产品、服务或其他材料,也不对其等负责或承担任何责任。您进一步理解和同意,对于任何因使用或信赖从此类网站或资源上获取的此类内容、宣传、产品、服务或其他材料而造成(或声称造成)的任何直接或间接损失,除非法律明确规定应由</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">承担责任情形外,</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">均不承担责任</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">。&nbsp;</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">&nbsp;</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">十</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">二</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">、法律适用、管辖及其他</span></strong></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">1</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">2</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.1</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">本协议之效力、解释、变更、执行与争议解决均适用中华人民共和国大陆地区法律;如无相关法律规定的,则应参照商业惯例和(或)行业惯例</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">。&nbsp;</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">1</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">2</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.2您与</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">仅为独立订约人关系。本协议无意结成或创设任何代理、合伙、合营、雇佣与被雇佣或特性授权与被授权关系。&nbsp;</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">1</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">2</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.3</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">除双方另有约定外,您同意</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">因经营业务需要有权将本协议项下的权利义务就部分或全部进行转让,并采取合理途径提前通过法定程序以本协议约定的有效方式通知您</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">。&nbsp;</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">1</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">2</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.4</span><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">因本协议或</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">服务所引起或与其有关的任何争议,由</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">环保在线</span></strong><strong><span style="color:rgb(0, 0, 0); font-family:微软雅黑; font-size:10.5pt">与您协商解决。协商不成时,任何一方均可向被告住所地人民法院提起诉讼</span></strong><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">。</span></p><p style="margin-left:0.0000pt; margin-right:9.7500pt; text-align:justify"><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">1</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">2</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">.5倘若本协议任何条款被裁定为无效或不可强制执行,该项条款应被撤销,而其余条款应予遵守和执行。条款标题仅为方便参阅而设,并不以任何方式界定、限制、解释或描述该条款的范围或限度。</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">未就您或其他人士的某项违约行为采取行动,并不表明</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">环保在线</span><span style="color:rgb(0,0,0); font-family:微软雅黑; font-size:10.5000pt">撤回就任何继后或类似的违约事件采取行动的权利。</span></p> </div> </div> </div> </div> <div class="b-promptMessage_Bg" id="zhuce1"></div> <div class="b-promptMessage" id="zhuce"> <div class="b-promptMessage_title"><h4>提示</h4><a class="close">×</a></div> <div class="personalInfo"> <p>您的手机号已注册过本网采购商会员,点击确认进入采购中心</p> <p><a href="/PurchasManage/Default.aspx" class="clickOK">确认</a><a href="javascript:location.reload()" class="clickCancel">取消</a></p> </div> </div> <div class="b-promptMessage_Bg" id="Hyxuanze1"></div> <div class="b-promptMessage" id = "Hyxuanze" style = "display:none"> <div class="b-promptMessage_title"><h4>提示</h4><a class="close">×</a></div> <div class="personalInfo"> <p>最多只可选择4个感兴趣的产品</p> <p><a href="javascript:jq('#Hyxuanze').hide();jq('.b-promptMessage_Bg').hide();" style="margin-right:0;" class="clickOK">确认</a></p> </div> </div> <div class="b-promptMessage_Bg" id="yanzheng1"></div> <div class="b-promptMessage" id="yanzheng"> <div class="b-promptMessage_title"><h4>提示</h4><a class="close">×</a></div> <div class="personalInfo"> <p>页面停留时间过长手机验证码已失效,请刷新页面重新验证,是否确认刷新?</p> <p><a href="javascript:location.reload()" class="clickOK">确认</a><a href="javascript:jq('#yanzheng1').hide();jq('#yanzheng').hide()" class="clickCancel">取消</a></p> </div> </div> <script> // 关闭弹窗 $('.b-promptMessage_title .close').click(function(){ $('.b-promptMessage_Bg').hide(); $('.b-promptMessage').hide(); $('body').removeClass('b-hide'); }) </script> </div> <!--foot--> <div id="footer"> <div class="footer"> <span><a href="https://www.hbzhan.com/service/Service21.html" target="_blank">关于我们</a>|<a href="/service/service1.html" target="_blank">本站服务</a>|<a href="/service/service3.html" target="_blank">会员服务</a>|<a href="/service/service17.html" target="_blank">企业建站</a>|<a href="http://www.mtnets.com/website.html" target="_blank">旗下网站</a>|<a href="/link/" target="_blank">友情链接</a>|<a href="/product/newtype.html" target="_blank">产品分类浏览</a>|<a href="/update/newproduct.html" target="_blank">产品发布</a>|<a href="https://www.hbzhan.com/Feature/zt/zc/index.html">频道</a></span> <b>Copyright <script>var year = new Date();document.write(year.getFullYear());</script> hbzhan.com All Rights Reserved<strong></strong>法律顾问:浙江天册律师事务所 贾熙明律师</b> <b>客服热线:0571-87209775<strong></strong>加盟热线:0571-87756380<strong></strong>媒体合作:0571-87759680</b> </div> <br class="clear"> </div> <script> jQuery('.get-code').click(function () { return SendMobileValidLoginCodeByIndustyPC(); }); </script> <script type='text/javascript' src='/UserManage/JS/AdvertiseTotle.js?v=202411270301'></script> </body> </html>