* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  min-width: 1286px;
  overflow-x: hidden;
}

ul,
ol {
  list-style: none;
}

.page-wrapper {
  padding: 0 304px 0 317px;
}

.common-layout {
  height: 100vh;
  min-width: 1286px;
  overflow: hidden;
}
.valid-text {
  color: red;
  font-size: 11px;
  text-align: left;
  width: 100%;
  height: 10px;
}

#login-other {
  cursor: pointer;
}
#login-img {
  width: 16px;
  height: 16px;
}
.top-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 304px 0 317px;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1500px) {
  .page-wrapper {
    padding: 0 204px 0 217px;
  }
  .top-menu {
    padding: 0 204px 0 217px;
  }
  .footer-flex {
    padding: 0 204px 0 217px !important;
  }
  .footer-flex p {
    font-size: 22px !important;
  }
}

.pcLogo {
  height: 53px;
}

.menu-right {
  display: flex;
  width: 200px;
  justify-content: space-between;
}

.menu-right a {
  display: block;
  font-size: 14px;
  color: #050505 !important;
}

.menu-right li {
  cursor: pointer;
  font-size: 16px;
  color: #333;
}

.menu-right li:hover {
  color: #2974ee;
}

.text-right {
  margin-right: 109px;
}

.banner-btn {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  width: 198px;
  height: 50px;
  opacity: 1;
  letter-spacing: 0px;
  margin-top: 31px;
  background: linear-gradient(
    90deg,
    rgba(24, 100, 232, 1) 0%,
    rgba(109, 103, 252, 1) 100%
  );
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.banner-btn:hover {
  opacity: 0.9;
}

.data_img {
  margin-top: 85px;
}

.data_text {
  margin-top: 108px;
}

.jobimg {
  margin-top: 78px;
}

.bg-image {
  width: 100%;
  height: 545px;
  background-image: url("../../assets/images/company/topbg.png");
  background-size: cover;
  box-sizing: border-box;
  overflow: hidden;
}

.main-box {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.main-left {
  flex: 1;
  min-width: 0;
  box-sizing: border-box;
}

.banner-title {
  margin-top: 118px;
  font-size: 34px;
  font-weight: 600;
  vertical-align: top;
  letter-spacing: 1px;
  opacity: 1;
  margin-bottom: 45px;
}

.banner-title span {
  font-size: 34px;
  background: linear-gradient(
    90deg,
    rgba(78, 82, 254, 1) 0%,
    rgba(25, 193, 235, 1) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.banner-text {
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 16px;
}

.banner-text p {
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 14px;
  color: #333;
}

.banner-tips {
  display: flex;
  align-items: center;
  width: 462px;
  line-height: 32px;
  border-radius: 50px;
  opacity: 1;
  background: linear-gradient(
    90deg,
    rgba(244, 237, 252, 1) 0%,
    rgba(234, 244, 253, 1) 100%
  );
  margin-bottom: 35px;
  font-size: 14px;
}

.tips-img {
  width: 17px;
  height: 22px;
  margin-left: 15px;
  margin-right: 8px;
}

.main-right {
  position: absolute;
  z-index: 999;
  padding: 23px 25px;
  top: 67px;
  right: 297px;
  width: 400px;
  height: 416px;
  opacity: 0.8;
  background: rgba(255, 255, 255, 1);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
#login-change {
  cursor: pointer;
}
#login-image {
  position: absolute;
  top: 8px;
  right: 10px;
  height: 59px;
  width: 64px;
}

#login-image .right-img {
  width: 64px;
  height: 59px;
  cursor: pointer;
}

.right-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.right-top-icon {
  display: inline-block;
  background: rgba(222, 233, 255, 1);
  text-align: center;
  margin-right: 4px;
  color: #333;
  height: 24px;
  width: 80px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(56, 56, 56, 1);
}

.right-top-img {
  width: 13px;
  height: 18px;
  vertical-align: middle;
}

.right-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#right-main-WxQrCode {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#right-main-code {
  margin-top: 60px;
  margin-bottom: 14px;
}

.right-code {
  position: relative;
  width: 210px;
  height: 210px;
}
.right-code img {
  width: 210px;
  height: 210px;
}

.right-title {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 20px;
  color: #aeadb0;
  text-align: center;
  vertical-align: top;
}

.right-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 18px;
  color: #797982;
}

.right-btn span {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 18px;
  color: #2974ee;
  cursor: pointer;
}

.right-btn span:hover {
  text-decoration: underline;
}

.banner1 {
  width: 100%;
  height: 500px;
  opacity: 1;
  background: #ffffff;
  padding: 0 44px;
}

.b1-title {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0px;
  color: rgba(56, 56, 56, 1);
  text-align: left;
  vertical-align: top;
  display: flex;
  justify-content: center;
  padding-top: 40px;
  margin-bottom: 74px;
}

