.el-button--primary span, .el-button--primary span:hover {
    color: #fff;
}

.netDes {
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/*上传作品和用户头像*/
.top .updateBox {
    text-align: center;
}

.top .updateBox img {
    width: 33px;
    height: 25px;
    margin-bottom: 3px;
}

.top .updateBox p {
    cursor: pointer;
    line-height: 30px;
}

.top .peopleBox {
    text-align: right;
    position: relative;
}

.top .peopleBox img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.top .peopleBox .el-dropdown {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    opacity: 0;
}

.el-dropdown-menu {
    padding: 0;
}

.el-dropdown-menu__item {
    text-align: center;
    font-size: 13px;
    color: #666;
    padding: 0 40px;
}

.el-dropdown-menu .el-dropdown-menu__item:first-child {
    line-height: 45px;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.el-dropdown-menu .fontStyle {
    font-size: 16px;
    color: #F28709;
    line-height: 45px;
    border-top: 1px solid #ccc;
    font-weight: bold;
}

/*登录注册按钮*/

.top .btnLoginBox {
    overflow: hidden;
    margin-top: 5px;
}

.top .btnLoginBox h5 {
    float: left;
    margin: 0 4px;
    line-height: 25px;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.el-dropdown {
    float: right;
}

.sy-header-idx .navi {
    background-color: rgb(167, 0, 0);
    text-align: center;
    position: relative;
    height: 40px;
    margin-bottom: 15px;
}

.sy-header-idx .navi li {
    display: block;
    float: left;
    zoom: 1;
    height: 40px;
    text-align: center;
    width: 74px;
    line-height: 40px;
    cursor: pointer;
}

.sy-header-idx .navi > ul > li:hover > a {
    color: yellow;
    font-weight: bold;
}

.sy-header-idx .navi > ul > li.active a {
    color: yellow;
    font-weight: bold;
}

.sy-header-idx .navi > ul > li a.active {
    color: yellow;
    font-weight: bold;
}

.sy-header-idx .navi li:last-child {
    background: none;
}

.sy-header-idx .navi li a {
    font-size: 16px;
    color: #fff;
}

.sy-header-idx .navi a:last-child {
    border-right: none;
}

.sy-header-idx .navi > ul > li:last-child:hover #moreBoxTop {
    display: block;
}
