.headerUser {
    background: #fcfbfc;
}
.headerUser .headerFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}
.headerUser .headerRight {
    display: flex;
    align-items: center;
}
.headerUser .searchInput {
    width: 372px;
    height: 36px;
    background: #F4F4F4;
    border: 1px solid #DFDFDF;
    border-radius: 20.5px;
    box-sizing: border-box;
    padding-left: 22px;
    padding-right: 47px;
}
.headerUser .inputBox {
    position: relative;
    top: 0;
}
.headerUser .searchIcon {
    position: absolute;
    top: 10px;
    right: 19px;
}

.headerUser .avatar {
    width: 42px;
    height: 42px;
    border-radius: 500px;
}
.headerUser .nickname {
    width: 100px;
}
.userInfo, .submission {
    min-height: calc(100vh - 240px);
    box-sizing: border-box;
    flex: 1;
}
.userInfo {
    padding: 44px 86px 0;
}
.submission {
    padding: 40px 20px;
}
.uploadAvatarWrap {
    display: flex;
    align-items: center;
}
.avatarUploadImg {
    width: 70px;
    height: 70px;
    border-radius: 500px;
}
#uploadAvatarBtn {
    padding: 12px 15px;
    width: fit-content;
    background: #2265D5;
    border-radius: 5px;
}
.setUserName {
    position: relative;
    top: 0;
}
.setUserNameInput {
    padding-right: 160px;
}
.saveUserBtn {
    width: 57px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #2265D5;
    border-radius: 5px;
    position: absolute;
    top: 5px;
    right: 10px;
}
.setListBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.openLogin {
    width: 472px;
    box-sizing: border-box;
}
.openLogin .loginWrap {
    min-height: inherit;
    padding-top: 30px;
}
.openLogin .layui-layer-setwin .layui-layer-ico, .supplementaryLayer .layui-layer-setwin .layui-layer-ico {
    width: 16px;
    height: 16px;
    background: url("../images/user/close.png") no-repeat;
    background-size: 100%;
    top: 2px;
    right: 5px;
}
.openLogin .layui-layer-setwin .layui-layer-ico:hover, .supplementaryLayer .layui-layer-setwin .layui-layer-ico:hover {
    background-position: 0 0;
}
.openLogin .loginWrap .layui-form-item {
    margin-bottom: 24px;
}
.openLogin .layerBtn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.openLogin .cancelBtn, .openLogin .comfirmBtn {
    width: 131px;
}
.openLogin .cancelBtn {
    border: 1px solid #0056D2;
    border-radius: 5px;
    color: #0056D2;
    background: #fff;
    display: block;
}
.layui-layer {
    border-radius: 10px!important;
}
.supplementaryLayer .layui-form-item {
    display: flex;
}
.supplementaryLayer .labelCont {
    flex: 0 0 110px;
    padding-top: 10px;
}
.labelCont:after {
    content: "*";
    color: #E02020;
    position: relative;
    left: 5px;
    font-size: 14px;
    font-weight: 600;
}
.supplementaryLayer .labelCont.noRequired:after {
    display: none;
}
.supplementaryLayer .inputCont {
    flex: 1;
}
.supplementaryLayer textarea, .supplementaryLayer textarea:hover, .supplementaryLayer textarea:focus {
    border-color: #333!important;
}
.supplementaryBtnWrap {
    display: flex;
    justify-content: end;
}

.supplementaryLayBtn {
    min-width: 85px;
    background: #333;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
}
.supplementaryLayBtn.cencelLayer {
    background: none;
    color: #333333;
    border-color: #333333;
}
.fileUploadBtn {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    border: 1px solid #333;
    cursor: pointer;
}
.boxUser {
    display: flex;
    align-items: stretch;
}
.leftUser {
    flex: 0 0 300px;
    background: #2265D5;
    box-sizing: border-box;
    padding-top: 63px;
}

.avatarImg {
    width: 110px;
    height: 110px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
}

.leftUser .links {
    display: flex;
    align-items: center;
    padding: 15px 15px 15px 25px;
}
.leftUser .links.cur {
    background: #123a7c;
}
.tables {
    width: 100%;
    border: 1px solid #E8E8E8;
}
.tables thead {
    background: #E2E2E2;
}
.tables thead th {
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border-left: 1px solid #E8E8E8;
}
.tables tbody td {
    padding: 13px 10px;
    text-align: center;
    border-left: 1px solid #E8E8E8;
}
.tables tbody td.underLine {
    position: relative;
}
.underLineCont {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: underline;
}
.tables tbody td.underLine:hover .tips {
    display: block;
}
.tips {
    position: absolute;
    bottom: 100%;
    left: 0;
    background: #333;
    color: #fff;
    padding: 5px;
    display: none;
}
.tips::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    border: 8px solid transparent;
    border-top-color: #333;
}
.tables tbody td .status {
    border: 1px solid transparent;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: start;
    box-sizing: border-box;
    padding: 3px 5px;
    font-size: 12px;
}
.tables tbody td .status5 {
    border-color: #078372;
    color: #078372;
    background: #EAFAF8;
}
.tables tbody td .status4 {
    border-color: #CB4F35;
    color: #CB4F35;
    background: #FEEFEC;
}
.tables tbody td .status2 {
    border-color: #623DA0;
    color: #623DA0;
    background: #F5EFFF;
}
.tables tbody td .status1 {
    border-color: #D17410;
    color: #D17410;
    background: #FEF5EB;
}
.tables tbody td .status3 {
    border-color: #225EED;
    color: #225EED;
    background: #EEF3FF;
}
.tables tbody tr:nth-child(even) td {
    background: #f5f5f5;
}
.supplementaryLayer {
    width: 640px;
}

