.c-header-box .c-header-nav1:nth-child(1){
    width: 340px;
}
.c-header-nav2{
    /*width: 92px!important;*/
    width: 92px;
    white-space: nowrap;
    text-align: center;
    position: relative;
    float: left;
}
.c-header-nav-add{
    width: 130px;
    height: 56px;
}
.dc-menu{
    left: -21px;
}
.dc-menu-user{
    left: -44px;
}
.down-icon{
    /*display: inline-block;
    width: 15px;
    height: 12px;
    background: url(/a_new_static/img/common/header-icon-down.png) no-repeat;*/

    width: 0;
    height: 2px;
    content: '';
    margin-left: 8px;
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #000;
    border-bottom: none;

    transform-origin:50% 35%;
    transition:0.5s;
    -moz-transition:-moz-transform 0.5s; /* Firefox 4 */
    -webkit-transition:-webkit-transform 0.5s; /* Safari and Chrome */
    -o-transition:-o-transform 0.5s; /* Opera */
}
.help-hover:hover .down-icon{
    -moz-transform:rotateZ(180deg);
    -webkit-transform:rotateZ(180deg);
    -o-transform:rotateZ(180deg);
    transform:rotateZ(180deg);
}
.masters-header{
    height:56px;
    width:77px;
    background: url("/a_new_static/img/user/activity/vote/wisdom2.png?=v1649315467060") no-repeat 16px 16px;
    color: transparent;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    line-height: 56px;
    font-style: normal;
    /*transition: all .5s, background .9s;*/
    text-align: center;
    overflow: hidden;
}
.masters-header:hover{
    background: url("/a_new_static/img/user/activity/vote/wisdom2_hover.png?=v1649315467060") no-repeat 16px 16px;
}
.masters-headers-all .col-md-1{
    padding-left:0;
    padding-right:0;
    width:7%;
}
.masters-headers-all .text-left{
    text-align: left!important;
}
.header-num-new{
    right: -22px;
    position: absolute;
    top: 12px;
    font-size: 12px;
    color: #fff;
    display: block;
    width: 24px;
    background: #F5222D;
    height: 16px;
    border-radius: 12px;
    text-align: center;
    line-height: 16px;
}