1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta name="MobileOptimized" content="240"/>
- <meta name="viewport" content="width=device-width; initial-scale=1.4; minimum-scale=1.0; maximum-scale=1.4"/>
- <title>出租车运价知识与计价器使用</title>
- <style>
- html, body, div, span, applet, object, iframe, table, caption,
- tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,
- kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
- h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
- acronym, address, big, cite, code, dl, dt, dd, ol, ul, li,
- fieldset, form, label, legend {
- padding: 0;
- margin: 0;
- border: 0;
- list-style:none;
- }
- html {
- height:100%;
- }
- body {
- line-height:3em;
- min-height:100%;
- color:#444;
- -webkit-text-size-adjust:none;
- font-family: "微软雅黑";font-size:62.5%; }
- body, div, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {margin:0;padding:0;}
- header, footer, section, article, nav, figure, figcaption, aside, canvas { display:block}
- ul, li {list-style:none;margin:0;padding:0;}
- input, textarea {
- margin: 0;
- padding: 0;
- border:none;
- border-radius: 0;
- -webkit-border-radius:0;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- -o-box-sizing: border-box;
- -ms-box-sizing: border-box;
- box-sizing: border-box;
- }
- img {border:none}
- a {text-decoration:none;color:#444}
- /*select{height:22px; line-height:18px; padding:2px 0;font-size: 12px;}*/
- input, img {vertical-align:middle}
- /* iphone按钮初始化 */
- input[type="submit"], input[type="reset"], input[type="button"], button {-webkit-appearance: none;}
- .content{ padding:15px 15px 25px 15px; font-family:"微软雅黑";}
- .content h6{font-size:1.3em; color:#5d5d5d; margin-bottom:1.1em; line-height:1.3em; margin-top:1em; }
- .content h2{ font-size:1.6em; color:#5d5d5d;}
- .content p{font-size:1.2em; color:#606060; line-height:1.5em; margin-bottom:0.5em;}
- .content span{font-size:1.2em; color:#535353; line-height:1.5em; margin-bottom:0.5em;}
- .content img{width:100%;}
- </style>
- </head>
- <body>
- <div class="content">
- <h2>出租车运价知识与计价器使用</h2>
- <p>1、出租车驾驶员在与乘客结算车费时应报计价器显示车费数额,唱收唱付,将客票和找补零钱同时交到乘客手中,并向乘客致谢。</p>
- <p>2、出租车在营运途中如发生故障不能行驶时,应向乘客说明原因,请乘客等候,及时检修排除故障,如故障一时无法排除,应请乘客改乘其他车辆,少收或免收车费。</p>
- <p>3、电召出租汽车是指通过电话、网络、路边呼叫装置、呼叫终端等方式呼叫出租汽车。乘客可通过电话预约出租服务,智能调度中心系统通过.驾驶员抢答后自动决策分配最近的出租汽车前去载客。电召可以减少乘客等车时间;减少出租汽车空载时间。电召出租汽车属于车辆调度范畴,调度的目的就是合理分配路网中的出租汽车,有效降低出车空驶率,满足人民群众约车需要。</p>
- <p>4、出租汽车有下列情形之一的,乘客有权拒绝支付车费:无计价器,有计价器不使用或利用计价器作弊的;驾驶员拒不出具出租车当次有效专用发票的;由于驾驶员原因或车辆故障无法完成运送服务的;未经乘客同意另载他人或故意绕行的。</p>
- <p>5、驾驶员如果存在拒载、议价、途中甩客或者故意绕道行驶,未经乘客同意搭载其他乘客,不按规定使用计价器、出具相应车费票据、不使用文明用语,车容车貌不符合要求等违规行为,将面临警告或者50元以上200元以下罚款。</p>
- <p>6、计价器显示的车费不包含车辆通行费,一般不含燃油附加费,出租汽车驾驶员应向乘客告之并做好解释工作,如实向乘客收费,不得向乘客收取返程的通行费。</p>
- <p>7、出租汽车无计价器、有计价器不使用或利用计价器作弊乱收费的,由县级以上道路运输管理机构责令停止违法行为,并处以一千元以上三千元以下罚款。按照现在执行的有关规定,驾驶员不出具出租车专用发票的乘客可拒付车费,《条例》则对这一规定进行了细化,明确为“当次有效专用发票”。也就是说,如果司机拒不出具乘客当时打车的发票,乘客也可拒绝付费。</p>
- </div>
- </body>
- </html>
|