.head{
    width: 100%;
    min-width: 1200px;
    height: 70px;
    margin: 32px 0;
}
.head-parent{
    width: 1200px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}
.head .head-left{
    display: flex;
}
/* .head .head-left .userImg{
    width: 100px;
    height: 100px;
    padding: 0 10px;
}
.head .head-left .userImg img{
    width: 80px;
    height: 80px;
}

.head .head-left .Description{
    max-width: 460px;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 88px;
}
.head .head-left .Description .Description-name{
    display: flex;
}
.head .head-left .Description .Description-name p{
    font-size: 24px;
    height: 45.7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.head .head-left .Description .introduce{
    max-width: 460px;
    overflow: hidden;
    display: flex;
}
.head .head-left .Description .introduce .introduce-text{
    margin-right: 5px;
}
.head .head-left .Description .introduce .introduce-item{
    display: flex;
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
}
.head .head-left .Description .introduce .introduce-item img{
    width: 16px;
    height: 15px;
    margin-right: 3px;
}
.head .head-left .border-left{
    width: 2px;
    height: 30px;
    margin: 15px ;
    background: rgba(0, 0, 0, 0.2);
}
.head .head-left .qrcode{
    padding-left: 20px;
    margin-top: -15px;
    width: 50px;
    height: 40px;
    line-height: 65px;
    display: flex;
}
.head .head-left .qrcode .qrcodeImg img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.head .head-left .qrcode .qrcode-parent{
    width: 120px;
    position: absolute;
    left: -25px;
    top: 50px;
    display: none;
    height: 147px;
    z-index: 99;
    background-color: #fff;
    border: 0.5px solid rgba(0, 0, 0, 0.15);
}
.head .head-left .qrcode .qrcode-parent p{
    text-align: center;
    line-height: 30px;
    font-size: 12px;
}
.head .head-left .qrcode .qrcode-parent #qrcode{
    margin-top: 10px; 
    display: flex;
    justify-content: center;
}
.head .head-left .qrcode .arrow img{
    width: 8px;
    height: 6px;
} */
.head .head-left .logoImg{
    width: 176px;
    height: 70px;
}

.head-right{
    display: flex;
    margin: 15px 0;
}
.head-right .search{
    height: 40px;
    display: flex;
}
.head-right .search input{
    outline: 0;
    width: 640px;
    padding: 8px 16px;
    background: #FFF;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,0.85);
    border: 2px solid #D80F19;
    border-radius: 3px 0px 0px 3px;
}
.head-right .search .search-btn{
    user-select: none;
    cursor: pointer;
    width: 128px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #D80F19;
    border-radius: 0px 3px 3px 0px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
}
.head-right .search .search-btn img{
    width: 24px;
    height: 24px;
    margin-right: 8px;
    vertical-align: -6px;
}
.head-right .search .search-btn2{
    user-select: none;
    cursor: pointer;
    width: 92px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 3px;
    border: 2px solid #D80F19;
    font-size: 16px;
    font-weight: 600;
    color: #D80F19;
    margin-left: 16px;
}
.head-right .member{
    margin-left: 50px;
    margin-top: -27px;
}
.head-right .member img{
    width: 80px;
    height: 90px;
}