.banner2 {
  height: 440px;
  opacity: 1;
  background: #f2f6fe;
}

.flex-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.Subtitle {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #333;
}

.Subtitle-text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  margin-top: 24px;
  color: #666;
}

.banner-img {
  width: 471px;
  height: 309px;
}

.customer-img {
  height: 440px;
  background-image: url("../../assets/images/company/customerbg.png");
  background-size: cover;
  background-position: 0 -40px;
}

.footer-layout {
  padding-top: 105px;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  padding: 0px !important;
  opacity: 1;
  background: linear-gradient(
    135deg,
    rgba(230, 239, 247, 1) 0%,
    rgba(177, 188, 253, 1) 42.59%,
    rgba(27, 100, 233, 0.79) 100%
  );
}

.footer-flex {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 304px 0 317px;
}

.footer-flex p {
  font-size: 32px;
  color: rgba(31, 102, 233, 1);
  font-weight: bold;
}

.footer-input {
  width: 300px;
  height: 54px;
  padding: 0 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}

.footer-btn {
  width: 194px;
  height: 54px;
  margin-left: 11px;
  opacity: 1;
  font-size: 22px;
  color: #ffffff;
  border: none;
  background: linear-gradient(
    90deg,
    rgba(253, 107, 0, 1) 0%,
    rgba(255, 156, 9, 1) 100%
  );
  border-radius: 4px;
  cursor: pointer;
}

.footer-btn:hover {
  opacity: 0.9;
}

/* 滚动条样式 */
.scrollbar {
  height: 1000px;
  overflow-y: auto;
}

.main-content {
  height: 2500px;
}

.form-input-item {
  height: 40px;
  width: 326px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item-box {
  flex: 1;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(40, 47, 54, 0.15);
}
.telephone-icon {
  display: block;
  width: 18px;
  height: 18px;
}
.line {
  width: 1px;
  height: 20px;
  opacity: 1;
  background: rgba(40, 47, 54, 0.15);
  margin: 0 4px 0 10px;
}
.input-tel-field {
  height: 28px;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: rgba(56, 56, 56, 1);
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
}

.flex-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.code-icon {
  width: 20px !important;
  height: 20px !important;
}
#code-btn {
  width: 108px;
  height: 40px;
  opacity: 1;
  border-radius: 5px;
  background: rgba(242, 246, 254, 1);
  border: 1px solid rgba(40, 47, 54, 0.15);
  font-size: 13px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  margin-left: 6px;
  cursor: pointer;
}
.confirm-btn {
  margin: 20px auto 10px;
  width: 326px;
  height: 40px;
  opacity: 1;
  background: linear-gradient(
    90deg,
    rgba(60, 124, 235, 1) 0%,
    rgba(105, 103, 251, 1) 100%
  );
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  cursor: pointer;
}
.border-highlight {
  border-color: #3466e3 !important;
}
.disabled-style {
  cursor: not-allowed !important;
}

.bind-tel {
  width: 100vw;
  height: 100vh;
  background-image: url("../../assets/images/company/bg.png");
  background-size: 100% 100%;
}

.bind-tel-modal {
  height: auto !important;
  width: 400px !important;
  margin-top: 160px;
}

.bind-tel-content {
  position: relative;
  padding: 23px 25px;
  width: 400px;
}

.bind-main-code {
  margin-top: 45px;
}

.bind-main-code .form-input-item {
  margin-top: 15px;
}
.confirm-box {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
.cancel-btn {
  width: 147px;
  height: 40px;
  background: linear-gradient(
    90deg,
    rgb(225, 228, 232) 0%,
    rgb(197, 197, 198) 100%
  );
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  color: #606266;
  cursor: pointer;
}
.jump-btn {
  width: 147px;
  height: 40px;
  background: linear-gradient(
    90deg,
    rgba(60, 124, 235, 1) 0%,
    rgba(105, 103, 251, 1) 100%
  );
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
}
#expire-box {
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #000;
  opacity: 0.9;
  cursor: pointer;
  color: #ffffff;
}
.refresh-btn {
  margin-top: 10px;
  color: #3466e3;
}

/* 抖动动画定义 */
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  50%,
  90% {
    transform: translateX(-5px);
  }
  20%,
  60% {
    transform: translateX(5px);
  }
}

/* 抖动动画类 */
.shake {
  animation: shake 0.6s ease-in-out; /* 0.5秒完成抖动 */
}

.user-icon {
  display: block;
  width: 16px;
  height: 16px;
}
.pass-change-icon {
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-left: 10px;
}

.type-content {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.type-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.type-box img {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.type-box span {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.vertical-line {
  width: 15px;
  height: 0;
  opacity: 1;
  transform: rotate(90deg);
  border: 1px solid rgba(196, 196, 196, 1);
  margin: 0 24px;
}
