* {
  margin: 0;
  padding: 0;
}

body * {
  box-sizing: border-box;
  flex-shrink: 0;
}

body {
  font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
    Arial, PingFang SC-Light, Microsoft YaHei;
}

input {
  background-color: transparent;
  border: 0;
  outline: none;
}

button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}

button:active {
  opacity: 0.6;
}

button:hover {
  opacity: 0.8;
}

a {
  text-decoration: none;
}

body {
  min-width: 1280px;
}

.flex {
  display: flex;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-column {
  flex-direction: column;
}

.flex-1 {
  flex: 1;
}

.w-full {
  width: 100%;
}

.h-80 {
  height: 80px;
}

.w-1460 {
  width: 1380px;
}

.w-1350 {
  width: 1350px;
}

.w-1200 {
  width: 1200px;
}

.w-1280 {
  width: 1280px;
}

.w-1080 {
  width: 1080px;
}

.m-0 {
  margin: 0;
}

.blue-btn {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  padding: 15px 18px;
  box-sizing: border-box;
  background: #045afe;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blue-btn-white {
  font-weight: 500;
  font-size: 14px;
  color: #045afe;
  line-height: 22px;
  padding: 9px 24px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px 4px 4px 4px;
}

.blue-btn-border {
  font-weight: 500;
  font-size: 14px;
  color: #045afe;
  line-height: 22px;
  padding: 9px 24px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #045afe;
}

.blue-btn-linear {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  padding: 9px 24px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #1868ff 0%, #6a59ff 100%);
  box-shadow: 0px 4px 16px 0px rgba(4, 90, 254, 0.16);
  border-radius: 4px 4px 4px 4px;
}
.top-right .blue-btn {
  padding: 9px 24px;
}
.ml-20 {
  margin-left: 20px;
}

.title-center {
  font-weight: 600;
  font-size: 36px;
  color: #000000;
  line-height: 42px;
  text-align: center;
}

.title-remark {
  margin-top: 20px;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  text-align: center;
}

.pt-110 {
  padding-top: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.border-radius-12 {
  border-radius: 12px;
}

.border-radius-6 {
  border-radius: 6px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-60 {
  padding-bottom: 60px;
}

.hot:before {
  content: "";
  position: absolute;
  top: -12px;
  right: 8px;
  width: 21px;
  height: 25px;
  background-image: url("./img/ic_hot.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.mt-120 {
  margin-top: 120px;
}

.required {
  color: #ff0000;
}

.pb-50 {
  padding-bottom: 50px;
}

.apply-form {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: none;
}

.apply-form.active {
  display: flex;
}

.apply-form form {
  position: relative;
  z-index: 9999;
  background: #ffffff;
  width: 480px;
  border-radius: 16px;
  padding: 36px 32px 28px 32px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #e3eeff 0%, rgba(227, 238, 255, 0) 40%),
    #ffffff;
  box-shadow: 0 8px 40px rgba(0,0,0,0.15);
}

.apply-form .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  position: relative;
  color: #1a1a2e;
}

.apply-form .title img {
  margin-left: 10px;
  width: 28px;
  height: 28px;
}

.apply-form input {
  width: 100%;
  height: 44px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #d0d5dd;
  padding: 0 14px;
  outline: none;
  box-sizing: border-box;
  font-size: 14px;
  transition: border-color 0.2s;
}

.apply-form input:focus {
  border-color: #045afe;
  box-shadow: 0 0 0 3px rgba(4,90,254,0.08);
}

/* 图2样式 - 手机号+国旗区号 */
.phone-input-group {
  display: flex;
  align-items: center;
  gap: 0;
}

.phone-input-group .country-code-select {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 10px;
  height: 44px;
  border: 1px solid #d0d5dd;
  border-right: none;
  border-radius: 8px 0 0 8px;
  background: #f8f9fa;
  cursor: pointer;
  flex-shrink: 0;
  user-select: none;
}

.phone-input-group .country-code-select:hover {
  background: #eef1f5;
}

.country-flag {
  display: inline-block;
  width: 20px;
  height: 14px;
  border-radius: 2px;
  background: #de2910;
  position: relative;
  overflow: hidden;
}

.country-flag.flag-cn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #de2910;
}

.country-flag.flag-cn::after {
  content: "★";
  position: absolute;
  top: -1px;
  left: 2px;
  color: #ffde00;
  font-size: 8px;
}

.country-code {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.code-arrow {
  font-size: 8px;
  color: #999;
}

.phone-input-group input {
  border-radius: 0 8px 8px 0;
  flex: 1;
}

/* 地区选择下拉 */
.layui-select {
  width: 100%;
  height: 44px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #d0d5dd;
  padding: 0 14px;
  outline: none;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  appearance: auto;
  transition: border-color 0.2s;
}

.layui-select:focus {
  border-color: #045afe;
  box-shadow: 0 0 0 3px rgba(4,90,254,0.08);
}

.layui-form-label {
  height: 30px;
  display: block;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.layui-form-label::before {
  content: "";
  color: red;
  margin-right: 0;
}

.layui-form-label.no-required::before {
  display: none;
}

.layui-form-item {
  margin-bottom: 20px;
}

.submit {
  width: 100%;
  height: 48px;
  background: #045afe !important;
  border-radius: 10px !important;
  color: #fff;
  border: none !important;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.2s;
  box-shadow: 0 2px 8px rgba(4,90,254,0.3);
}

.submit:hover {
  background: #0349d4 !important;
  box-shadow: 0 4px 14px rgba(4,90,254,0.4);
  transform: translateY(-1px);
}

.mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #00000073;
  align-items: center;
  justify-content: center;
}

.close {
  position: absolute;
  right: -50px;
  top: -50px;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.close > div {
  width: 14px;
  height: 14px;
  position: relative;
  z-index: 1;
  background-size: 100%;
  background-image: url(data:image/png;base64,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);
}

.bg-white {
  background: #fff;
}

.mt-40 {
  margin-top: 40px;
}

.color-666 {
  color: #666;
}

.mt-60 {
  margin-top: 60px;
}

.text-white {
  color: #fff;
}

.arrow-right-white {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("./img/arrow-right-white.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.doc-btn-bg {
  width: 212px;
  height: 60px;
  background: #2377ff;
  border-radius: 8px 8px 8px 8px;
  line-height: 60px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
}

.doc-btn-bg-mini {
  width: 132px;
  height: 48px;
  background: #045afe;
  border-radius: 8px 8px 8px 8px;
  line-height: 48px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
}

.doc-btn-border {
  width: 212px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #045afe;
  text-align: center;
  line-height: 60px;
  font-weight: 500;
  font-size: 18px;
  color: #045afe;
}

.doc-btn-border-mini {
  width: 132px;
  height: 48px;
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #2377ff;
  text-align: center;
  line-height: 48px;
  font-weight: 500;
  font-size: 18px;
  color: #045afe;
}

.btn-transparent {
  background: transparent;
}

.title-center-line {
  font-weight: 600;
  font-size: 36px;
  color: #000000;
  line-height: 42px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-center-line .line-left,
.title-center-line .line-right {
  width: 120px;
  height: 1px;
  background: #ddd;
}

.title-center-line > span {
  padding: 0 20px;
}
.custom-btn .blue-btn {
  width: 212px;
  box-shadow: 0px 4px 16px 0px rgba(4, 90, 254, 0.16);
  border-radius: 8px 8px 8px 8px;
}

.kf-avatar {
  display: none;
}
.fixed-right-menu-item:first-child {
  display: none;
}
.fixed-right-menu-item:nth-child(4) {
  display: none;
}
.fixed-right-menu-item {
  width: 76px;
}

*:has(> .discount-icon) {
  position: relative;
}
.discount-icon {
  position: absolute;
  top: -15px;
  right: -15px;
}

.fix-service {
  position: fixed;
  right: 20px;
  top: 28%;
  transform: translateY(-50%);
  z-index: 999;
}
.fix-service .icon {
  display: block;
  width: 104px;
}
.fix-service .list {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  background-color: #007EFF;
  border-radius: 0 0 8px 8px;
  padding: 10px 8px 10px 8px;
  font-size: 11px;
  color: white;
}
.fix-service .item {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  column-gap: 4px;
}
.fix-service .item img {
  display: block;
}
.fix-service .phone {
  padding: 6px 0;
  font-size: 14px;
  font-weight: 600;
}
.fix-service .button {
  background-color: white;
  color: #007EFF;
  padding: 4px 0;
  text-align: center;
  font-size: 14px;
  width: 100%;
  cursor: pointer;
  border-radius: 4px;
}

.fixed-right-view-mobile {
  display: none !important;
}
.fixed-right-view.show {
  display: none !important;
}

/* i18n 语言切换器 - 下拉样式 */
.lang-switcher {
  position: relative;
  margin-left: 16px;
  z-index: 1001;
}
.lang-switcher-trigger {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 6px;
  transition: background 0.2s;
  user-select: none;
}
.lang-switcher-trigger:hover {
  background: #f0f5ff;
}
.lang-switcher-trigger .lang-name {
  font-size: 14px;
  font-weight: 500;
  color: #e53e3e;
  white-space: nowrap;
}
.lang-switcher-trigger .lang-arrow {
  font-size: 10px;
  color: #e53e3e;
  transition: transform 0.2s;
}
.lang-switcher.open .lang-arrow {
  transform: rotate(180deg);
}
.lang-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.12);
  min-width: 130px;
  padding: 6px 0;
  margin-top: 4px;
}
.lang-switcher.open .lang-dropdown {
  display: block;
}
.lang-dropdown .lang-option {
  display: block;
  padding: 8px 16px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: all 0.15s;
  white-space: nowrap;
}
.lang-dropdown .lang-option:hover {
  background: #f0f5ff;
  color: #045afe;
}
.lang-dropdown .lang-option.active {
  color: #045afe;
  font-weight: 600;
}

/* ==================== i18n 英文样式修复 ==================== */

/* 导航栏 - 英文文本适配 */
.top-tab-item {
  width: auto;
  min-width: 70px;
  padding: 0 12px;
  white-space: nowrap;
  font-size: 14px;
}
.top-tab-item span {
  white-space: nowrap;
}
.top-right {
  flex-shrink: 0;
}
.top-right a {
  white-space: nowrap;
  font-size: 13px;
}
html[lang="en"] .top-right .blue-btn,
html[lang="en"] .top-right .blue-btn-border {
  padding: 9px 16px;
  font-size: 13px;
}
html[lang="en"] .top-right img[src*="Frame"] {
  display: none;
}
html[lang="en"] .top-right a {
  margin-left: 6px;
}
html[lang="en"] .lang-switcher {
  margin-left: 10px;
}
html[lang="en"] .lang-switcher-trigger {
  padding: 5px 8px;
}
html[lang="en"] .lang-switcher-trigger .lang-name {
  font-size: 13px;
}

/* 按钮 - 弹性宽度 */
.blue-btn, .blue-btn-border {
  white-space: nowrap;
}
.blue-btn-border {
  white-space: nowrap;
}

/* 英文模式 - Banner标签适配 */
html[lang="en"] .tags span {
  font-size: 12px;
  padding: 4px 10px;
  white-space: nowrap;
}

/* 英文模式 - 统计卡片适配 */
html[lang="en"] .swiper-text-item {
  width: 330px;
  font-size: 18px;
}
html[lang="en"] .swiper-text-item .en {
  font-size: 14px;
}

/* 英文模式 - 注册步骤卡片适配 */
html[lang="en"] .register-remark {
  font-size: 15px;
  padding: 0 10px;
  word-break: break-word;
  line-height: 1.4;
}

/* 标题 - 英文长文本适配 */
.title-center {
  word-break: break-word;
}
.title-remark {
  word-break: break-word;
}

/* 侧边栏 - 英文文本适配 */
.fixed-right-menu-text {
  white-space: nowrap;
  font-size: 11px;
  text-align: center;
  width: auto;
  max-width: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fixed-right-menu-item {
  min-width: 60px;
}

/* 弹窗表单 - 英文标签适配 */
.layui-form-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 注册表单区域 */
.register-form-item-title {
  white-space: nowrap;
}

/* data-lang-show 隐藏元素 */
[data-lang-show] {
  transition: opacity 0.2s;
}

/* 底部快速入口 */
.footer-info a {
  white-space: nowrap;
}