<!DOCTYPE html>
<html lang="zh">
<html>
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
    <title>解析失败</title>
</head>
<style>
    #player-shade {
        width: 100%;
        height: 100vh;
        position: fixed;
        opacity: 0;
        z-index: 10000;
        display: none;
    }
    #box {
        display: flex;
        width: 100%;
        height: 100vh;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    #text {
        font-size: 1.2rem;
        font-weight: bold;
        color: white;
    }
    #route-text{
        display: none;
        cursor: pointer;
        font-weight: bold;
        color: #31bafb;
        font-size: 20px;
        margin-top: 5px;
    }

    #route-menu{
        position: fixed;
        z-index: 11000;
        right:0;
        width: 150px;
        height: 100vh;
        background-color: #39393996;
        transform: translateX(310px);
        transition: transform .3s, -webkit-transform .3s;
        overflow: auto;
        display: none;
    }

    .route-menu-item{width: 100%;
        height: 40px;
        text-align: center;
        line-height: 40px;
        color: white;
        border-bottom: 1px solid #606060;
        cursor: pointer;}

    #route-name{
        display: none;
        color: white;
    }

</style>
<body style="background-color: black;margin: 0;padding: 0;">
<div id="player-shade"></div>
<div id="box">
    <div id="text">No static resource sitemap.xml.</div>
    <div id="route-text">点击选择线路</div>
    <div id="route-name"></div>
    <div id="route-menu"></div>
</div>
</body>
<script id="TempScript">
    let RouteUrls = "";
</script>
<script src="/extend/layui/layui.js"></script>
<script src="/public/js/fail.js"></script>
</html>