﻿/* joyhr pc menu 2.0 start */

.lecai-menu {
    position: fixed;
    top: 60px;
    left: 0px;
    width: 200px;
    z-index: 100;
}

    .lecai-menu .sidebar-title {
        height: 50px;
        line-height: 50px;
        background: #1f252e;
        border-bottom: 1px solid #2c343f;
    }

        .lecai-menu .sidebar-title a {
            text-decoration: none;
            font-size: 14px;
            color: #fff;
        }

    .lecai-menu .lecai-menu-side-bar {
        background: #1f252e;
        transition: width .3s;
        -moz-transition: width .3s;
        -webkit-transition: width .3s;
        -o-transition: width .3s;
        width: 50px;
        height: 100%;
        position: fixed;
        top: 60px;
        left: 0px;
        z-index: 100;
        border-top: 1px solid #2c343f;
    }

        .lecai-menu .lecai-menu-side-bar.showbar {
            width: 200px;
        }

        .lecai-menu .lecai-menu-side-bar.hidebar {
            width: 50px;
        }

        .lecai-menu .lecai-menu-side-bar li.active {
            background: #00aaef
        }

        .lecai-menu .lecai-menu-side-bar li {
            height: 50px;
            line-height: 50px;
            display: block;
            border-bottom: 1px solid #2c343f;
            overflow: hidden
        }

            .lecai-menu .lecai-menu-side-bar li .sideIcon {
                font-size: 17px;
                width: 50px;
                text-align: center;
                color: #fff
            }

            .lecai-menu .lecai-menu-side-bar li a {
                display: block;
                text-decoration: none;
                color: #fff;
                font-size: 14px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

    /*.lecai-menu .lecai-menu-side-bar:hover {
            width: 200px
        }*/

    .lecai-menu .lecai-menu-side-container {
        height: 100%;
        width: 150px;
        position: fixed;
        top: 60px;
        left: 50px;
        z-index: 1;
        transition: transform .3s;
        background: #2c343f;
        z-index: 9;
    }

        .lecai-menu .lecai-menu-side-container ul {
            display: block;
            padding-bottom: 80px;
        }

        .lecai-menu .lecai-menu-side-container li .title {
            display: block;
            text-decoration: none;
            padding-left: 20px;
            height: 40px;
            line-height: 40px;
            color: #fffbeb;
            font-size: 14px;
            cursor: pointer;
            user-select: none;
            position: relative;
            word-break: keep-all;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .lecai-menu .lecai-menu-side-container li .title.twomenu {
                padding-left: 5px;
            }

            .lecai-menu .lecai-menu-side-container li .title span {
                display: block;
                width: 120px;
                word-break: keep-all;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .lecai-menu .lecai-menu-side-container li .title label {
                position: absolute;
                right: 18px;
                top: 20px;
            }

            .lecai-menu .lecai-menu-side-container li .title .title_jt_right {
                position: relative;
            }

                .lecai-menu .lecai-menu-side-container li .title .title_jt_right:after {
                    content: " ";
                    display: inline-block;
                    width: 8px;
                    height: 8px;
                    border-width: 2px 2px 0px 0px;
                    border-color: #fff;
                    border-style: solid;
                    position: absolute;
                    top: 50%;
                    left: 4px;
                    margin-top: -4px;
                    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
                    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
                    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
                }

            .lecai-menu .lecai-menu-side-container li .title .title_jt_bottom {
                position: relative;
            }

                .lecai-menu .lecai-menu-side-container li .title .title_jt_bottom:after {
                    content: " ";
                    display: inline-block;
                    width: 8px;
                    height: 8px;
                    border-width: 0px 2px 2px 0px;
                    border-color: #fff;
                    border-style: solid;
                    position: absolute;
                    top: 50%;
                    left: 6px;
                    margin-top: -6px;
                    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
                    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
                    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
                }

        .lecai-menu .lecai-menu-side-container li ul {
            display: block;
            padding-bottom: 0px;
        }

        .lecai-menu .lecai-menu-side-container li.active {
            background: #194055;
        }

        .lecai-menu .lecai-menu-side-container li a {
            height: 40px;
            line-height: 40px;
            text-decoration: none;
            display: block;
            padding-left: 40px;
            color: #fffbeb;
            font-size: 14px;
            word-break: keep-all;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 100%;
            position: relative;
        }



            .lecai-menu .lecai-menu-side-container li a::before {
                content: " ";
                display: block;
                position: absolute;
                left: 27px;
                top: 50%;
                margin-top: -2px;
                width: 4px;
                height: 4px;
                border-radius: 50%;
                border: 1px solid #fff;
            }

            .lecai-menu .lecai-menu-side-container li a:hover {
                background: #0f678e;
            }

                .lecai-menu .lecai-menu-side-container li a:hover::before {
                    content: " ";
                    display: block;
                    position: absolute;
                    left: 27px;
                    top: 50%;
                    margin-top: -2px;
                    width: 4px;
                    height: 4px;
                    border-radius: 50%;
                    background: #fff;
                }




/* joyhr pc menu 2.0 end */


/* joyhr pc header start */

.lecai_header_right {
    float: right;
    margin-top: 18px;
}

    .lecai_header_right span {
        margin-right: 20px;
        display: block;
        float: left;
        line-height: 25px;
        color: #2c343f;
        cursor: pointer;
    }

        .lecai_header_right span.marginRight30 {
            margin-top: 2px;
            margin-right: 30px;
        }

        .lecai_header_right span.marginRight40 {
            margin-top: 2px;
            margin-right: 30px;
        }

        .lecai_header_right span.header_select {
            position: relative;
            padding-right: 12px;
        }

            .lecai_header_right span.header_select::after {
                width: 0;
                height: 0;
                border-left: 3px solid transparent;
                border-right: 3px solid transparent;
                border-top: 3px solid #000;
                content: " ";
                position: absolute;
                right: 0px;
                top: 50%;
                margin-top: -3px;
            }

        .lecai_header_right span .jianju {
            margin-top: -2px;
            margin-right: 4px;
        }

        .lecai_header_right span .header_loginout {
            color: #2c343f;
            text-decoration: none;
        }

.header_select .header_lang_a {
    color: #2c343f;
    text-decoration: none;
}

.lang-downlist {
    display: none;
    width: 120px;
    padding-left: 10px;
    padding-top: 15px;
    position: absolute;
    left: -30px;
    top: 30px;
    background: #eee;
}

    .lang-downlist ul {
        display: block;
        position: relative;
    }

        .lang-downlist ul:after {
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 5px solid #eee;
            content: " ";
            position: absolute;
            left: 50%;
            top: -20px;
            margin-left: -8px;
        }

    .lang-downlist .downlist-item {
        margin-bottom: 15px;
    }

        .lang-downlist .downlist-item a {
            display: block;
            text-decoration: none;
            color: #2c343f;
        }


/* joyhr pc header end */
