.header {
  background: #fff;
  height: 68px;
  border-bottom: 1px solid #f2f2f2;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.header-top {
  position: relative;
  padding: 0px 5vw 0;
  height: 68px;
}

.logo-wrap {
  position: absolute;
  left: 72px;
  top: 21px;
  width: 332px;
  height: 24px;
  background-image: url("../image/logo.png");
  background-size: cover; /* 或 contain */
  background-repeat: no-repeat;
  background-position: center; /* 可选：控制图片居中 */
}

.nav {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 68px;
  padding: 20px 0 0;
  display: flex;
  justify-content: space-between;
}

.nav .nav-link-wrap {
  display: flex;
  height: 48px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.nav a {
  color: #222;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  margin: 0 24px;
}

.nav .nav-a-bottom-border {
  width: 42px;
  height: 5px;
  border-radius: 3px;
  background-color: #5e2bff;
}

.register-btn {
  position: absolute;
  right: 185px;
  top: 21px;
  color: #5e2bff;
}

.login-btn {
  position: absolute;
  right: 71px;
  top: 13px;
  width: 80px;
  height: 40px;
  border-radius: 20px;
  background: #5e2bff;
  color: #fff;
  border: none;
  padding: 6px 18px;
}

.console {
  position: absolute;
  right: 220px;
  top: 22px;
  color: #000;
  font-size: 14px;
}

.user-wrap {
  position: absolute;
  right: 42px;
  top: 20px;
}

.user {
  width: 138px;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.user button {
  font-weight: 400;
}

.user img {
  width: 16px;
  height: 16px;
}

.log-out {
  width: 138px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}

.log-out img {
  width: 20px;
  height: 16px;
  margin-right: 3px;
}

.log-out-wrap {
  width: 578px;
  height: 370px;
  position: fixed;
  top: 167px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 9999;
  box-shadow: 0px 2px 4px 0px rgba(0, 25, 50, 0.33),
    inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
  border-radius: 24px;
}

.log-out-text {
  position: absolute;
  top: 124px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
}

.log-out-wrap .cancel {
  width: 153px;
  height: 40px;
  background: #5e2bff;
  border-radius: 20px;
  position: absolute;
  left: 128px;
  top: 268px;
  color: #fff;
  font-size: 16px;
}

.log-out-wrap .confirm {
  width: 153px;
  height: 40px;
  background: #e4e4e4;
  border-radius: 20px;
  position: absolute;
  right: 128px;
  top: 268px;
  font-size: 16px;
}

.log-out-wrap .confirm:hover {
  border: 1px solid #5e2bff;
}

.log-out-wrap .close-wrap {
  position: absolute;
  top: 24px;
  right: 24px;
}

.log-out-wrap img {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.footer-main {
  width: 1296px;
  height: 509px;
  background-image: url("../image/useBg2.png");
  background-size: cover; /* 或 contain */
  background-repeat: no-repeat;
  background-position: center; /* 可选：控制图片居中 */
  margin: 125px auto 62px;
  text-align: center;
  padding-top: 205px;
}

.footer-main h2 {
  margin: 0 92px 0;
  font-size: 72px;
  margin-bottom: 17px;
}
.footer-main p {
  color: #646464;
  margin-bottom: 56px;
  font-size: 52px;
  font-weight: bold;
}

.footer-main .free-btn {
  margin-top: unset;
}

.footer-stats {
  display: flex;
  justify-content: center;
  margin: 18px 0px;
  padding-bottom: 98px;
  min-width: 1296px;
}

.footer-stats .line {
  height: 103px;
  border-right: 1px solid #e4e4e4;
  margin: 0 105px;
}

.footer-stats p {
  text-align: center;
  font-weight: bold;
}

.footer-stats div {
  font-size: 30px;
}

.footer {
  background: #fff;
  border-radius: 12px 12px 0 0;
  height: 226px;
  border-top: 1px solid #e4e4e4;
  padding: 45px 72px;
  display: flex;
  justify-content: space-evenly;
  min-width: 1296px;
  margin: 32px auto 0;
}

.footer .footer-wrap .footer-logo {
  width: 120px;
  height: 20px;
  margin-bottom: 29px;
  background-size: cover; /* 或 contain */
  background-repeat: no-repeat;
  background-position: left; /* 可选：控制图片居中 */
  background-image: url("../image/logo.png");
}

.footer .footer-wrap .href a {
  font-size: 16px;
}

.company-info div {
  margin-bottom: 12px;
  font-size: 16px;
}

.footer-qr {
  width: 110px;
  height: 109px;
  background-size: cover; /* 或 contain */
  background-repeat: no-repeat;
  background-position: left; /* 可选：控制图片居中 */
  background-image: url("../image/qrBg.png");
  padding: 2px;
}

.footer-wrap p {
  text-align: center;
}
