﻿
.headerWrap {
    position: fixed;
    width: 100%;
    top: 0;
    height: 56px;
    background-color: #fff;
    /*border-bottom: 1px solid #ebeef3;*/
    z-index: 9999;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

.header {
    width: 65%;
    margin: 0 auto;
    min-width: 1100px;
    height:100%
}

.logo {
    width: auto;
    height: 100%;
    float: left;
    line-height: 54px;
    /*margin-right:5%;*/
}

.header > .dropdown {
    width: auto;
    height: 100%;
    float: left;
    line-height: 54px;
    display: none;
}

#dLabel {
    padding: 0;
    border: none;
}

    #dLabel:focus,
    #dLabel:active:focus,
    #dLabel.active:focus,
    #dLabel.focus,
    #dLabel:active.focus,
    #dLabel.active.focus {
        outline: none;
    }

.dLabel {
    height: 54px;
    line-height: 54px;
    background-color: rgba(255,255,255,1);
}

#dLabel img {
    height: 54px;
}

.nav {
    width: 56%;
    float: left;
    padding-left: 5.5%;
    line-height: 56px;
}

    .nav.navbar-nav li {
        padding-left: 5.5%;
        border-bottom: 1px solid #333;
    }

        .nav.navbar-nav li:last-child {
            border: none;
        }

    .nav.navbar-nav {
        width: 100%;
    }

    .nav > p {
        float: left;
        /*padding: 0 5%;*/
        padding: 0 10px;
    }

        .nav > p > a:hover {
            color: #20a0ff;
        }

        .nav > p > a {
            color: #333;
        }

    .nav > .dropdown {
        float: left;
    }

        .nav > .dropdown > .btn-default {
            border: none;
            background: none;
            color: #333!important;
        }

            .nav > .dropdown > .btn-default:hover {
                background: none;
                border: none;
            }

#dropdownMenu1:focus,
#dropdownMenu1:active:focus,
#dropdownMenu1.active:focus,
#dropdownMenu1.focus,
#dropdownMenu1:active.focus,
#dropdownMenu1.active.focus {
    background: none;
    outline: none;
}

.login-btn {
    float: right;
    width: 30%;
    height: 56px;
    /*margin-right: 5%;*/
    position: relative;
    text-align: right;
}

    .login-btn > .btn-white {
        /*width: 25%;*/
        background: #fff;
        color: #333;
        float: left;
        margin-top: 3%;
        border: 1px solid rgba(153,153,153,1);
        cursor: pointer;
        letter-spacing: 1px;
        font-size: 14px;
        border-radius: 15px;
    }

    .login-btn > .btn-orange {
        /*width: 25%;*/
        margin-left: 20px;
        color: #ffffff;
        margin-top: 3%;
        cursor: pointer;
        letter-spacing: 1px;
        font-size: 14px;
        /*border: 1px solid rgba(153,153,153,1);*/
        border-radius: 15px;
        float: left;
    }

    .login-btn .btn-select {
        background: rgba(255,255,255,0);
        border: none;
        box-shadow: none;
        font-size: 16px;
        color: #333 !important;
        float: left;
        width: 34% !important;
        margin-top: 3%;
        margin-left: 20px;
    }

        .login-btn .btn-select option {
            background: #fff;
            color: #000;
        }

.transparent {
    background-color: #fff;
}

    /*.transparent:hover {
        background-color: rgba(255,255,255,.1);
    }*/

    .transparent > .header > .nav > p > a {
        color: #333;
    }

        .transparent > .header > .nav > p > a:hover {
            color: #20a0ff;
        }

.el-dropdown-link {
    cursor: pointer;
    color: #000000;
}

.el-icon-arrow-down {
    font-size: 12px;
}

.transparent > .header > .login-btn > .btn-white {
    background: rgba(255,255,255,0);
    color: #333;
}

    .transparent > .header > .login-btn > .btn-white:hover {
        background: rgba(255,255,255,1);
        color: #000000;
    }

.transparent > .header > .login-btn > .btn-select {
    color: #333 !important;
}

.logined {
    float: right;
    line-height: 56px;
}

    .logined > .dropdown > .btn-default {
        border: none;
        background: none;
        color: #000000;
    }

.transparent > .header > .nav > .dropdown > .btn-default {
    border: none;
    background: none;
    color: #ffffff;
}

    .transparent > .header > .nav > .dropdown > .btn-default:hover {
        background: none;
        border: none;
    }

.transparent > .header > .login-btn > .logined > .dropdown > .btn-default {
    border: none;
    background: none;
    color: #333;
}

    .transparent > .header > .login-btn > .logined > .dropdown > .btn-default:hover {
        background: none;
        border: none;
    }

@media screen and (max-width: 767px) {
    .header {
        width: 100%;
        min-width: 320px;
    }

    .nav {
        /*display: none;*/
    }

    .dropdown {
        display: block;
        margin-left: 30px;
    }

    .logo {
        display: none;
    }

    .login-btn {
        width: 45%;
    }

    .dLabel {
        height: 54px;
    }
}

.navbar-toggle:focus {
    outline: none !important;
    background: transparent !important;
}

.navbar-toggle:hover {
    background: transparent !important;
}

@media screen and (min-width: 767px ) and (max-width:1200px) {
    .collapse.navbar-collapse {
        width: calc(100% - 100px) !important;
    }

    .nav.navbar-nav li {
        border-bottom: none;
        padding-left: 5.5%;
    }
}
.dropdown:hover .dropdown-menu{
    display:block
}
