/*--logo--*/
.c-nav-wrap{
    background: #fff none repeat scroll 0 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
    position: fixed;
    z-index: 100;
}
.c-nav-wrap .nav-container{
    width: 1000px;
    margin: 0 auto;
}
.nav-container .nav-logo-box{
    float:left;
}
.nav-container .nav-logo-box a{
    float: left;
    text-indent: -99999px;
    overflow: hidden;
    width: 218px;
    height: 50px;
    margin:10px 0 0 0;
}
/*--left menu--*/
.nav-container .nav-group{
    float: left;
    font-size:14px;
}
.nav-container .nav-group ul li{
    min-width:80px;
}
.nav-container .nav-group ul a{
    padding: 15px 0;
    width:100%;
}
.nav-container .notice-group{
    float: right;
}
.nav-container ul{
    list-style: outside none none;
    padding:0;
    margin:0;
}
.nav-container ul li{
    float: left;
    position: relative;
    z-index: 55;
    line-height: normal;
}
.nav-container ul a{
    text-decoration: none;
    padding: 15px 10px;
    text-align: center;
    float: left;
    color:#333;
}

.nav-container ul a .nav-icon{
    position: relative;
    display: inline-block;
    font-size:0;
    width:100%;
    height:22px;
    min-width: 22px;
}
.nav-container ul a .nav-category{
    color:#333333;
}
.nav-container ul a:hover .nav-category{
    color:#32b1ec;
}
.nav-container ul a .nav-icon.nav-home{
    background:url(home.png) no-repeat center 0;
}
.nav-container ul a .nav-icon.nav-blog{
    background:url(blog.png) no-repeat center 0;
}
.nav-container ul a .nav-icon.nav-help{
    background:url(help.png) no-repeat center 0;
}
.nav-container ul a .nav-icon.nav-search{
    background:url(search.png) no-repeat center 0;
}
.nav-container ul a .nav-icon.nav-list{
    background:url(my-lists.png) no-repeat center 0;
}
.nav-container ul a .nav-icon.nav-community,
.nav-container ul a .nav-icon.nav-forum{
    background:url(community.png) no-repeat center 0;
}
.nav-container ul a .nav-icon.nav-setting{
    background:url(settings.png) no-repeat center 0;
}
.nav-container ul a .nav-icon.nav-live_chat{
    background:url(live-chat.png) no-repeat center 0;
}
.nav-container ul a .nav-icon.nav-message{
    background:url(message.png) no-repeat center 0;
}
.nav-container ul a .nav-icon.nav-notification{
    background:url(notification.png) no-repeat center 0;
}
.nav-container ul a:hover .nav-icon{
    background-position: center -22px;
}
.nav-container ul .drop-down-menu{
    display: none;
    border: 1px solid #d1cfcf;
    background: #fff;
    position: absolute;
    z-index: 9999;
    left: 50%;
    margin-left: -100px;
    top: 71px;
    width: 200px;
    box-sizing: border-box;
    padding: 0;
    float: left;
    box-shadow: 0 3px 3px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 3px 3px rgba(34, 25, 25, 0.4);
    -webkit-box-shadow: 0 3px 3px rgba(34, 25, 25, 0.4);
}
.nav-container ul .drop-down-menu i{
    position: absolute;
    left: 0;
    top: -12px;
    width: 100%;
    height: 12px;
    background: url(nav-triangle-bar.png) no-repeat center center;
}
.nav-container ul .drop-down-menu a{
    padding: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    font-size: 12px;
    border-bottom: 1px dashed #d1d1d1;
    text-align: left;
}
.nav-container ul .message_drop_down a {
    padding: 15px 10px !important;
}
.nav-container ul .drop-down-menu a:last-child{
    border-bottom: none;
}
.nav-container ul .drop-down-menu a span b{
    background: #dd4807 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    margin-left: 5px;
    padding: 1px 5px;
    line-height: 15px;
    position: relative;
    top: -1px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
}
.nav-container .nav-group ul .drop-down-menu a img{
    float: right;
    width: 9px;
    height: 12px;
}
.nav-container .nav-group ul li:hover .drop-down-menu,
.nav-container .notice-group ul li:hover .drop-down-menu{
    display: block;
}
.nav-container ul a .icon_red_tips{
    float: left;
    margin: 0 0 0 -5px;
    background: red none repeat scroll 0 0;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 7px;
    right: 27%;
    position: absolute;
    top: -1px;
    width: 7px;
}
.nav-container ul a .nav-setting .icon_red_tips {
    right: -8px;
    top: -2px;
}
/*--right notice--*/
.nav-container .notice-group ul li>a{
    padding: 27px 16px 16px;
    float: left;
}
.upgrade-box{
    float:right;
    margin-top: 0;
}
.nav-container .notice-group ul a.my-account{
    padding: 16px 13px 11px 16px;
}
.nav-container .notice-group ul a .topnav-img_box{
    font-size:0;
}
.nav-container .notice-group ul a .topnav-img_box img{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.nav-container .notice-group ul .nav-icon span{
    background: #dd4807 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    margin-left: 5px;
    padding: 0px 5px;
    line-height: 15px;
    position: absolute;
    top: -8px;
    left:10px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
}
.nav-container .upgrade-box a {
    padding: 0 18px;
    height: 31px;
    line-height: 30px;
    color: #fff;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
    margin: 18px 0 0 0;
    text-decoration: none;
    font-size: 12px;
}
.nav-container .notice-group ul .drop-down-menu a span{
    padding: 0;
    white-space: nowrap;
    float: left;
}

.nav-container .notice-group ul .notification_list{
    width:300px;
    margin-left: -150px;
}
.nav-container .notice-group ul .drop-down-menu a.see_all{
    color: #64a0e1;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}
.nav-container .notice-group ul .drop-down-menu a img{
    float: left;
    width: 40px;
    height: 40px;
    border: 1px solid #eee;
}

.nav-container .notice-group ul .drop-down-menu a p{
    text-align: left;
    float:left;
}
.nav-container .notice-group ul .notification_list a .notification_des_con{
    overflow: hidden;
}
.nav-container .notice-group ul .drop-down-menu a .notification_des{
    float:left;
    margin-left: 8px;
}
.nav-container .notice-group ul .drop-down-menu a .notification_des strong{
    color:#64a0e1;
}
.nav-container .notice-group ul .notification_list a span{
    padding-left: 6px;
    color: #32b1ec;
    font-weight: bold;
}
.nav-container .notice-group ul .notification_list a.watermark img{
    -webkit-filter: blur(2px); /* Chrome, Opera */
       -moz-filter: blur(2px);
        -ms-filter: blur(2px);
            filter: blur(2px);
}
.nav-container .notice-group ul .notification_list b {
    font-size: 14px;
    display: block;
    text-align: left;
    float: left;
    margin-left: 8px;
    margin-top: 3px;
    min-width: 210px;
}
.nav-container .notice-group ul .notification_list b~p {
    margin: 4px 0;
}
.nav-container .notice-group ul .drop-down-menu a img.icon_lock{
    width:auto;
    height:auto;
    border:0px;
    float: right;
}

