﻿
#headbar {
    float: left;
    width: 100%;
    border-bottom: #e1e1e1 1px solid;
}

#logobar {
    float: left;
    width: 145px;
    height: 50px;
    padding: 25px 0 0 15px;
    margin: 0 40px 0 0;
}

#menubar {
    float: left;
    width: auto;
    height: auto;
    margin: 25px 0 0 75px;
}

.topinfobar {
    float: right;
    width: 300px;
    height: 65px;
    margin: 0;
    text-align: right;
    background: #fff;
}

.langbox {
    float: right;
    margin: 29px 15px 0 0;
    text-align: left;
    font-size: 8px;
    font-family: Poppins,Arial,Verdana;
}

    .langbox a {
        color: #666;
    }

.logintop {
    float: right;
}

.loginbox {
    float: right;
    font-size: 10px;
    color: #333;
    margin: 25px 10px 0 0;
    height: 20px;
    line-height: 25px;
    font-family: Poppins,Arial,Verdana;
    border: #ddd 1px solid;
    padding: 0 28px 0 28px;
}

.iconlangdrop {
    margin-left: 3px;
}


.submenubox {
    width: 300px;
    height: 90px;
    background: #fff;
    border: #ddd 1px solid;
    text-align: left;
}

.submenucontent {
    float: left;
    padding: 5px 5px 5px 15px;
    width: 100%;
    height: 70px;
    background: #fff;
}

.submenumore {
    float: left;
    width: 300px;
    height: 20px;
    margin-left: -1px;
    line-height: 20px;
    background: #0094ff;
    color: #fff;
    text-align: center;
}

.lanmenuitem {
    float: left;
    text-indent: 0;
    white-space: nowrap;
    width: 130px;
    background: #FFF;
    text-align: center;
    margin: 0 1px 0 0;
    padding: 0;
    font-size: 10px;
    overflow: hidden;
}

.lanmenuitemover {
    float: left;
    text-indent: 0;
    font-size: 10px;
    font-weight: bold;
    white-space: nowrap;
    width: 130px;
    color: #333;
    text-align: center;
    margin: 0 1px 0 0;
    padding: 0;
    background-image: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    *overflow: visible;
    _overflow: hidden;
    position: relative \9;
    behavior: url(pie.htc);
    overflow: hidden;
}

.lanmenuitemon {
    float: left;
    text-indent: 0;
    white-space: nowrap;
    width: 130px;
    color: #333;
    background: #f2f2f2;
    text-align: center;
    margin: 0 1px 0 0;
    font-weight: bold;
    border: #ddd 1px solid;
    background-image: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    *overflow: visible;
    _overflow: hidden;
    position: relative \9;
    behavior: url(pie.htc);
    overflow: hidden;
}

.topuserbox {
    float: right;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: auto;
    height: 20px;
    margin: 20px 20px 0 0;
    font-size: 9px;
    padding: 0 10px 0 0;
    background: #fff;
    font-family: Poppin, Arial, 'Microsoft YaHei', STSong, Verdana;
    font-size: 10px;
    line-height: 22px;
    color: #bbb;
}

    .topuserbox a {
        color: #888;
    }

.topusermenu {
    font-weight: normal;
}

.topusermenuover {
    font-weight: bold;
    color: #666;
}

.topusersubbox {
    position: absolute;
    z-index: 999;
    width: 80px;
    text-align: center;
    font-size: 10px;
    margin-top: -2px;
    padding: 5px 5px 2px 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    *overflow: visible;
    _overflow: hidden;
    position: relative \9;
    overflow: hidden;
    border: #ccc 1px solid;
    background: #f8f8f8;
}

    .topusersubbox a {
        color: #387eff;
    }
