
.ehs-header {
    height: 80px;
    border-bottom: 1px solid rgba(174, 174, 174, 0.59);
    position: absolute;
    top: 0;
    width: 100%;
    background-color: transparent;
    z-index: 6;
}

.ehs-header .ehs-nav {
    width: 1200px;
    padding: 0;
    height: 100%;
    margin:0 auto;
}

.ehs-header .ehs-nav .ehs-logo {
    width: 45px;
    height: 45px;
    padding: 0 17px 3px 0;
    margin-top: 15px;
    margin-right: 30px;
    float: left;
    background: url('./../../assets/images/common/header/logo.png') no-repeat;
    background-size: contain;
}

.ehs-header .ehs-nav .ehs-nav-list {
    display: block;
    position: static;
    list-style: none;
    width: auto;
    padding: 0;
    background-color: transparent;
    margin: -1px 0 0;
}
.web-menu > a{
    text-decoration: none;
    font-weight: 100;
    color: #fff;
}
.web-menu > a:hover{
    text-decoration: none;
}
.ehs-header .ehs-nav .ehs-nav-list .mall-menu  {
    display: inline-block;
    position: relative;
    font-size: 14px;
    height: 100%;
    line-height: 80px;
    margin: 0 45px 0 0;
    cursor: pointer;
    text-decoration: none;
    font-weight: 100;
    color: #fff;
}

.ehs-header .ehs-nav .ehs-nav-list .mall-menu.mall-menu-chosen  {
    color: #C0C0C0;
}

.ehs-header .ehs-nav .ehs-nav-list a:hover{
    background-color: transparent;
}

.web-sub-menu .web-sub-menu-list > a{
    color: #808080;
    text-decoration: none;
}

.web-sub-menu .web-sub-menu-list .web-sub-menu-item.web-sub-menu-item-chosen{
    color: #00CC99;
    text-decoration: underline;
}

.avatar-group .avatar-menu-list .avatar-menu-item{
    color: #808080;
}

.avatar-group .avatar-menu-list .avatar-menu-item-chosen{
    text-decoration: underline;
    color: #00CC99;
}


.web-menu .toggle-button {
    width: 10px;
    height: 10px;
    background: url(./../../assets/images/common/header/Arrow.png) no-repeat;
    background-size: contain;
    margin-top: 36px;
    margin-left: 10px;
    float: right;
}

.web-sub-menu {
    display: none;
}

.web-sub-menu-list:before {
    content: "";
    display: block;
    border-width: 20px;
    position: absolute;
    top: -30px;
    right: 25px;
    border-style: solid dashed dashed;
    border-color: transparent transparent #FFF transparent;
    font-size: 0;
    line-height: 0;
}

.web-sub-menu-list {
    width: 178px;
    /* height: 118px; */
    position: absolute;
    background-color: #FFF;
    top: 80px;
    right: -40px;
    list-style: none;
    border-radius: 8px;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.05);
    padding-left: 0;
    z-index: 999;
}

.web-sub-menu-item {
    height: 30px;
    color: #808080;
    line-height: 30px;
    /* text-align: center; */
    margin: 0;
    padding: 15px 0px 13px 33px;
    font-size: 13px;
    border-bottom: 2px solid #F5F5F5;
}

.web-sub-menu-item.web-sub-menu-item-last {
    border-bottom: 0;
}


.register {
    margin: 0 45px 0 0;
    float: right;
}

.login {
    width: 100px;
    height: 44px !important;
    margin: 0 45px 0 0;
    margin-top: 18px !important;
    line-height: 44px !important;
    text-align: center;
    float: right;
    border: solid 1px hsla(0, 0%, 100%, .2);
    -webkit-border-radius: 8px;
    -moz-border-radius:8px;
    border-radius:8px;
}

.login-button{
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    font-weight:100;
}

.avatar-group {
    margin: 0 45px 0 0;
    width: 80px;
    height: 80px !important;
    float: right;
    line-height: 80px;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.avatar-group-content {
    width: 70px;
    height: 80px;
    display: inline-block;
    margin-top: 18px;
}

.ehs-header .avatar-group .avatar {
    width: 40px;
    height: 40px;
    border: solid 2px hsla(0, 0%, 100%, .2);
    border-radius: 100%;
    /*background: url('./../../assets/images/personal/User.png') no-repeat;*/
    background-size: contain;
    float: left;
}

.ehs-header .avatar-group .toggle-button {
    width: 10px;
    height: 10px;
    background: url('./../../assets/images/common/header/Arrow.png') no-repeat;
    background-size: contain;
    margin-top: 20px;
    float: right;
}

.avatar-menu-list{
    width: 250px;
    height: 195px;
    position:absolute;
    background-color:#FFF;
    top: 80px;
    right: -40px;
    list-style: none;
    border-radius: 8px;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.05);
    padding-left: 0;
    z-index: 999;
}

.avatar-menu-list:before, .avatar-menu-list:after{
    content: "";
    display: block;
    border-width: 20px;
    position: absolute;
    top: -30px;
    left: 175px;
    border-style: solid dashed dashed;
    border-color: transparent transparent #FFF transparent;
    font-size: 0;
    line-height: 0;
}

.avatar-menu-list:after{
    top: -25px;
    border-color: transparent transparent #FFF transparent;
}

.avatar-menu-nickname {
    height: 60px;
    line-height: 60px;
    border-bottom: 2px solid #F5F5F5;
    padding-left: 80px;
    padding-right: 20px;
    /*background: url("./../../assets/images/personal/User.png") no-repeat scroll left 20px center #FFFFFF;*/
    background-size: 35px 35px;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    /*border-radius: 8px;*/
    text-overflow: ellipsis;
    width: 150px;
    overflow: hidden;
    white-space:nowrap;
}

.avatar-menu-assurance {
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #F5F5F5;
    padding-left: 80px;
    background:  url("./../../assets/images/common/header/assurance.png") no-repeat scroll left 20px center #FFF;
    background-size: 18px 10px;
    font-size: 13px;
    color: #808080;
    letter-spacing: 0;
}

.avatar-menu-evaluate {
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #F5F5F5;
    padding-left: 80px;
    background: url("./../../assets/images/common/header/evaluate.png") no-repeat scroll left 20px center #FFFFFF;
    background-size: 18px 18px;
    font-size: 13px;
    color: #808080;
    letter-spacing: 0;
}

.avatar-menu-personal {
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #F5F5F5;
    padding-left: 80px;
    background: url("./../../assets/images/common/header/assurance.png") no-repeat scroll left 20px center #FFFFFF;
    background-size: 18px 10px;
    font-size: 13px;
    color: #808080;
    letter-spacing: 0;
}

.avatar-menu-logout {
    height: 40px;
    line-height: 40px;
    padding-left: 80px;
    background: url("./../../assets/images/common/header/logout.png") no-repeat scroll left 20px center #FFFFFF;
    background-size: 18px 18px;
    font-size: 13px;
    color: #808080;
    letter-spacing: 0;
}

.drop-down-link {
    text-decoration: none;
    color:#808080;
}
