/*
 * Copyright 2018-2019 the original author or authors.
 * 
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 * http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
html {
    height: 100%;
    width: 100%;
}

body {
    background-color: #DDD;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.lb-bx-md {
    width: 120rem;
}

#website_login_main_main_component_header_logo {
    height: 12rem;
    overflow: hidden;
}

    #website_login_main_main_component_header_logo .logo {
        position: absolute;
        padding-top: 2.9rem;
        padding-left: 9.6rem;
        height: 12rem;
        background-position: left center;
        background-repeat: no-repeat;
    }

    #website_login_main_main_component_header_logo .link {
        float: right;
        margin-top: 4.5rem;
    }

        #website_login_main_main_component_header_logo .link ul li {
            border-right: 1px dashed #fff;
            padding: 0 2rem;
        }

            #website_login_main_main_component_header_logo .link ul li:last-child {
                padding-right: 0;
                border-right: none;
            }

.bdl.lc-title .title {
    border-left: 1rem solid #069;
}

.cdo.lc-nav-flat li.actived {
    color: #069;
}

.lf-nor-tw .title span {
    color: #069;
}

.lc-nav-menu > li div.text div {
    color: #069;
}
