.logo {
  width: 100px !important;
}
body {
  position: relative;
}
html,
body {
  height: 100vh;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  /* min-width: 1200px; */
  overflow-x: auto;
  overflow-y: hidden;
}
* {
  font-family: PingFang SC, PingFang SC;
}
.container {
  min-width: 1260px;
}
.desc-wrap {
  position: relative;
}
.btn {
  position: relative;
}
.btn::before {
  content: '';
  width: 40%;
  height: 86px;
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  filter: blur(25px);
}
.btn span {
  position: relative;
  z-index: 2;
}
.try::before,
.header .login::before {
  display: none;
}
.header .btn {
  font-size: 14px;
}

.header.scrolled {
  /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%); */
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(156, 156, 156, 0.1);
}

/* 底部 */
.footer {
  padding: 25px 100px 10px;
  background: #06111d;
}
.f-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.f-con .logo {
  width: 98px;
  display: block;
}
.f-con .desc {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 10px 0 20px;
}

.btm-item {
  display: flex;
  align-items: center;
  gap: 2px;
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 8px;
}
.btm-item .icon {
  width: 18px;
  height: 18px;
}
.btm-item:last-child {
  margin-bottom: 0;
}
.email {
  margin-top: -1px;
}
.footer {
  position: relative;
}
.footer .right {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 10px;
}
.r-item {
  font-size: 12px;
  /* color: #fff; */
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}
.ewm {
  width: 90px;
  height: 90px;
  margin-bottom: 10px;
}
.c-item-item {
  /* border-radius: 5px; */
  /* padding: 4px; */
  /* background-color: #fff; */
  width: 90px;
  height: 90px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.c-item-item .ewm {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.company {
  margin-top: 16px;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  gap: 8px;
  flex-wrap: nowrap;
  display: flex;
  font-weight: 400;
}
.company .name {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  padding-bottom: 2px;
}
.company a {
  position: relative;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
}

.company a:hover {
  border-color: rgba(255, 255, 255, 0.6);
  /* text-decoration: underline; */
}

a:active {
  text-decoration: none;
  /* color: #fff; */
  color: rgba(255, 255, 255, 0.6);
}

.locale-wrap {
  position: relative;
  height: 42px;
  display: flex;
  align-items: center;
  z-index: 10;
  overflow: hidden;
}

.locale-title {
  position: relative;
  display: flex;
  font-weight: 400;
  font-size: 16px;
  color: #49505c;
  gap: 8px;
  margin-left: 16px;
  align-items: center;
  cursor: pointer;
}
.locale-title img {
  width: 16px;
  height: 16px;
}

.locale-select {
  position: absolute;
  left: 0;
  top: 40px;
  width: 130px;
  box-sizing: border-box;
  background-color: #ffffff;
  background-clip: padding-box;
  border-radius: 8px;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08),
    0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  padding: 6px;
  opacity: 0;
  transition: all 0.5s;
}

/* .locale-select:hover {
  opacity: 1;
} */

.locale-wrap:hover {
  overflow: visible;

  .locale-select {
    opacity: 1;
  }
}

.locale-item {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding-left: 6px;
  font-family: PingFangSC, 'PingFang SC';
  font-weight: 400;
  font-size: 14px;
  color: #666;
  text-decoration: none;
  box-sizing: border-box;
  margin-bottom: 6px;
}
.locale-item:last-child {
  margin-bottom: 0;
}
.locale-item:hover {
  color: #333;
  background: #f8f8f8;
  border-radius: 5px;
}
.locale-item.act {
  background: #ffecf2;
  border-radius: 5px;
  color: #f26;
}
.locale-item:active {
  color: #f26;
  text-decoration: none;
}

.shadow-btn:hover {
  opacity: 0.7;
  /* box-shadow: 0px 5px 15px 0px rgba(164, 81, 255, 0.25); */
}

.href-btn {
  cursor: pointer;
}

.company a:hover {
  text-decoration: none;
}

/* .ripple-btn:hover {
  opacity: 0.7;
} */

/* .ripple-btn:hover::after,
.ripple-btn2:hover::after {
  animation: ripple 1s ease-out;
}

@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(20, 20);
    opacity: 0;
  }
}

.ripple-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
}
.ripple-btn2 {
  overflow: hidden;
}
.ripple-btn2::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(164, 81, 255, 0.3);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
} */

.desc-wrap .tit {
  color: #150e51;
  font-size: 32px;
  position: relative;
}

.nav .item:hover {
  opacity: 0.7;
}
