.add-emp {display: inline-block;
          margin: 10px;
    padding: 0 10px;
    line-height: 26px;
    vertical-align: middle;
    background: #67c23a;
    border-radius: 4px;
    color: white;} 

.page-head {font-size:24px;color:#0075be;padding:10px}

.mainside {
	background: #000;
    background: linear-gradient(to bottom, #000 0%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000", endColorstr="#000",GradientType=0 );
}

.subnav::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: #000;
    z-index: 0;
}
.subnav > ul {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    padding-left: 30px;
    display: flex;
}
.form-page { background:#000;}
.form-foot .ff-logo i {
    width: 122px;
    height: 122px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: url(../img/plug-white.png) no-repeat 50% 50%;
    background-size: contain;