a {
  text-decoration: none;
}

a:hover {
  transition: 0.3s;
}

body,
html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: linear-gradient(333deg, #e992f1, #c0fc98, #f2fca0);
  border-top: 5px solid #fff6e6;
  border-bottom: 5px solid #fff6e6;
  box-sizing: border-box;
  overflow: hidden;
  font-family: 'Baloo 2', 'Noto Sans TC', sans-serif;
}

.bgmark {
  font-size: 20rem;
  font-weight: 400;
  line-height: 25rem;
  color: #f5f5f51c;
  text-align: center;
  top: 0;
  position: absolute;
  z-index: 0;
}

.namecard {
  width: 460px;
  height: 160px;
  padding: 40px;
  margin: auto;
  margin-top: 10vh;
  background: #efefefed;
  border-radius: 10px;
  border: solid 2px #ffffffe0;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.5px;
  color: #606060;
  box-shadow: 0 5px 35px -18px rgba(243, 79, 42, 0.82);
  transition-duration: 0.2s;
}

.namecard_P {
  width: 460px;
  height: 160px;
  padding: 40px;
  margin: auto;
  margin-top: 10vh;
  background: #efefefed;
  border-radius: 10px;
  border: solid 2px #ffffffe0;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.5px;
  color: #606060;
  box-shadow: 0 5px 35px -18px rgba(243, 79, 42, 0.82);
  transition-duration: 0.2s;
}

.qr {
  width: 180px;
  height: 180px;
  position: absolute;
  right: 30px;
  bottom: 28px;
  background: url(https://i.imgur.com/4V5304E.png);
  border-radius: 100px;
  background-size: cover;
  z-index: 88;
}

.qr1 {
  width: 180px;
  height: 180px;
  position: absolute;
  right: 30px;
  bottom: 28px;
  background: url(./img/logo_2.jpg);
  border-radius: 100px;
  background-size: cover;
  z-index: 88;
}

.circle {
  position: absolute;
}

.namecard h2 {
  margin-top: -5px;
  height: 20px;
  font-size: 26px;
  font-weight: 600;
  color: #3d3c3c;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 88;
}

.namecard h3 {
  color: #606060;
  height: 24px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.2px;
}

.namecard_P h2 {
  margin-top: -5px;
  height: 20px;
  font-size: 26px;
  font-weight: 600;
  color: #3d3c3c;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 88;
}

.namecard_P h3 {
  color: #606060;
  height: 24px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.2px;
}

.mail {
  padding-left: 40px;
  background: url('https://cdn4.iconfinder.com/data/icons/social-media-logos-6/512/112-gmail_email_mail-512.png') no-repeat;
  background-size: 31px 30px;
  background-position: 0 3px;
  line-height: 35px;
  font-size: 20px;
}

.igid {
  padding-left: 40px;
  background: url('https://cdn4.iconfinder.com/data/icons/social-media-logos-6/512/62-instagram-512.png') no-repeat;
  background-size: 30px 30px;
  background-position: 0 3px;
  line-height: 35px;
  font-size: 20px;
}

.fbid {
  padding-left: 40px;
  background: url('https://cdn2.iconfinder.com/data/icons/social-media-2285/512/1_Facebook_colored_svg_copy-512.png') no-repeat;
  background-size: 30px 30px;
  background-position: 0 3px;
  line-height: 35px;
  font-size: 20px;
}

.copy {
  width: 100vw;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1.5px;
  position: absolute;
  bottom: 30px;
}

/* 鼠标悬停时的状态 */
.namecard:hover {
  transform: scale(1.05); /* 缩放效果，可以根据需要调整 */
  box-shadow: 0 10px 40px -18px rgba(243, 79, 42, 0.82); /* 更大的阴影效果 */
}

/* 鼠标悬停时的状态 */
.namecard_P:hover {
  transform: scale(1.05); /* 缩放效果，可以根据需要调整 */
  box-shadow: 0 10px 40px -18px rgba(243, 79, 42, 0.82); /* 更大的阴影效果 */
}

