
/*===== header user-nav ======*/

.header-nav .user-nav {
    float: right;
    position: relative;
}

.header-nav .user-nav .un-login-state > li,
.header-nav .user-nav .login-state > li {
    float: left;
    margin-left: 10px;
    line-height: 56px;
    font-size: 16px;
    font-weight: "ºÚÌå";
}

.header-nav .user-nav li.message {
    width: 58px;
    margin-right: 14px;
}
/*===== zl active ======*/

.header-nav .user-nav li.message.active a{
	font-weight:bold;
   color : #ce3d3a;
}
.header-nav .user-nav li.message.active label{
   background: url(../imgs/icons.png) no-repeat -324px -41px;
   
}
/*===== ./zl active ======*/
.header-nav .user-nav li.message label {
    display: inline-block;
    width: 20px;
    height: 17px;
    margin-right: 6px;
    background: url(../imgs/header-nav.png?20211209) no-repeat -20px 0px;
    background-size: 120px;
    vertical-align: middle;
}

.header .header-login-yet #sixin label {
    display: inline-block;
    width: 20px;
    height: 16px;
    margin-right: 6px;
    background: url(../imgs/header-nav.png?20211209) no-repeat -97px 0px;
    background-size: 120px;
    vertical-align: middle;
}

.header-nav .user-nav li.message .tip {
    position: absolute;
    display: block;
    height: 15px;
    line-height: 15px;
	top: 0;
    left: 55px;
    border-radius: 10px;
    background: #FF7700;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 1px 7px;
	border: 2px solid #ffffff;
}

.header-nav .user-nav li.notice {
    width: 66px;
    margin-right: 4px;
    position: relative;
}

.header-nav .user-nav li.notice label {
    display: inline-block;
    width: 21px;
    height: 19px;
    margin-right: 6px;
    vertical-align: middle;
    background: url(../imgs/header-nav.png?20211209) no-repeat -44px 0px;
    background-size: 120px;
}

.header .header-login-yet #xiaoxi label {
    display: inline-block;
    width: 20px;
    height: 16px;
    margin-right: 6px;
    background: url(../imgs/header-nav.png?20211209) no-repeat -77px 0px;
    background-size: 120px;
    vertical-align: middle;
}

.header-nav .user-nav li.notice .tip {
    position: absolute;
    display: block;
    line-height: 15px;
	top: 0;
    left: 45px;
    border-radius: 10px;
    background: #FF7700;
	border: 2px solid #ffffff;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 1px 7px;
}

.header-nav .user-nav li.avatar {
    padding-left: 10px;
    width: 38px;
    margin-right: 6px;
    position: relative;
}

.header-nav .user-nav li.avatar img {
    width: 35px;
    height: 34px;
    border-radius: 50%;
    margin-top: 11px;
}

.header-nav .user-nav li.avatar label.triangle_down_gray {
    position: absolute;
    top: 20px;
    left: 50px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #989898;
}

.header-nav .user-nav .drop-down-list {
    position: absolute;
    background: #fff;
    z-index: 100;
    top: 55px;
    left: 109px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0px 2px 19px #888888;
	z-index: 1000;
}

.header-nav .user-nav .drop-down-list .menu {
    padding: 17px 17px 15px 19px;
    font-size : 12px;
}

.header-nav .user-nav .drop-down-list .menu label {
    display: inline-block;
    width: 18px;
    height: 16px;
    margin-right: 9px;
    vertical-align: middle;
}

.header-nav .user-nav .drop-down-list .line {
    height: 1px;
    background: #ccc;
}

.header-nav .user-nav .drop-down-list .arrows {
     
    width: 15px;
    height: 7px;
    position: absolute;
    top: -7px;
    left: 79px;
    background: url(../imgs/icons.png) no-repeat -373px -20px;
}
