body {
  background: #f5f5f5;
}
.FX1{
  display: fx1;
}
.usercenter {
  width: 1175px;
  margin: auto;
}

.usercenter .main_body {
  display: flex;
  margin-top: 15px;
  margin-bottom: 30px;
}

.navBar {
  background: rgb(63, 79, 104);
  width: 200px;
  display: flex;
  height: 710px;
  flex-direction: column;
  align-items: center;
  padding-bottom: 80px;
  border-radius: 6px;
}

.nav_list div {
  color: #fff;
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin: 30px;
  font-weight: bold;
  position: relative;
  /*width: 82px;*/
  /*justify-content: space-around;*/
}

.qr_code {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.qr_code p {
  color: white;
}

.qr_code img {
  margin: 20px 0;
  height: 90px;
  width: 90px;
  border-radius: 4px;
}

.userCenter_main {
  background: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

.logoBox img {
  height: 56px;
  margin-left: 30px;
}

.headBar {
  flex: 1;
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.headBar .userInfo {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.headBar .userInfo p {
    color: #555;
}

.headBar div {
  color: #abacab;
  font-size: 18px;
  margin-left: 50px;
}
.headBar div a {
  color: #555;
  line-height: 34px;
}

.headBar .userInfo img {
  height: 35px;
  width: 35px;
  margin-right: 10px;
  border-radius: 50%;
}

.headBar .sign {
  padding: 5px 30px;
  background: #0e932e;
  border-radius: 20px;
  color: white;
  cursor: pointer;
}

.headBar .notice {
  display: flex;
  align-items: center;
}

.headBar .notice span {
  font-size: 28px;
  margin-right: 5px;
}

.usercenter .main_body .content {
  flex: 1;
  margin: 0 0px 0 20px;
  width: 935px;
}
.nav_list .one{
  position: relative;
  /* outline: 1px solid red; */
}
.nav_list .one .dot1{
  position: absolute;
  top: 6px;
  right: -12px;
  width: 8px;
  height: 8px;
  background: red;
  border-radius: 100%;
  margin: 0;
  display: none;
}
.nav_list div .menu_active {
  color: green;
}

.nav_list p a {
  color: #ffffff;
  font-weight: bold;
}

#userPicture {
  width: 320px;
  height: 240px;
  text-align: center;
}
#userPicture .layui-upload-list img {
  width: 95px;
  height: 95px;
}

#userPicture .jindu {
  width: auto;
  text-align: center;
}
#userPicture .jindu div {
  display: inline-block;
  width: 95px;
}
#userPicture .tip {
  padding-bottom: 5px;
  color: red;
}

.menu-active span {
  color: orange;
}

.menu-active a {
  color: orange !important;
}
.info-page{
  text-align: center;
}
.FX1 {
    display: flex;
    flex: 1;
}

#myModal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.1);
}

#myModal .modal {
    width: 315px;
    height: 300px;
    position: relative;
    top: 40%;
    left: 55%;
    margin-top: -150px;
    margin-left: -250px;
    animation: animate 1s;
    color: rgba(0, 0, 0, 0.85);
    ;
}

.modal .modal-header {
    background: white;
    color: #000;
    /* line-height: 56px; */
    border-bottom: 1px solid #F0F0F0;
    display: flex;
    align-items: center;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 400;
}

.modal .modal-header .close {
    position: absolute;
    right: 20px;
    font-size: 20px;
    cursor: pointer;
}

.modal .modal-content {
    background: white;
    padding: 24px;
}

.modal .modal-content .item {
    display: flex;
    align-items: center;
    width: 267px;
    height: 42px;
    /* background: #F8F8F8; */
    border-radius: 2px 2px 2px 2px;
    margin-bottom: 10px;
}

.modal .modal-content .item:last-child {
    margin-bottom: 0;
}

.ico {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.modal .modal-footer {
    position: relative;
    height: 50px;
    background: white;
    border-top: 1px solid #F0F0F0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 8px;
}

.modal .modal-footer button {
    width: 60px;
    height: 32px;
    box-shadow: 0px 2px 0px 1px rgba(0, 0, 0, 0.02);
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    margin-right: 8px;
}

.button1 {
    border: 1px solid #D9D9D9;
    background: #FFFFFF;
}

.button2 {
    border: 1px solid#009A44;
    background: #009A44;
    color: #FFFFFF;
}

.modal-content .item .go {
    display: none;
}

.modal .modal-content .current {
    display: flex;
    align-items: center;
    width: 267px;
    height: 42px;
    border-radius: 2px 2px 2px 2px;
    margin-bottom: 10px;
}

.modal .modal-content .current:last-child {
    margin-bottom: 0;
}

.current .go {
    display: block;
}

/* 简历管理圆点 */
.info_two .title p{
  display: flex;
  align-items: center;
}
.info_two .title p span{
  width: 8px;
  height: 8px;
  background: red;
  border-radius: 100%;
  margin-left: 3px;
  display: none;
}

/* 通知中心圆点 */
.notice{
  position: relative;
}
.dot2{
  position: absolute;
  top: 0;
  left: -30px;
  width: 8px;
  height: 8px;
  background: red;
  border-radius: 100%;
  display: none;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em{
  background-color: #009A44 !important;
}

.layui-btn{
  background-color: #009A44 !important;
}


.foot_siderbar {
    position: fixed;
    top: 50%;
    right: 20px;
    z-index: 20;
    background: #fff;
    margin-top: -220px;
    box-shadow: 2px 2px 10px rgb(100 100 100);
    border-radius: 6px;
}

.siderbar03 {
    padding: 5px 5px;
    text-align: center;
    color: #6d6d6d;
    font-size: 12px;
    position: relative;
}

.siderbar03>img {
    width: 25px;
    height: 25px;
    margin-bottom: 4px;
    border-radius: 5px;
}

.siderbar04 {
    position: absolute;
    top: 0;
    width: 150px;
    height: 150px;
    padding: 10px;
    border: 1px solid #cccccc;
    background-color: #fff;
    z-index: 100;
    transition: all ease 0.4s;
    transform: scale(0) translateY(-50%);
    transform-origin: 100% 0;
    opacity: 0;
    left: -180px;
}

.siderbar04>img {
    width: 100%;
    height: 100%;
}

.siderbar03:hover .siderbar04 {
    opacity: 1;
    transform: scale(.8) translateY(-36%);
}

.siderbar03:last-child {
    display: none;
}

.to-top-show {
    display: block !important;
}

.to-im {
    
}

.to-im .icon-hudonggoutong_border{
    font-size: 24px;
    color: #0e7f0d;
}

.to-im p {
    color: #6d6d6d;
}

.no-read-num {
    display: none;
    position: absolute;
    right: 4px;
    top: 8px;
    background: red;
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    text-align: center;
}

.no-read-num2{
    right: -20px !important;
    top: -6px;
}

.a-button {
    border: 1px solid #0e932e;
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 5px;
    background: #0e932e;
}

@keyframes redPulse {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    to {
        opacity: 1.0;
    }
}

@-webkit-keyframes redPulse {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    to {
        opacity: 1.0;
    }
}
