.header {
    width: 100%;
    height: 66px;
    color: #333333;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 30px rgba(242,242,242, 1);
    -moz-box-shadow: 0 0 30px rgba(242,242,242, 1);
    box-shadow: 0 4px 22px rgba(242,242,242, 1);
}

.header_wra {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}

.wra_img {
    width: 240px;
    padding-top: 14px;
}

.wra_img img{
height:38px;
}
    
    
    
    .wra_tabbar {
        height: 66px;
        line-height: 63px;
        text-align: center;
        margin-right: 40px;
    }

    .wra_tabbar li {
        float: left;
        width: 86px;
        cursor: pointer;
        margin: 0 6px;
    }

        .wra_tabbar li:hover {
            color: #1D66D2;
        }

.wra_search {
    width: 330px;
    margin-top: 14px;
    position: relative;
}

    .wra_search .search_inp {
        width: 278px;
        height: 38px;
        font-size: 14px;
        background-color: #fff;
        color: #333;
        border: 1px solid #DDDDDD;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }

    .wra_search .search_btn {
        width: 52px;
        height: 38px;
        cursor: pointer;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        background: url(../img/search.png) no-repeat center center;
        background-color: #EFEEEE;
    }


/*****搜索历史记录 开始*****/
.search_record {
    width: 278px;
    color: #333333;
    padding: 4px 0 8px 0;
    position: absolute;
    top: 38px;
    left: 0;
    background-color: #fff;
    z-index: 999;
    display: none;
    border: 1px solid #DDDDDD;
    border-top:none;
}

.history_name {
    color: #999999;
    font-size: 14px;
    padding: 6px 14px;
    overflow: hidden;
}

.name_last {
    cursor: pointer;
    padding-left: 16px;
    background: url(../img/deleted.png) no-repeat 0px center;
}

.search_record p {
    padding: 6px 14px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

    .search_record p:hover {
    color:#1D66D2;
    }



/*****搜索历史记录 结束*****/

.wra_people {
    position: relative;
    height: 100%;
    margin-right: 20px;
}


/*头像*/
.people_img {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    margin-top: 11px;
    cursor: pointer;
    border: 1px solid #D0CFCF;
}

    .people_img img {
        width: 43px;
        height:43px;
        border-radius: 50%;
    }

/*个人中心与退出登录*/
.wra_people:hover .people_user {
    display: block;
}

.people_user {
    position: absolute;
    top: 66px;
    left: -18px;
    text-align: center;
    width: 80px;
    z-index: 99;
    color: #333;
    background: #fff;
    padding: 6px 0;
    font-size: 14px;
    display: none;
    border: 1px solid #E4E4E4;
}

    .people_user p {
        padding: 4px 0;
        cursor: pointer;
    }

        .people_user p:hover {
            color: #1D66D2;
        }


/*登陆*/
.wra_resgiter {
    width: 68px;
    height: 32px;
    margin-top: 16px;
    border: 1px solid #1D66D2;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
    line-height: 28px;
    color: #1D66D2;
}

    .wra_resgiter:hover {
        background-color: #1D66D2;
        color: #fff;
    }

/*切换样式*/
.addColor {
    color: #1D66D2;
}
