@charset "UTF-8";
/* CSS Document */

/* head menu */

/* #head {
    position: fixed;
    z-index: 3;
    display: block;
}*/


#menu {
    background: #dd1b64!important;
    /* top: 83px;*/
}
#menu > ul {
    width: 1200px!important;
}
#menu > ul > li {
	padding: 20px 10px!important;
}
#menu > ul > li > a {
	color: #fff!important;
	padding: 0!important;
	font-weight : bold!important;
}
.nuser #menu > ul > li {
    width: calc(100% / 7)!important;
}
.nuser #menu > ul > li > a {
    padding: 0!important;
    color: #fff!important;
}

#menu > ul > li.menu-long {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    width: 500px!important;
    height: 43px!important;
}
#menu > ul > li.menu-long  span{
	color: #DD1B64;
}
#menu > ul > li.menu-long a{
color: #000!important;		
}
#menu > ul > li::before {
    background: #fff!important;
	height: 60%!important;
}
.qjMyMenuList__item {
    width: 100px!important;
}
.qjMyMenuList .recruiter {
	background-color: #000;
	color: #fff;
}
.qjMyMenuList__item__name > em {
    display: table-cell;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    color: #ffffff;
    line-height: 1.5em;
    padding: 25px 5px 0;
    font-style: normal;
}


/*1024pxpx以下*/
@media only screen and (max-width:1024px) {
#menu > ul {
    width: 1150px!important;
}
	
}



