.disabled_a {
    color: #999999 !important;
}

.www_sajiao {
    width: 0px;
    height: 0px;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: -10px;
    left: 180px;
}

.www_name_header {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-left: 10px;
    font-size: 14px !important;
}

.www_name_header img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.www_header-con .www_login-btn {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    width: 70px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    border-radius: 20px;
    /* border: 1px solid #FE4841; */
    margin-left: 20px;
    background: rgba(255, 255, 255, 0.14);
}

.www_new_login_submit {
    width: 111px;
    height: 34px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    line-height: 14px;
    cursor: pointer;
    margin-left: 10px;
}


.www_newlogin_span {
    margin-right: 6px;
    margin-left: 6px;
    margin-bottom: 1.5px;
}

.www_header-con .www_logo {
    font-size: 20px;
    color: #fff;
    margin-right: 20px;
}

.www_schoolInfo {
    display: flex;
    align-items: center;
    font-size: 16px !important;
    color: #fff !important;
}

.www_schoolInfo p {
    margin-left: 8px;
}

.www_header-con .www_left span {
    margin-right: 0;
}

.www_go-login {
    position: relative;
}

.www_job_header_list {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    color: #ffffff;
    line-height: 20px;
    /*margin-left: 80px;*/
    font-size: 16px;
}

.www_loginwrap {
    display: none;
    right: 0;
    top: 34px;
    text-align: center;
    position: absolute;
}

.www_loginwrap .www_wrap {
    background: #FFFFFF;
    padding: 15px 8px 9px;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
    width: 160px;
    margin-top: 10px;
    line-height: 0;
}

.www_loginwrap .www_login_title {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    margin-bottom: 7px;
    line-height: 22px;
}

.www_loginwrap .www_login_info {
    font-size: 12px;
    color: #666666;
    margin-bottom: 14px;
    line-height: 17px;
}

.www_loginwrap .www_type_btn {
    width: 100%;
    height: 32px;
    background: #999999;
    color: #FFFFFF;
    line-height: 32px;
    cursor: pointer;
}

.www_loginwrap .www_type_btn.www_activeBtn {
    background: #FF4743;
}

.www_loginwrap img {
    margin-top: 7px;
    width: 144px;
    height: 144px;
}

.www_loginwrap .www_sajiao {
    top: 0px;
    right: 62px;
    left: unset;
}

.www_second-menu {
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
}

.www_second-menu .www_sajiao {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}


.www_header {
    line-height: 80px;
    color: #fff;
    position: sticky;
    z-index: 80;
    box-shadow: 0px 2px 4px 0 rgb(51 3 14 / 40%);
    height: 80px;
    background: #FF4743;
    top: 35px;
    width: 100%;

}

.www_header .www_header-con .www_login .www_user-info {
    display: flex;
    align-items: center;
}

.www_header .www_header-con .www_login .www_user-info .www_user-name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 55px;
}

.www_header-con {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.www_search_icon {
    cursor: pointer;
}

.www_job_header_list a {
    color: #ffffff;
    height: 80px;
    position: relative;
    margin: 0 10px;
    padding-bottom: 0;
    display: inline-block;
    line-height: 80px;
}

.www_job_header_list a.www_active_header:after {
    transform: translate(-50%, 0);
    left: 50%;
    position: absolute;
    display: block;
    content: '';
    width: 20px;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;
    bottom: 18px;
}

.www_header_item_wrap {
    position: relative;
}

.www_header_item_ul {
    /* width: 100%; */
    position: absolute;
    background: #FF4743;
    transform: translate(-50%);
    left: 50%;
}

.www_header_item_ul li {
    text-align: center;
    font-size: 14px;
}

.www_header_item_ul li a {
    margin: 0 auto;
    line-height: 38px;
    height: 38px;
}

/*微信刷新遮罩start*/
.www_weixin_code_bg {
    display: none;
    position: absolute;
    width: 148px;
    height: 148px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin: auto;
    top: 160px;
    right: 0;
    bottom: 0;
    left: 0;
}

.www_weixin_shuaxin {
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    margin-top: 10px;
}

.www_weixin_shuaxin img {
    width: 40px !important;
    height: 40px !important;
}

/*微信刷新遮罩end*/

/* www 登录注册头部-导航样式 start*/
.www_header_list {
    margin-left: 10px;
}

.www_header_list a {
    margin: 0 10px
}
.www_header_list .www_job_header_list{
   margin-left: 20px;
}
.www_header_item_ul {
    min-width: 100%;
}

.www_header_item_ul li {
    margin: auto;
}

.www_header_item_ul li a {
    white-space: nowrap;
    padding: 0 10px;
}
.wwwLogo{
    display: flex;
}
#www_logo_content{
   display:flex;
   align-items:center;
   line-height: 20px;
} 

#www_logo_content .www_secondLogo .www_second_line{
width: 1px;
height: 25px;
background: #FFFFFF;
margin:0 15px;
} 
#www_logo_content .www_secondLogo img{
   display: block;
    height:30px;
} 
/* 头-二级导航 */
.www_second__header_nav .www_job_header_list{
   width:750px;
   margin-left:0;
   padding-left: 30px;
   justify-content: left;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) {

    /* iPad 特定的样式 */
    .www_second__header_nav .www_job_header_list {
        width: auto;
    }
}
.www_second__header_nav .www_job_header_list a{
    margin: 0px 10px;
}
/* www 登录注册头部-导航样式 end*/
.www_job_header_list a:hover {
    color: #fff;
}
