.user-contents {
    margin-left: 42px;
    margin-top: 30px;
}

.userbox {
    display: flex;
    align-items: center;
    margin-bottom: 55px;
}

.userbox .userLe {
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.userbox .userLe span {
    font-size: 18px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: #999999;
}

.contents-phone {
    font-size: 16px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: #fff;
    margin-left: 30px;
}

.contents-img {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    object-fit: cover;
    margin: 0 30px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.contents-imgbtn {
    position: relative;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: #999999;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

#fileupload-avatar {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 36px;
    opacity: 0;
    cursor: pointer;
}

.contents-username {
    font-size: 16px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: #999999;
    margin-left: 30px;
}

.sex-row {
    display: flex;
    align-items: center;
}

.sex {
    width: 20px;
    height: 17px;
    appearance: none;
    position: relative;
    outline: none;
}

.sex:before {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #ED6F22;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    box-sizing: border-box !important;
}

.sex:checked:before {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #ED6F22;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    box-sizing: border-box !important;
}

.sex:checked:after {
    content: "";
    width: 9px;
    height: 9px;
    text-align: center;
    background: #ED6F22;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    box-sizing: border-box !important;
}

.user-info-btn {
    width: 120px;
    height: 50px;
    background: #ED6F22;
    border-radius: 10px;
    font-size: 20px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    line-height: 50px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 60px;
    margin-left: 335px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

/* 选择器 */
ul,
li,
::after,
::before {
    box-sizing: content-box;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
    box-sizing: content-box;
}

.clearfix {
    zoom: 1
}

ul,
li {
    list-style: none;
}

.qrm-input {
    outline: none;
    border: none;
    height: 38px;
    font-size: 14px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: #999999;
    position: absolute;
    left: 4px;
    top: 0;
    padding: 0 10px;
    box-sizing: content-box !important;
}

.qrm-input-border {
    position: relative;

}

.qrm-pinming {
    height: 38px;
    line-height: 40px;
    border: 1px solid #dddddd;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    width: 300px;
    background-image: url("../../images/qrm-arrow-down.png");
    background-repeat: no-repeat;
    background-position: 275px;
    box-sizing: content-box !important;

}

.qrm-pinming:hover {
    cursor: pointer;
}

.qrm-pinming input:hover {
    cursor: pointer;
}

.qrm-pinming-panel {
    position: absolute;
    top: 52px;
    left: -1px;
    z-index: 99999;
    width: 350px;
    height: 210px;
    /*border: 1px solid #409EFF;*/
    background: #ffffff;
}

.qrm-border1 {
    float: left;
    width: 33%;
    height: 140px;
    overflow-y: scroll;
    border-right: 1px solid #f5f5f5;
    position: absolute;
    top: 50px;
    /*margin-left: 5px;*/
}

.scroll::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 3px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 6px;
}

.scroll::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    background: #dddddd;
}

.scroll::-webkit-scrollbar-corner {
    /* 滚动条交界处 */
    background-color: #f5f5f5;
}

.scroll::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 10px;
    background: #f5f5f5;
}

.qrm-border2 {
    float: left;
    width: 33%;
    overflow-y: scroll;
    max-height: 140px;
    border-right: 1px solid #f5f5f5;
    position: absolute;
    top: 50px;
    left: 100px;
    /*margin-left: 5px;*/
    /* background-color: #f5f5f5; */
}

.qrm-border3 {
    float: left;
    width: 33%;
    overflow-y: scroll;
    max-height: 140px;
    border-right: 1px solid #f5f5f5;
    /* background-color: #f5f5f5; */
    position: absolute;
    top: 50px;
    left: 200px;
    /*margin-left: 5px;*/
}

.qrm-lev {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.qrm-lev>li {
    width: 95%;
    position: relative;
    display: block;
    padding-left: 10px;
    height: 35px;
    line-height: 35px;
    background-color: #fff;
}

.qrm-lev>li:hover {
    background: #ED6F22;
    color: #fff;
}

.qrm-arrow-right {
    display: inline-block;
    width: 4px;
    height: 7px;
    background: url("../../images/qrm-arrow-right.png") no-repeat;
    position: absolute;
    right: 7px;
    top: 14px;
}

.qrm-lev-1>li.active {
    background: #ED6F22;
    color: #fff;

}

.qrm-lev-2>li.active {
    background: #ED6F22;
    color: #fff;

}

.qrm-lev-3>li.active {
    background: #ED6F22;
    color: #fff;

}

.qrm-lev-4>li.active {
    background: #ED6F22;
    color: #fff;
}

.box {
    margin-left: 30px;
    box-sizing: content-box !important;
}

/* 头像下拉框 */
.dropdownMenu1-li {
    position: absolute;
    bottom: -170px;
    left: -70px;
}

.dropdownMenu1-li li .box {
    width: 92px;
    height: 36px;
}

.dropdownMenu1-li li .box2 {
    width: 107px;
    height: 36px;
}

.dropdownMenu1-li li .box3 {
    width: 107px;
    height: 36px;
}