﻿  body {
            margin: 0;
            padding: 0;
            min-height: 100vh;
            background-size: cover;
            font-family: 'Microsoft YaHei', 'Raleway', sans-serif;
            background: -webkit-linear-gradient(top,#439cff,#9adef6);
            background: -moz-linear-gradient(top,#439cff,#9adef6);
        }

        .leo-header {
            background-color: transparent;
            box-shadow: none;
            position: relative;
            height: auto;
            padding: 20px;
        }

        .leo-wrap {
            max-width: 1124px;
            margin: 0 auto;
            position: relative;
        }

        .leo-header-logo {
            width: 200px;
            padding-top: 5px;
            position: absolute;
            left: 10px;
            top: 0;
        }

            .leo-header-logo img {
                width: 200px;
                display: block;
                height: auto;
            }

        .leo-nav-item > a.leo-btn-blue {
            color: #ffffff;
            background: #0b6dd9;
            border: 1px solid #2fb3ff;
            line-height: 45px;
            padding: 0 10px 0 15px;
        }

        .app-down {
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }

        .mobil-down {
            display: none;
        }

        .app-down .app-ewm {
            display: block;
            width: 50%;
            max-width: 220px;
        }

        .app-down a, .startUse {
            display: block;
            width: 180px;
            line-height: 30px;
            padding: 13px 0;
            text-align: center;
            border-radius: 4px;
            background-color: #ff6200;
            font-size: 16px;
            color: #fff;
            margin: 10% 0 10% 20px;
        }

            .app-down a:last-child {
                background-color: #2580ff;
            }

            .app-down a i, .startUse i {
                display: inline-block;
                width: 30px;
                background: url(/Content/Guide/images/iconsdown.png) no-repeat;
                margin-right: 10px;
            }

                .app-down a i.icon-ios {
                    background-position: 0 0;
                }

                .app-down a i.icon-android {
                    background-position: 0 -30px;
                }

        .mobil-down a {
            margin: 5% auto;
        }

        .startUse {
            position: absolute;
            margin: 0;
            right: 5%;
            top: 5%;
            background-color: #fdac04;
            border-radius: 30px;
            box-shadow: 0px 0px 3px rgba(0,0,0,.2);
        }

            .startUse i {
                margin: 0 0 0 10px;
                background-position: center -60px;
            }


        .appTip {
            background: rgba(0,0,0,0.8);
            text-align: right;
            position: fixed;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 9;
            display: none;
        }

            .appTip img {
                display: block;
                max-width: 100%;
            }

        @media (max-width:991px) {
            .navbar-left {
                width: 50%;
            }

            .navbar-right {
                width: 50%;
            }
        }

        @media (max-width:768px) {

            .navbar-left {
                width: 100%;
                text-align: center;
                height: auto;
                float: none;
            }

            .navbar-right {
                width: 100%;
                height: 50vh;
            }

            .app-down {
                display: block;
            }

                .app-down .app-ewm {
                    margin: 0 auto;
                }

                .app-down .pc-down {
                    display: none;
                }

            .mobil-down {
                display: block;
                text-align: center;
            }

            .startUse {
                display: none;
            }
        }

        @media (max-width:414px) {
            .navbar-left ul li h2 {
                font-size: 24px;
            }

            .navbar-left ul li span {
                font-size: 14px;
            }
        }


        .w3l-login-form {
            background: #e0f4ff;
            width: 500px;
            margin: 0 auto;
            padding: 2em 3em;
            border-radius: 10px;
            box-sizing: border-box;
            position: absolute;
            right: 0;
        }

        input[type="text"], input[type="password"] {
            width: 100%;
            border: none;
            box-sizing: border-box;
            background: transparent;
            color: #000;
            height: auto;
            line-height: inherit;
        }

        .w3l-form-group label {
            display: block;
            text-transform: uppercase;
            font-size: 16px;
            color: #333;
            letter-spacing: 2px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        .leo-content {
            padding: 146px 10px 0px;
            width: 100%;
            position: relative;
            height: auto;
        }