CINXE.COM

404

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no minimal-ui"> <title>404</title> <!-- <link rel="stylesheet" type="text/css" href="style.css"> --> <style> .pc { width: 100%; display: block; } .mobile { background-color: #fff; width: 100%; display: none; } .pc-img { max-width: 100%; vertical-align: middle; border: none; } .pc .pc-body { overflow: hidden; margin: 0 auto; width: 83%; height: 657px; } .pc .pc-body .pc-contents { float: left; width: 42%; margin: 0 auto; padding: 180px 0 100px 100px; } .pc .pc-body .pc-notfound { float: right; width: 40%; padding-top: 100px; margin: 0 auto; height: 352px; } .pc-contents-title { font-family: PingFangSC-Semibold; font-size: 48px; color: #222222; letter-spacing: 0; } .pc-contents-detail { font-family: PingFangSC-Regular; font-size: 24px; color: #999999; letter-spacing: 0; } .pc-btn { margin-top: 20px; } .pc-button { padding: 5px 31px; background: #FFFFFF; border: 2px solid #CCCCCC; border-radius: 22px; font-family: PingFangSC-Medium; font-size: 16px; color: #222222; letter-spacing: 0; text-align: center; line-height: 22px; outline: none; } .nav { width: 100%; padding: 30px 60px 30px 120px; -webkit-box-sizing: border-box; box-sizing: border-box; margin-bottom: 20px; } .nav .logo { float: left; height: 20px; width: 194px; -webkit-background-size: auto 100%; background-size: auto 100%; background-image: url(/error/images/logo.jpeg); } .nav .navBar { width: 34%; position: relative; float: right; } .nav .title { float: left; font-family: PingFangSC-Medium; font-size: 16px; color: #222222; } .nav .title .title-left { text-align: right; } .nav .title .title-right { padding-left: 60px; text-align: left; } .nav .navBar .star { float: right; position: relative; right: 0; top: -1.115px; width: 40px; font-family: PingFangSC-Regular; font-size: 10px; color: #222222; letter-spacing: 0; text-align: center; word-break: keep-all; white-space: nowrap; } .nav .navBar .star .ipv6 { margin-top: 4px; border: 1px solid #222222; border-radius: 2px; font-family: PingFangSC-Regular; font-size: 12px; line-height: 12px; color: #222222; letter-spacing: 0; text-align: center; } .footer { background: #494D60; } .footer .content { width: 1200px; padding: 37px 0 24px; overflow: hidden; margin: 0 auto; } .footer .content .left { float: left; } .footer .content .left .logo { display: block; height: 22px; width: 213.39px; background-repeat: no-repeat; background-position: center center; -webkit-background-size: contain; background-size: contain; background-image: url(/error/images/logow.png); } .footer .content .left .p { padding: 13px 0 9px; font-size: 12px; color: #FFF; line-height: 17px; } .footer .content .left .p a { color: #FFF; text-decoration: none; } .footer .content .mm { float: right; } .footer .content .mm .icon { background: url(/error/images/qrcode.png) center center no-repeat #FFF; border-radius: 2.6px; width: 100px; height: 100px; display: block; -webkit-background-size: 100% 100%; background-size: 100% 100%; } .footer .content .mm .p { font-size: 12px; color: #FFF; padding-top: 4px; line-height: 17px; } .footer .content .right { float: right; width: 213px; } .footer .content .right .p1 { font-size: 14px; color: #FFF; line-height: 20px; margin-top: 10px; } .footer .content .right .p2 { font-family: lu-numeric; font-size: 28px; color: #FFF; letter-spacing: 0; line-height: 32px; margin-top: 8px; } .footer .content .right .p3 { font-size: 12px; color: #FFF; letter-spacing: 0; margin-top: 4px; line-height: 17px; } .footer .content .bom { clear: both; padding-top: 27px; padding-bottom: 4px; text-align: center; font-size: 12px; color: #FFF; line-height: 17px; } .footer .content .bom .blue { color: #1D66FF; text-decoration: none; } @media screen and (max-width: 812px) { .mobile { background-color: #fff; width: 100%; display: block; } .pc { /* background-color: #fff; */ width: 100%; display: none; } .mobile-notfound { padding-top: 200px; padding-bottom: 20px; margin: 0 auto; width: 200px; height: 153px; } .mobile-img { max-width: 100%; vertical-align: middle; border: none; } .mobile-contents-title { font-family: PingFangSC-Regular; font-size: 16px; color: #222222; text-align: center; } .mobile-contents-detail { font-family: PingFangSC-Regular; font-size: 12px; color: #999999; text-align: center; } .mobile-btn { margin-top: 20px; text-align: center; } .mobile-button { padding: 5px 31px; background: #FFFFFF; border: 2px solid #CCCCCC; border-radius: 15px; font-family: PingFangSC-Medium; font-size: 12px; color: #222222; letter-spacing: 0; text-align: center; line-height: 19px; outline: none; } } </style> <script defer src="/error/main_90a2b88d.js"></script> <script> window.onload = function () { const type = handleResize(); if(type == 'pc_view'){ var secs = 3; var time = document.getElementById("time"); var timer = setInterval(()=>{ secs--; time.innerHTML = secs; if(secs == 0){ clearInterval(timer); backtoHome(); } }, 1000); } else { const appName = window.getUserAgentData() && window.getUserAgentData().app; if(appName === 'browser') return; window.lufaxCatTrack({ type: 'h5_page_error', fe: { h5pv: 1, }, d: JSON.stringify({ entry: window.location.href, error: '40x' }), }) } } function handleResize() { const isMobile = /Android|webOS|iPhone|iPad|BlackBerry/i.test(navigator.userAgent); const width = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth; let type = ''; if (width < 812 || isMobile) { type = 'mobile_view'; } else { type = 'pc_view'; } return type; } </script> </head> <body> <section class="pc"> <div class="nav"> <div class="logo"></div> <div class="navBar"> <div class="title"> <span class="title-left">陆金所控股官网</span> <span class="title-right">陆金服官网</span> </div> <div class="star">网站支持<div class="ipv6">IPv6</div> </div> </div> </div> <div class="pc-body"> <div class="pc-contents"> <div class="pc-contents-title"> 抱歉,页面不存在 </div> <div class="pc-contents-detail"> 此页面可能已过期或页面地址错误 </div> <div class="pc-btn"> <button class="pc-button" onclick="backtoHome()"><span id="time">3</span>秒后 返回首页</button> </div> </div> <div class="pc-notfound"> <img class="pc-img" src="/error/images/pcnotfound.png" /> </div> </div> <div class="footer"> <div class="content"> <div class="left"> <div class="logo"></div> <div class="p">地址:上海市浦东新区陆家嘴环路1333号</div> <div class="p"><a href="https://www.lup2p.com/lup2p/">陆金服官网</a> | <a href="https://www.lufaxholding.com/zh-cn/index">陆金所控股官网</a></div> </div> <div class="mm"> <div class="icon"></div> <div class="p">24小时在线微服务</div> </div> <div class="right"> <div class="p1">客服电话:</div> <div class="p2">400-866-6618</div> <div class="p3">周一至周五9:00-18:00</div> </div> <div class="bom"> <div>版权所有 © 2021 上海陆家嘴国际金融资产交易市场股份有限公司 沪ICP备12032241号 举报电话:021-20665106 <a class="blue" href="https://static.lufaxcdn.com/config/images/yingyezhizhao.png">营业执照</a></div> <div>Copyright Shanghai Lujiazui International Financial Asset Exchange Co.,LTD. ALL Rights Reserved </div> </div> </div> </div> </section> <section class="mobile"> <div class="mobile-notfound"> <img class="mobile-img" src="/error/images/pcnotfound.png" /> </div> <div class="mobile-contents"> <div class="mobile-contents-title"> 抱歉,页面不存在 </div> <div class="mobile-contents-detail"> 此页面可能已过期或页面地址错误 </div> </div> <div class="mobile-btn"> <button class="mobile-button" onclick="backtoHome()">返回首页</button> </div> </section> <script> function backtoHome() { const type = handleResize(); if(type === 'pc_view'){ window.location.href = "https://www.lu.com"; }else{ window.location.href = "https://m.lu.com"; } } </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10