body {
  background-color: #f5f5f5;
}

.center-box .user-box .content-box {
  background-color: #ffffff;
}
.center-box .user-box .content-box .icon {
  width: 4rem;
  height: 4rem;
}
.center-box .user-box .content-box .menu-item .nav-item {
  margin-bottom: 1.9rem;
  text-align: center;
}
.center-box .user-box .content-box .menu-item .nav-item a {
  padding: 1rem 0;
}
.center-box .user-cont .tabs-box {
  border-bottom: 0.1rem solid #ebebeb;
}
.center-box .user-cont .tabs-box .user-item .nav-item a {
  position: relative;
}
.center-box .user-cont .tabs-box .user-item .nav-item a.active {
  color: var(--bs-primary);
  background-color: transparent;
}
.center-box .user-cont .tabs-box .user-item .nav-item a.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 0.2rem;
  background-color: var(--bs-primary);
}
@media screen and (max-width: 768px) {
  .center-box .collapse-user {
    height: 0;
    overflow: hidden;
  }
  .center-box .collapse-user.show {
    height: auto;
  }
}