1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0,minimum-scale=1.0,user-scalable=0" />
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <title>钱多记账会员自动续费服务协议</title>
- <style type="text/css">
- body, div, button, h3, h6, span, ul, li, p, a,input{
- font-family: -apple-system,SF UI Text,Helvetica Neue,Helvetica,Arial,sans-serif;
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
- padding: 0;
- margin: 0;
- box-sizing: inherit;
- font-weight: normal;
- }
- body {
- margin-top: .2rem;
- }
- ol,li,ul,dl{list-style:none}
- body{width: 100%;background: #F6F7F9; height: 100%;padding-bottom: 0.4rem;}
- p{font-size: 0.14rem;width: 90%;margin: auto;margin-bottom: 0.1rem;}
- p:nth-of-type(1){margin-top: 0.2rem;}
- h3{font-size: 0.14rem;font-weight: bold;width: 90%;margin: auto;margin-bottom: 0.1rem;}
- h4{font-size: 0.14rem;width: 90%;margin: auto;margin-bottom: 0.1rem;}
- ul{margin-bottom: 0.1rem;}
- ul li{font-size: 0.14rem;width: 90%;margin: auto;text-indent: 1em;}
- </style>
- </head>
- <body>
- <h3 style="text-align: center;">钱多记账会员自动续费服务协议</h3>
- <h3>本规则被视为《会员服务协议》的补充协议,是其不可分割的组成部分,与其构成统一整体,如本规则与《会员服务协议》存在冲突的,以本规则为准。如您需使用钱多记账VIP自动续费服务,则需同意本规则。 您理解并同意:</h3>
- <p>1、服务名称:自动续费。</p>
- <p>2、本服务是在您已开通钱多记账VIP服务的前提下,为您提供的自动续费服务。如您开通钱多记账VIP服务,则视为您授权钱多记账VIP有权在您的钱多记账VIP服务即将到期时,从您的iTunes账户(以下统称“账户”)余额中代扣下一个计费周期包月费。该服务实现的前提是可成功从上述账户中扣款,因上述账户中可扣款余额不足导致的续费失败,由您自行承担。</p>
- <p>钱多记账VIP有三种订购方式可供选择:</p>
- <p>第一种:10元/1个月,每1个月自动续订。</p>
- <p>第二种:26元/3个月,每3个月自动续订。</p>
- <p>第三种:88元/12个月,每12个月自动续订。</p>
- <p>3、购买自动续费钱多记账VIP的账号,会在到期前24小时,自动续订并扣除相应费用。如已开通3个月钱多记账VIP自动续费服务,则钱多记账VIP服务到期前自动从账户扣费并延长3个月钱多记账VIP有效期。在不同时间点购买不同月份的自动续费会员情况下,将以最后开通的自动续费会员为准。如已开通1个月钱多记账VIP自动续费,在本月又开通了3个月钱多记账VIP自动续费,则服务到期前自动从账户扣费并延长3个月钱多记账VIP有效期。</p>
- <p>4、如需取消自动续订,请至少提前24小时操作取消。您可通过下述方式中止或终止本服务: 苹果应用内支付(IAP支付,in-app purchase)自动续费用户退订方法如下: 打开苹果手机“设置” --> 进入“iTunes Store 与 App Store”-->点击 “Apple ID”,选择"查看Apple ID",进入"账户设置"页面,点击“订阅”,选择钱多记账VIP取消订阅即可。</p>
- <p>5、同一个appleid只能给一个钱多记账账号开通自动续费服务。</p>
- <p>北京酷炫网络技术有限公司 Copyright © 2017 钱多记账 All Rights Reserved</p>
- </body>
- <script type="text/javascript">
- document.documentElement.style.fontSize = 100 * (document.documentElement.clientWidth/375) + "px";
- window.onresize = function(){
- document.documentElement.style.fontSize = 100 * (document.documentElement.clientWidth/375) + "px";
- }
- </script>
- </html>
|