/* header */
.cjhd-header {
    width: 80%;
    height: 70px;
    background:rgba(255,255,255,1);
    float: left;
    padding: 0 10%;
    display: flex;
    justify-content: space-between;
}
.cjhd-header-div-logo {
    height: 71px;
    padding-top: 9px;
    text-align: center;
}

.cjhd-header-img-logo {
    height: 60px;
}

.cjhd-header-div-catalogue {
    height: 80px;
    float: left;
}
.cjhd-header-div-catalogue ul {
    height: 80px;
    line-height: 80px;
    min-width: 500px;
    margin-left: 50px;
    display: flex;
}
.cjhd-header-div-catalogue ul li{
    font-family:PingFang SC;
    font-size:17px;
    font-weight:400;
    color:#3E1F12;
    padding-right: 30px;
}

.cjhd-header-div-member {
    height: 80px;
    min-width: 380px;
    line-height: 80px;
    margin-left: 80px;
}

.cjhd-header-div-member .member-tip {
    margin-left: 10px;
}
.cjhd-header-div-member .member-name {
    margin-left: 9px;
}
.cjhd-header-div-member .member-quit {
    margin-left: 10px;
}

.cjhd-header-div-member .member-text {
    font-size:17px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(51,51,51,1);
}

.cjhd-header-div-member .member-link {
    color:rgba(174,43,22,1);
}

*, ::after, ::before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

a, a:visited, a:hover, a:active {
    text-decoration: none;
    cursor: pointer;
    text-decoration-line: none;
}
