.header_wrapper {
    height: 75px;
    background-color: #fff;
    min-width: 1200px;
}

    .header_wrapper .logo {
        display: inline-block;
        height: 70px;
        line-height: 70px;
        margin-right: 30px;
    }

        .header_wrapper .logo img {
            /*display: inline-block;
	vertical-align: middle;
        width: 372px;
	height: 70px;*/
            display: inline-block;
            vertical-align: middle;
/*            width: 363px;*/
            height: 69px;
        }

    .header_wrapper .container {
        height: 70px;
    }

    .header_wrapper .navbar {
        display: inline-block;
        vertical-align: top;
    }

    .header_wrapper .loginwapper {
        vertical-align: top;
        height: 70px;
        line-height: 80px;
        position: relative;
        cursor: pointer;
        float: right;
    }

.loginbtn {
    display: inline-block;
    width: 70px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #B2B2B2;
    color: #b2b2b2;
}

.header_wrapper .navbar > ul > li {
    display: inline-block;
    height: 70px;
    line-height: 70px;
    padding: 0 25px;
}

.header_wrapper .navbar ul li a {
    font-size: 16px;
    color: #333;
}

    .header_wrapper .navbar ul li a:hover {
        color: #3f91f7;
    }


.header_wrapper .userbar {
    float: right;
    vertical-align: top;
    height: 70px;
    line-height: 70px;
    position: relative;
    cursor: pointer;
}

    .header_wrapper .userbar:hover .infobar {
        display: inline-block;
    }

    .header_wrapper .userbar:hover .baricon {
        transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    }


    .header_wrapper .userbar img {
        vertical-align: top;
        width: 40px;
        height: 40px;
        vertical-align: middle;
        margin-right: 8px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .header_wrapper .userbar span {
        font-size: 14px;
        margin-right: 3px;
        vertical-align: middle;
        line-height: 100%;
        width: 55px;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .header_wrapper .userbar > b {
        display: inline-block;
        width: 24px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        background-color: #E77E22;
        font-size: 12px;
        color: #fff;
        vertical-align: middle;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        margin-right: 8px;
    }

    .header_wrapper .userbar .baricon {
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 8px solid #333333;
        display: inline-block;
    }


    .header_wrapper .userbar .infobar {
        position: absolute;
        width: 152px;
        z-index: 10;
        border: 1px solid #e6e6e6;
        padding: 25px 15px 25px 35px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: none;
        background-color: #fff;
        top: 60px;
        left: 0;
        z-index: 9999;
    }

.topflexdMsg {
    position: absolute;
    z-index: 8888;
    top: 65px;
    right: 0;
    line-height: initial;
}

    .topflexdMsg li {
        width: 330px;
        padding: 10px 15px;
        background-color: #e67e22;
        color: #fff;
        cursor: pointer;
        border-bottom: 1px solid #fff;
    }

    .topflexdMsg .bubble {
        position: relative;
    }

        .topflexdMsg .bubble b {
            position: absolute;
            content: "";
            right: 9%;
            top: -20px;
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #e67e22;
            border-left: 10px solid transparent;
        }

.header_wrapper .userbar .infobar li {
    max-width: 100px;
    line-height: 30px;
    vertical-align: top;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .header_wrapper .userbar .infobar li a {
        font-size: 14px;
        color: #4c4c4c;
    }

        .header_wrapper .userbar .infobar li a:hover {
            color: #3f91f7;
        }

        .header_wrapper .userbar .infobar li a b {
            color: #ef672b;
        }

.nav-active {
    color: #3f91f7 !important;
}
