ul,li{
    list-style: none;
}
.content-header{
    height: 80px;
    /* width: 100%; */
    background-color: white;
    font-size: 18px;
    /* margin: 0 auto; */
    /* border: 1px solid red; */
}
.content-center{
    font-size: 18px;
    box-sizing: border-box;
    width: 1200px;
    background-color: white;
    margin: 10px auto 10px auto;
    min-height: 765px;
}
.content-footer{
    width: 100%;
    height: 70px;
    background-color: #fff;
    /* position: fixed; */
    /* left: 0; */
    /* bottom: 0; */
    /* z-index: 100; */
    font-size: 18px;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
}
/* 头部 start */
.header-main {
    box-sizing: border-box;
    font-size: 16px;
    width: 1200px;
    margin: 0 auto;
    background-color: white;
    box-sizing: border-box;
    /* border: 1px solid green; */
    padding: 0;
}

.header-main .header-left .header-left-ul .header-left-li {
    margin-left: 13px;
    color: #999;
}

.header-main .header-left .header-left-ul .header-left-li .logo-img {
    width: 50px;
    height: 50px;
}

.header-main .header-left .header-left-ul .company-name {
    font-size: 18px;
    color: #333;
    width: 90px;
}

.header-main .header-left .header-left-ul .hr-li {
    background-color: #777;
    height: 40px;
    width: 1px;
}
.header-main .header-left .header-left-ul .company-tips{
    width: 240px;
}

.header-main .header-right {
    font-size: 15px;
    color: #666;
}

.header-main .header-right .header-right-ul .header-right-li {
    margin: 0 10px;
    /* border: 1px solid pink; */
    /* width: 65px; */
    text-align: center;
    height: 25px;
    box-sizing: border-box;
	user-select: none;
	cursor: pointer;
    
}
.header-main .header-right .header-right-ul .logined-li{
    color: rgb(50, 150, 236);
    display: none;
}
.header-main .header-right .header-right-ul .home-btn{
    width: 35px;
    user-select: none;
    cursor: pointer;
}
.header-main .header-right .header-right-ul .active {
    border-bottom: 5px solid rgb(50, 150, 236);
}
.header-main .header-right .header-right-ul .login-li {
    background-color: rgb(50, 150, 236);
    color: white;
    padding: 0px 10px;
    border-radius: 3px;
    line-height: 25px;
}
/* 头部 end */
/* 底部 start */
.content-footer .footer-main {
    box-sizing: border-box;
    font-size: 16px;
    width: 1200px;
    margin: 0 auto;
    background-color: white;
    box-sizing: border-box;
    color: #888;
    padding: 0 20px;
}
/* 底部 end */