/*--logo--*/
body {
    -webkit-text-size-adjust: none;
}
.c-nav-wrap{
    background: #fff none repeat scroll 0 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
    position: fixed;
    z-index: 100;
    top: 0;
}
.c-nav-wrap .nav-container{
    width: 1053px;
    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;
    position: relative;
}
.nav-container .nav-logo-box .svg-icon {
    font-size: 218px;
    position: absolute;
    left: 50%;
    top: 50%;
    fill: #000;
    -webkit-transform: translate( -50%, -50%);
    -ms-transform: translate( -50%, -50%);
    -o-transform: translate( -50%, -50%);
    transform: translate( -50%, -50%);
}
/*--left menu--*/
.nav-container .nav-group{
    float: left;
    font-size:14px;
    margin-top:13px;
}
.nav-container .nav-group ul li{
    padding: 0 7px;
    min-width: auto;
}
.nav-container .nav-group ul a{
    padding: 15px 8px 27px;
    width:100%;
    box-sizing: border-box;
}
.nav-container .notice-group{
    float: right;
    position:relative;
}
.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 .notice-group .setting-guide{
    position:absolute;
    left:-12px;
    top:71px;
    background:#4283df;
    color:#fff;
    border-radius:5px;
    width:300px;
    padding:2px 20px;
    box-sizing:border-box;
    line-height:20px;
    z-index:99999;
}
.nav-container .notice-group .setting-guide p{
    margin: 12px 0;
    font-size:12px!important;
}
.nav-container .notice-group .setting-guide::before{
    position:absolute;
    left: 127px;
    top: -34px;
    content:"";
    width:0;height:0;
    line-height:0;
    border-width:20px;
    border-style:solid;
    border-color:transparent transparent #4283df transparent ;  
}
.nav-container .notice-group .setting-guide i{
    background: url(../img/setting_notice_delete.png) no-repeat center center;
    width: 40px;
    height: 50px;
    position: absolute;
    right: 4px;
    top: 7px;
    float: left;
    cursor: pointer;
}
.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: 28px;
    min-width: 22px;
}
.nav-container .nav-group ul a .nav-icon{
    float:left;
    height: 0;
}
.nav-container ul a .nav-category{
    color:#333333;
}
.nav-container ul a:hover .nav-category{
    color:#32b1ec;
}
.nav-container ul a .nav-icon .svg-icon {
    font-size: 28px;
}
.nav-container ul a .nav-icon .svg-icon {
    fill: #C0CCD2;
}
.nav-container ul a:hover .nav-icon.nav-setting .svg-icon,.nav-container ul a:hover .nav-icon.nav-message .svg-icon,.nav-container ul a:hover .nav-icon.nav-notification .svg-icon {
    fill: #32B1EC;
}
.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 .nav-group ul .drop-down-menu{
    top:58px;
}
.nav-container ul .drop-down-menu::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid #d1cfcf;
    height: 0;
    width: 0;
}
.nav-container ul .drop-down-menu::after {
    content: "";
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -9px;
    border: 9px solid transparent;
    border-bottom: 9px solid #fff;
    height: 0;
    width: 0;
}
.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: 10px 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;
    float:right;
}
.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: -13%;
    position: absolute;
    top: -5px;
    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: 22px 13px 24px;
    float: left;
}
.upgrade-box{
    float:right;
    margin-top: 0;
}
.nav-container .notice-group ul a.my-account{
    padding: 16px 13px 18px 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: -6px;
    left: 13px;
    -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;
}

.nav-container .notice-group ul .notification_list{
    width:300px;
    margin-left: -150px;
    max-height: 464px;
}
.nav-container .notice-group ul .notification_list::before {
    content: "";
    position: absolute;
    top: -20px;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #ddd;
    left: 50%;
    margin-left: -10px;
}
.nav-container .notice-group ul .notification_list::after {
    content: "";
    position: absolute;
    top: -19px;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    left: 50%;
    margin-left: -10px;
}
.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: 12px 0 12px 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 a.watermark span{
    display: inline-block;
    float: left;
    overflow: hidden;
    padding: 0;
}
.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 a .notification_des_con b~p {
    margin: 4px 0 4px 8px;
}
.nav-container .notice-group ul .drop-down-menu a img.icon_lock{
    width:auto;
    height:auto;
    border:0px;
    float: right;
}
.svg-icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
    font-size: 12px;
}
svg:not(:root) {
    overflow: hidden;
}
.nav-container ul.top_ab_link_ul {
    text-align: center;
    width: 500px;
}
.nav-container .nav-group ul.top_ab_link_ul li {
    padding: 0 16px;
    display: inline-block;
    float: none;
}
.c-nav-wrap .close_logo_tips {
    background: #2A81E5;
    position: absolute;
    top: 100%;
    padding: 14px 44px 14px 14px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
}
.c-nav-wrap .close_logo_tips::before {
    content: "";
    position: absolute;
    left: 64px;
    top: -18px;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #2A81E5;
}
.c-nav-wrap .close_logo_tips i {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -6px;
    cursor: pointer;
}
.c-nav-wrap .close_logo_tips i:before {
    color: #fff;
}