header {
    height: 210px;
    overflow: hidden;
    position: relative;
}

/* 版心 */
.w {
    width: 1210px;
}

.z {
    width: 1200px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 8px;
    box-sizing: border-box;
    padding: 0px 30px;
}

.header_logo {
    height: 150px;
    background-color: #003d80;
    box-sizing: border-box;
}

.title_list {
    box-sizing: border-box;
    background-color: #005fab;
    height: 60px;
}

.title_list ul {
    margin: 0px auto;
    display: flex;
    justify-content: center;
}

.title_list ul li {
    height: 60px;
    width: 12.5%;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.title_list ul li div {
    font-weight: bold;
    line-height: 100%;
    font-size: 20px;
    width: 100%;
    color: #fff;
    border-right: 1px solid #fff;
}

.title_list ul li:nth-last-child(1) div {
    border: 0px;
}

.title_list ul li:hover {
    background-color: #1b77c4;
}

.main {
    display: flex;
    justify-content: space-between;
}

.empty {
    width: 40%;
    position: absolute;
    left: 50%;
    top: 120px;
    transform: translateX(-50%);
}

.empty p {
    font-size: 20px;
    color: #999;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
}

.empty img {
    width: 100% !important;
}

.left {
    width: 300px;
    margin-right: 8px;
    background-color: #f8f8f8;
}

.userInfo {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
}

.iconsFont {
    font-size: 20px;
    text-align: center;
    line-height: 40px;
}

.icon {
    text-align: right;
    padding-right: 15px;
    padding-top: 10px;
}

.headImg {
    height: 88px;
    display: flex;
    justify-content: center;
}

.headImg div {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    overflow: hidden;
}

.headImg div img {
    width: 100%;
    height: 100%;
}

.username {
    font-size: 16px;
    color: #111;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}

.signature {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999;
    font-size: 14px;
    text-align: center;
    margin: 5px auto 0px auto;
}

.bgimage {
    padding-bottom: 10px;
    background-color: #fff;
    position: relative;
    padding-top: 16px;
}

.bgimage .icon {
    position: absolute;
    right: 20px;
    height: 40px;
    top: 0px;
}

.details {
    display: flex;
    justify-content: space-around;
    padding: 10px 16px;
    border-top: 1px solid #eee;
    cursor: pointer;
    align-items: center;
}

.font_666 {
    color: #666;
    text-align: center;
}

.font_111 {
    color: #111;
    font-weight: bold;
    text-align: center;

}

.function {
    margin-top: 8px;
    background-color: #fff;
    padding-top: 20px;
}

.function .one {
    display: flex;
    justify-content: space-around;
    margin-bottom: 0px !important;
}

.function .one li div {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 6px;
}

.function .one li p {
    text-align: center;
    cursor: pointer;
}

.function .one li div img {
    width: 100%;
    height: 100%;
}

.one li div :hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.two {
    border-top: 1px solid #f8f8f8;
    padding: 3px 25px;
}

.two li {
    display: flex;
    justify-content: space-between;
    margin: 20px 0px;
    cursor: pointer;
    align-items: center;
}

.two li:hover {
    color: #005FAB;
}

.two li p {
    width: 40px;
    height: 20px;
    background-color: #f7f7f7;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    margin: 0px !important;
}

.recommend {
    box-sizing: border-box;
    margin-top: 8px;
    background: #fff;
    overflow: hidden;
}

.recom {
    box-sizing: border-box;
    height: 49px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
}

.recom div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px 0px 10px;
    border-left: 3px solid #005fab;
    height: 15px;
}

.recom div p {
    margin-bottom: 0px;
    cursor: pointer;
}

.recommend ul li {
    margin: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center !important;
}

.recommend .recom_l {
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 50%;
}

.recommend .recom_l img {
    width: 100%;
    height: 100%;
}

.recom_z {
    display: grid;
    line-height: 24px;
}

.recom_z p {
    text-align: left;
    margin-bottom: 0px !important;
}

.recom_r p {
    width: 60px;
    height: 20px;
    background-color: #e4f1ff;
    color: #005fab;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

.right {
    width: 892px;
    background-color: #f8f8f8;
}

.search {
    box-sizing: border-box;
    height: 56px;
    background-color: #fff;
    padding: 10px 20px;
}

.searchicon {
    position: absolute;
    right: 65px;
    top: 15px;
    font-size: 20px;
    color: #909ea8;
}

.btnbgc {
    background-color: #005fab !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
}

.search button {
    width: 130px;
    height: 36px;
    border-radius: 30px;
    border: 0px;
    background-color: #f7f7f7;
    color: #666;
}

.search input {
    box-sizing: border-box;
    float: right;
    outline: none;
    width: 260px;
    height: 36px;
    background-color: #f7f7f7;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 35px;
}

.gotoFroum {
    font-size: 14px;
    color: #666;
    cursor: pointer;
    background: #f7f7f7;
}

.s_hr {
    height: 7px;
    color: #e5e5e5;
    background-color: #f8f8f8;
    border: 0px;
}

