body {
  margin: 0;
  padding: 0;
  /* background: #ffe; */
  font-size: 14px;
  font-family: "微软雅黑", "宋体", sans-serif;
  color: #231f20;
  overflow: hidden !important;
}
a {
  color: #000;
  font-size: 14px;
}
#main {
  width: 100%;
  position: absolute;
  bottom: 50px;
}
#wrap {
  position: relative;
  margin: 0 auto;
  width: 1100px;
  height: 680px;
  margin-top: 10px;
}
#text {
  width: 400px;
  height: 425px;
  top: 230px;
  position: absolute;
  /* display: none; */
}

.delay {
  display: none;
}

#code {
  display: none;
  font-size: 16px;
}
#clock-box {
  position: absolute;
  left: 60px;
  top: 550px;
  font-size: 28px;
  display: none;
}
#clock-box a {
  font-size: 28px;
  text-decoration: none;
}
#clock {
  margin-left: 48px;
}
#clock .digit {
  font-size: 64px;
}
#canvas {
  margin: 0 auto;
  width: 1100px;
  height: 680px;
}
#error {
  margin: 0 auto;
  text-align: center;
  margin-top: 60px;
  display: none;
}
.hand {
  cursor: pointer;
}
.say {
  margin-left: 5px;
}
.space {
  margin-right: 150px;
}

.social {
  margin-top: 10px;
  text-align: center;
}
.social .sc-title {
  color: #ffd;
}
.social .icons {
  margin-top: 15px;
}
.social .icons img {
  margin-right: 10px;
}
.social .icons img:last-child {
  margin-right: 0;
}

.wrp {
  width: 100%;
  height: 100%;
  position: relative;
}
.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.content {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.avatar {
  margin: auto;
  width: 150px;
  height: 150px;
  box-sizing: border-box;
  border: 5px white solid;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
  transform: translatey(0px);
  -webkit-animation: float 6s ease-in-out infinite;
  animation: float 6s ease-in-out infinite;
}
.avatar img {
  width: 100%;
  height: auto;
}

@-webkit-keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-20px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-20px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
}

.user-name {
  font-size: 24px;
  margin: 30px 0 0 0;
  font-weight: lighter;
  text-transform: uppercase;
  color: #eeeeee;
  font-family: "Helvetica", sans-serif;
  text-align: center;
}

.social-bottom {
  position: absolute;
  bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-bottom .item {
  display: flex;
  align-items: center;
  gap: 7px;
}
.social-bottom .item img {
}
.social-bottom .item span {
  display: block;
  color: #ffe;
  font-size: 15px;
}






.card {
  width: 100%;
  max-width: 515px;
  background: #fff;
  margin: auto;
  margin-top: 100px;
  font-family: "DM Sans", sans-serif;
  font-family: "Sarabun", sans-serif;
  text-align: center;
  border-radius: 30px;
  overflow: hidden;
}
.card-header .avatar {
  background-color: #fff;
}
.card-header {
  padding-bottom: 5px;
  position: relative;
  overflow: hidden;
  height: 230px;
}
.bgh1 {
  background: url(../image/bg-header.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.bgh2 {
  background: #fff;
  position: absolute;
  bottom: 0;
  height: 40%;
  width: 100%;
  z-index: 2;
}
.bgh3 {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  padding-top: 70px;
  padding-bottom: 10px;
}
.u-name {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px; /* 132.143% */
}

.u-des {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding: 5px 20px;
}
.card .card-body .icons {
  gap: 10px;
  display: flex;
  justify-content: center;
}

.u-items {
  padding: 15px 30px;
  margin-top: 15px;
}
.u-items .u-item {
  border-radius: 74.823px;
  border: 0.935px solid var(--Neutral-300, #eff2f6);
  background: var(--Neutral-100, #fff);
  box-shadow: 0px 1.871px 7.482px 0px rgba(48, 48, 50, 0.06);
  margin-bottom: 12px;
}
.u-items .u-item a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  padding: 9px;
}
.u-items .u-item a .ic {
  width: 25px;
  height: 25px;
  border-radius: 100px;
  margin-left: 15px;
}
.u-items .u-item a span {
  flex: 1;
  text-align: left;
}
.u-items .u-item a .ic-right {
  width: 48px;
  height: 48px;
}
.u-items .u-item a .ic-right-active {
  width: 48px;
  height: 48px;
  display: none;
}

.u-items .u-item:hover {
  background: var(--Neutral-800, #030b1a);
}
.u-items .u-item:hover a span {
  color: #fff;
}
.u-items .u-item:hover .ic-right {
  display: none;
}
.u-items .u-item:hover .ic-right-active {
  display: block;
}

.u-items .u-item.active .ic-right {
  display: none;
}
.u-items .u-item.active .ic-right-active {
  display: block;
}

/* @media (max-width: 991px) {
  .desktop {
    display: none; } } */
@media (max-width: 575px) {
  .card {
    width: 100%;
    border-radius: 0;
    background: #fff;
    text-align: center;
    overflow: hidden;
    margin: 0;
  }
}
