@import url("./font.css");
@import url("./activity.css");

.loading-icon {
  animation: loading 1s infinite cubic-bezier(0, 0, 1, 1);
  width: 20px;
  height: 20px;
  font-style: inherit;
  outline: none;
  stroke: currentColor;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}
div.absolute.top-\[--header-height\].py-6 {
  transition: all 0.3s ease-in-out !important;
  height: auto !important; /* 使高度自适应 */
}

/* 为菜单项添加悬停状态 */
.hover\:cursor-pointer:hover {
  cursor: pointer;
}

/* 显示状态类 */
.nav-dropdown-visible {
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
}
.languageSwitch {
  display: none;
}
/* Show language switch when parent dropdown is displayed */
.arco-trigger-popup[style*="display: block"] .languageSwitch,
.arco-trigger-popup[style*="display:block"] .languageSwitch {
  display: block;
}

.friend-link:hover {
  color: #fff !important;
}
/* 在您的 CSS 文件中添加以下样式 */
.custom_card_wrapper {
  position: relative;
  overflow: hidden;
}
.multiple-select-wrapper {
  border: 1px solid #eae5f9 !important;
}

.card,
.cardOut {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  z-index: 1;
}
/* 导航按钮基础样式 */
.carousel-nav-btn {
  position: absolute;
  border: none;
  cursor: pointer;
  z-index: 111;
  top: 50%;
  transform: translateY(-50%);
}
/* 左按钮位置 */
.prev-btn {
  left: 10px;
}

/* 右按钮位置 */
.next-btn {
  right: 10px;
}

/* 响应式调整 */
@media (min-width: 768px) {
  .prev-btn {
    left: 20px;
  }

  .next-btn {
    right: 20px;
  }
}
/* 默认图片 */
.default-img {
  display: inline-block;
}

/* 激活图片 */
.active-img {
  display: none;
}

/* 当 tab 按钮激活时，切换图片 */
.tab-button.active .default-img {
  display: none;
}

.tab-button.active .active-img {
  display: inline-block;
}
.tab-button {
  width: 142px;
  height: 36px;
  background-color: #dfe6f3;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  color: #16191c;
  transition: all 0.3s ease;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.tab-button.active {
  background-color: #fff;
}

body {
  font-size: 14px;
  position: relative;
  font-family: "OpenSans", sans-serif;
}

.long,
.short {
  display: flex;

  border-radius: 12px;
  border: 1px solid #ffffff33;
  padding: 24px;
}

.long {
  background: #25262eff;
}
.short {
  background: #3470d7;
}
.tabBox {
  width: 299px;
  height: 44px;
  background: #dfe6f3;
  border-radius: 8px;
}
.tab-container {
  width: 100%;
  height: 100%;
}

.concat-buy-btn {
  width: 100%;
  border-radius: 8px;
  height: 42px;
  background-color: #ef0720;
  color: #fff;
}
.concat-buy-btn:hover {
  background-color: #2e3033;
}
.uni-concat-btn {
  width: 100%;
  border-radius: 8px;
  height: 42px;
  background-color: #16191c;
  color: #fff;
}
.uni-concat-btn:hover {
  background-color: #454749 !important;
}
.pay-methods {
  display: flex;
  img {
    height: 32px;
  }
}

.nav-item:hover .down-icon {
  display: none;
}

.nav-item:hover .down-icon-up {
  display: block;
}
.product-flat-box {
  display: none;
}
.product-nav:hover.product-flat-box {
  display: block;
}
.order_now {
  border-radius: 8px;
  font-size: 16px;
}

.btn-parent:hover .right-arrow {
  display: none;
}
.btn-parent:hover .right-arrow-active {
  display: block;
}

.pricing-card:hover .buy-arrow-active {
  display: block;
}
.pricing-card:hover .buy-arrow {
  display: none;
}
.submit-btn:hover .submit-to-right {
  display: none;
}
.submit-btn:hover .submit-to-right-active {
  display: block;
}

.nav-item1:hover .nav-item1-subMenu {
  display: block;
  top: 40px;
  padding-top: 20px;
  left: -170px;
}
.nav-item2:hover .nav-item2-subMenu {
  display: block;
  top: 40px;
  padding-top: 20px;
  left: -145px;
}
.nav-item3:hover .nav-item3-subMenu {
  display: block;
  top: 40px;
  padding-top: 20px;
  left: 0px;
}
.nav-item4:hover .nav-item4-subMenu {
  display: block;
  top: 40px;
  padding-top: 20px;
  left: -350px;
}
.pay-list-scroll li:first-child div {
  padding-top: 0px !important;
}

.pay-list-scroll::-webkit-scrollbar {
  background-color: transparent;
  width: 6px;
  position: absolute;
  right: -8px;
}
.pay-list-scroll::-webkit-scrollbar-track {
  background-color: transparent !important;
  position: absolute;
  right: 0;
}
.pay-list-scroll::-webkit-scrollbar-thumb {
  background: #8b8b8b;
  width: 6px !important;
  border-radius: 4px !important;
  position: absolute;
  right: 0;
  transition: all 0.3s ease;
}
.pay-list-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
  width: 8px !important;
  right: -2px;
}
.coupon-wrap:hover {
  border: 1 solid #6b7280 !important;
}
.uni-popup-content {
  padding: 4px 0;
  box-shadow: 0 4px 10px #0000001a;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid rgba(229, 230, 235);
  overflow: auto;
}
.popup-wrap {
  background-color: #fff;
}
.uni-popup-content li {
  line-height: 36px;
  cursor: pointer;
}
.uni-popup-content li:hover {
  background-color: rgba(242, 243, 245);
}

.arrow-delay {
  transition: all 0.1s ease;
}
.custom-border {
  position: relative;
  background-color: #1f2029;
  border-radius: 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  /* border-image: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)) 1 1; */
}

.dropdown-tab:hover {
  background-color: rgba(64, 136, 255, 0.1);
  color: #4088ff;
}
.dropdown-box {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 31px;
}
#avatar-control:hover .dropdown-box {
  display: block;
}
#avatar-control:hover .dropdown-down-icon {
  transform: rotate(180deg);
  transition: all 0.2s ease-in;
}

.login-form .input-col {
  width: 100%;
}

.login-form .input-col .control-group {
  padding-bottom: 8px;
  width: 100%;
}

.login-form .input-col .form-input-wrap {
  border: 1px solid #dfe6f3;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  padding: 0 16px;
}

.login-form .input-col .form-input-wrap input {
  outline: none;
  width: 100%;
  height: 38px;
}
.pop-message {
  z-index: 999999;
  position: fixed;
  left: 50%;
  top: 8%;
  transform: translateX(-50%);
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.start-now:hover .to_right {
  display: none;
}
.start-now:hover .to_right_active {
  display: block;
}
.righyIcon {
  display: none;
}
.wayItem:hover .righyIcon {
  display: block;
  margin-left: 10px;
}
.truncate-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
}
.ellipsisClass {
  display: -webkit-box;
  font-size: 16px;
  font-style: normal;
  max-height: 69px;
  overflow: hidden;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  line-height: 2em !important;
}

.truncate-title {
  overflow: hidden; /* 隐藏超出部分 */
  display: -webkit-box; /* 使用弹性盒子布局 */
  -webkit-box-orient: vertical; /* 设置文本垂直排列 */
  -webkit-line-clamp: 2; /* 限制显示两行 */
  text-overflow: ellipsis; /* 超出部分显示省略号 */
  white-space: normal; /* 允许换行 */
  word-wrap: break-word; /* 允许单词内换行 */
}
.truncate-title span {
  text-wrap: wrap !important;
}

.blogClass:hover .titleClass {
  text-decoration: underline;
}
.cover-image:hover img {
  transform: scale(1.2);
  transition: all 0.3s;
}
.signUp-btn {
  width: 116px;
  height: 42px;
  margin-left: 1.5rem;
  display: flex;
  padding-left: 1.5rem;
  align-items: center;
  border-width: 2px;
  border-color: #16191c;
  border-style: solid;
  border-radius: 0.5rem;
  background: linear-gradient(180deg, #fff, #dfe6f3);
  color: #fff;
  transition: background 0.3s;
}
.signUp-btn:hover {
  background: linear-gradient(180deg, #dfe6f3, #dfe6f3);
  color: #16191c;
}
.pricingClass:hover {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.htmlClass {
  text-wrap: wrap !important;
  font-weight: 400;
  font-size: 18px;
  color: #16191c;
  font-family: "Inter-Regular" !important;
  line-height: 27px;
  text-align: left;
}
.titleClass {
  display: -webkit-box; /* 将元素设置为弹性盒子 */
  -webkit-box-orient: vertical; /* 设置盒子方向为垂直 */
  -webkit-line-clamp: 3; /* 限制显示的行数 */
  overflow: hidden; /* 隐藏超出部分 */
  text-overflow: ellipsis; /* 显示省略号 */
}
.blogClass:hover .titleClass {
  text-decoration: underline;
}
.truncate {
  display: -webkit-box; /* 将元素设置为弹性盒子 */
  -webkit-box-orient: vertical; /* 设置盒子方向为垂直 */
  -webkit-line-clamp: 2; /* 限制显示的行数 */
  overflow: hidden; /* 隐藏超出部分 */
  text-overflow: ellipsis; /* 显示省略号 */
  word-wrap: break-word; /* 允许单词内换行 */
  overflow: hidden;
  white-space: normal;
}

.title-shadow {
  box-shadow: 0px 0px 4px 0px rgba(64, 136, 255, 0.46);
  border: 1px solid rgba(64, 136, 255, 0.4);
}

.conuntries-box:hover .countryRight-icon {
  display: none;
}

.conuntries-box:hover .countryRight-hover {
  display: block !important;
}
.view-local:hover .right-arrow-icon {
  display: none;
}
.view-local:hover .right-arrow-icon-hover {
  display: block;
}
.single-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
  line-height: 22px;
  cursor: pointer;
}
.toggleText {
  height: 18px;
  font-weight: 400;
  font-size: 12px;
  color: #16191c;
  line-height: 18px;
}
.switchTitle {
  height: 23px;
  font-weight: 500;
  font-size: 16px;
  color: #16191c;
  line-height: 23px;
}
.location-bg-image {
  background: url("../assets/images/resources/country-bg.webp") no-repeat;
  background-size: cover;
}
.use-case-head {
  background: linear-gradient(
    180deg,
    rgba(223, 230, 243, 0.5) 0%,
    rgba(223, 230, 243, 0) 100%
  );
}
.usecase_header_bg {
  background-image: url("../assets/images/resources/head_bg.webp");
}

.custom-background {
  overflow-x: hidden !important;
  background-color: #191a23 !important;
}
.custom-background::-webkit-scrollbar-thumb {
  width: 10px !important;
}
/* 整个滚动条容器 */
.custom-background::-webkit-scrollbar {
  width: 6px;
  height: 312px;
}

/* 滚动条轨道（背景） */
.custom-background::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.4); /* 直接用 rgba 设置透明度 */
}

/* 滚动条滑块（可拖动部分） */
.custom-background::-webkit-scrollbar-thumb {
  width: 6px !important;
  height: 92px !important;
  background: #ffffff;
}

code span {
  color: #657b83;
}

.lang-style {
  position: relative;
}
.lang-wrap {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: white;
  width: 160px;
  border-radius: 4px;
  left: -20px;
  top: 10px;
  transform: translateY(30px);
  position: absolute;
  z-index: 1000;
  box-shadow: 0px 5px 10px 0px rgba(230, 230, 230, 0.5);
  padding: 8px 0;
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
}

/* 保持父元素或下拉框本身被 hover 时都处于展开状态，减少快速移动时的闪烁 */
.lang-style:hover .lang-wrap,
.lang-wrap:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(25px);
}

.lang-style:hover .lang-down-icon,
.lang-wrap:hover ~ .lang-down-icon {
  transform: rotate(-180deg);
  transition: all 0.2s ease-in;
}
.lang-ul a {
  height: 44px;
  cursor: pointer;
  padding-left: 20px;
  color: #16191c;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.lang-selected {
  color: #4088ff !important;
  background-color: rgba(64, 136, 255, 0.1);
}
.right-fixed-block {
  position: fixed;
  bottom: 100px;
  right:25px;
  z-index: 99999;
}

.right-fixed-block .right-fixed-ul {
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: #fff;
  box-shadow: 0px 1px 5px 0px #eaeaea;
  border-radius: 30px;
  padding: 8px;
}
.fixed-side-box {
  position: relative;
  overflow: visible;
  width: 50px;
  height: 50px;
  z-index: 1000;
    border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.fixed-side-box::before {
  content: "";
  position: absolute;
  inset: 0; /* base overlay matches element bounds */
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease, box-shadow 0.2s ease;
}
.fixed-side-box:hover::before {
  inset: -4px;
  border-radius: inherit;
  opacity: 1;
}


.topUp-box::before {
  content: "";
  position: absolute;
  inset: 0; /* base overlay matches element bounds */
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease, box-shadow 0.2s ease;
}
.topUp-box:hover::before {
  inset: -4px;
  border-radius: inherit;
  opacity: 1;
}
/* Keep the original background change on hover */
.topUp-box:hover {
  border: none; /* prevent layout shift */
  border-color: transparent !important;
}
.topUp-box {
  position: relative;
  overflow: visible;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: white;
}
.fixed-side-box img {
  width: 26px;
  height: 26px;
}
.fixed-side-whatsapp {
  position: relative;
  display: inline-block; /* 或 block，根据布局 */
}
.fixed-hover-box1 {
  background: linear-gradient(180deg, #deebff 0%, #ffffff 100%);
  box-shadow: 0px 1px 5px 0px #eaeaea;
  border-radius: 8px;
  cursor: default;
  z-index: 9999;
   opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.fixed-side-whatsapp:hover .fixed-hover-box1,
.fixed-hover-box1:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; /* 允许交互 */
}

.fixed-side-email {
  position: relative;
  display: inline-block; /* 或 block，根据布局 */
}
.fixed-hover-email {
  background: linear-gradient(180deg, #deebff 0%, #ffffff 100%);
  box-shadow: 0px 1px 5px 0px #eaeaea;
  border-radius: 8px;
  cursor: default;
  z-index: 9999;
   opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.fixed-side-email:hover .fixed-hover-email,
.fixed-hover-email:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; /* 允许交互 */
}

.fixed-side-telegram {
  position: relative;
  display: inline-block; /* 或 block，根据布局 */
}
.fixed-hover-box2 {
  background: linear-gradient(180deg, #deebff 0%, #ffffff 100%);
  box-shadow: 0px 1px 5px 0px #eaeaea;
  border-radius: 8px;
  cursor: default;
  z-index: 9999;
   opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.fixed-side-telegram:hover .fixed-hover-box2,
.fixed-hover-box2:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; /* 允许交互 */
}
.fixed-side-whatsapp {
  position: relative;
  display: inline-block; /* 或 block，根据布局 */
}
.fixed-hover-whatsapp {
  background: linear-gradient(180deg, #deebff 10%, #ffffff 50%);
  box-shadow: 0px 1px 5px 0px #eaeaea;
  border-radius: 8px;
  cursor: default;
  z-index: 9999;
   opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.fixed-side-whatsapp:hover .fixed-hover-whatsapp,
.fixed-hover-whatsapp:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; /* 允许交互 */
}
.fixed-hover-box3 {
  width: 100%;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.60);
  display: none;
  justify-content: center;
  z-index: 9999999;
}
.fixed-hover-box4{
  background: linear-gradient(180deg, #deebff 10%, #ffffff 50%);
  border-radius: 8px;
  cursor: default;
  position: relative;
  top: 15%;
   padding: 30px;
   height: 412px;
}

.fixed-hover-box {
  background: linear-gradient(180deg, #deebff 0%, #ffffff 100%);
  box-shadow: 0px 1px 5px 0px #eaeaea;
  border-radius: 8px;
  display: none;
  cursor: default;
  z-index: 9999;
}
.fixed-hover-box.scrolled {
  top: -161px !important;
}
.fixed-hover-box.not-scrolled {
  top: -191px !important;
}
.sidebar-tips-right li {
  padding-left: 15px;
  position: relative;
}
.area-item.active {
  background-color: rgba(64, 136, 255, 0.1);
  border-radius: 4px;
  border: 1px solid #4088ff;
}
.sidebar-tips-right li:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #6b7280ff;
  border-radius: 50%;
  position: absolute;
  left: 1px;
  top: 10px;
}
.isp-swiper-item {
  box-shadow: 0px 0px 4px 0px rgba(221, 221, 221, 0.5);
  border-radius: 8px;
  border: 1px solid #dfe6f3;
  padding: 10px !important;
  background-color: #fff;
  width: 237px !important;
  margin-bottom: 10px;
}

#next-btn:hover .hover-next-icon {
  display: block;
}

#pre-btn:hover .hover-pre-icon {
  display: block;
}
#pre-btn:hover .pre-icon {
  display: none;
}

#next-btn:hover .next-icon {
  display: none;
}
.continent-btns {
  flex-wrap: wrap;
}
.continent-btns li,
.days-btns li,
.ip-days-btns li .type-btns li {
  min-width: 90px;
}
.ip-days-btns li {
  min-width: 90px;
}
.days-btns li:hover {
  color: #ff822a !important;
}
.ip-days-btns li.active {
  /* border: 1px solid #4088FFFF; */
  background-color: #fce4e8ff;
  color: #ef0720ff;
}
.ip-days-btns li.active span {
  color: #ef0720ff;
}

.ip-days-btns li.default {
  border: 1px solid #dfe6f3ff;
  background-color: #f9fafbff;
  color: #16191cff;
}
.ip-days-btns li:hover {
  color: #ef0720ff !important;
}
.continent-btns li.active {
  background-color: #fff2e9;
  color: #ff822a;
  border: 1px solid #ff822a;
}
.continent-btns li.default {
  border: 1px solid #dfe6f3ff;
  background-color: #f9fafbff;
  color: #16191cff;
}
.type-btns li.active {
  background-color: #fff2e9;
  color: #ff822a;
  border: 1px solid #ff822a;
}
.type-btns li:hover {
  color: #ff822a !important;
}
.continent-btns li:hover {
  color: #ff822a !important;
}
.type-btns li.default {
  border: 1px solid #dfe6f3ff;
  background-color: #f9fafbff;
  color: #16191cff;
}

.days-btns li.active {
  border: 1px solid #ff822a;
  background-color: #fff2e9;
  color: #ff822a;
}
.days-btns li.active span {
  color: #ff822a;
}

.days-btns li.default {
  border: 1px solid #dfe6f3ff;
  background-color: #f9fafbff;
  color: #16191cff;
}

/* Clear按钮悬停效果 */
.clear-btn-container {
  position: relative;
  display: inline-block;
}

.clear-btn-container:hover .clear-noHover {
  display: none;
}

.clear-btn-container:hover .clear-hover {
  display: block !important;
}

.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.area-list .area-item {
  width: 32%;
  height: 64px;
  border: 1px solid #dfe6f3ff;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 14px;
  padding-left: 12px;
  padding-right: 12px;
}

.area-list .area-item .area-layout {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
}
.unit-price-isp {
  text-decoration: line-through;
  padding-left: 2px;
  padding-right: 2px;
}

.isp-tab_active {
  background-color: #ef0720;
  padding: 13px 12px;
  border-radius: 8px;
  box-shadow: 0px 2px 2px 0px #c0c6d0;
  position: relative;
}
.isp-tab_active p {
  color: #fff !important;
}
.isp-tab_active p span {
  color: #f8eb84ff !important;
}
.isp-tab_default {
  background-color: #dfe6f3;
  padding: 13px 12px;
  color: #16191cff !important;
  position: relative;
}
.isp-tab_default p {
  color: #16191cff !important;
}

.extremely-tip-icon:hover + .extremely-tip {
  display: block !important;
}
.ip_pay_ul {
  max-height: 282px !important;
  overflow-y: auto !important;
  padding-right: 10px;
}
.page-item {
  border-radius: 4px;
}
.page-item:hover {
  background-color: #e5e7eb;
}
.input-search:hover {
  border: 1px solid #16191c !important;
}
.ip-select-item:hover {
  border: 1px solid #16191c !important;
}

.about_input-col {
  border: 1px solid #dfe6f3;
  border-radius: 8px;
  padding: 16px;
  margin-top: 8px;
}
.about_input-col input {
  outline: none;
  width: 100%;
}

/* 输入框错误状态样式 */
.email_col.error .about_input-col,
.name_col.error .about_input-col,
.message_col.error .about_input-col {
  border-color: #ef4444 !important;
  box-shadow: 0 0 0 1px #ef4444 !important;
  background-color: #ffe9e8 !important;
}

/* 输入框错误状态悬停效果 */
.email_col.error .about_input-col:hover,
.name_col.error .about_input-col:hover,
.message_col.error .about_input-col:hover {
  background-color: #ffc9c9 !important;
}
.email_col.error .about_input-col input,
.name_col.error .about_input-col input,
.message_col.error .about_input-col input {
  background-color: #ffe9e8 !important;
}

/* 输入框错误状态悬停时input元素背景色 */
.email_col.error .about_input-col:hover input,
.name_col.error .about_input-col:hover input,
.message_col.error .about_input-col:hover input {
  background-color: #ffc9c9 !important;
}

/* 手风琴样式 */
.accordion-container {
  width: 100%;
  max-width: 500px;
}

.accordion-item {
  border-bottom: 1px solid #e5e7eb;
  overflow: hidden;
  transition: all 0.3s ease;
  font-size: 16px;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-header {
  display: flex;
  align-items: center;
  padding: 16px 0;
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;
}

.accordion-icon {
  margin-right: 16px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-title {
  font-size: 18px;
  font-weight: 600;
  color: #16191c;
  margin: 0;
  flex: 1;
  line-height: 1.4;
}

.accordion-arrow {
  width: 16px;
  height: 16px;
  margin-left: 16px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-item.active .accordion-arrow {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 0 0 40px;
}

.accordion-item.active .accordion-content {
  max-height: 200px;
  padding: 0 0 20px 47px;
}
.custom-bg-class {
  background: url("../assets/images/layouts/header/activy-tag.png") no-repeat;
  background-size: 100% 100%;
  color: #fff !important;
}

.accordion-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #16191cff;
  font-family: "OpenSans", "OpenSans";
}
/* 手风琴容器 */
.accordion-container {
  max-width: 800px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  font-family: OpenSans, OpenSans;
  font-size: 18px;
  color: #042040;
  font-style: normal;
}

/* 手风琴单个项 */
.accordion-item {
  border-bottom: 1px solid #ebedf3;
}

.accordion-item:last-child {
  border-bottom: none;
}

/* 手风琴标题栏 - 移除hover变色 保留你的所有样式 */
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  font-family: OpenSans, OpenSans;
  font-weight: 600;
  font-size: 18px;
  color: #042040;
  font-style: normal;
  cursor: pointer;
  /* 加鼠标指针，体验更好 */
  background: #fff;
}

/* 展开收起的+/-号图标 核心优化：平滑过渡动画 */
.accordion-icon {
  font-size: 20px;
  color: #999;
  transition: all 0.25s ease;
  /* 所有属性平滑过渡 */
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 手风琴内容区 */
.accordion-contentdwfw {
  background: #fff;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease, padding 0.25s ease;
  /* 内容展开动画同步 */
}

/* 展开状态样式 保留你所有自定义样式 */
.accordion-item.active .accordion-contentdwfw {
  background: #fff;
  padding: 0 20px 20px;
  max-height: 800px;
  font-family: OpenSans;
  font-size: 16px;
  color: #042040;
  font-style: normal;
  line-height: 1.6;
  /* 加行高，文字更易读 */
}

/* 核心：展开时加号变减号，颜色同步加深 */
.accordion-item.active .accordion-icon {
  content: "-";
  color: #666;
}
/* 响应式设计 */
@media (max-width: 640px) {
  .accordion-header {
    padding: 16px 0;
  }

  .accordion-header:hover {
    margin: 0 -16px;
    padding: 16px;
  }

  .accordion-title {
    font-size: 16px;
  }

  .accordion-content {
    padding: 0 0 0 32px;
  }

  .accordion-item.active .accordion-content {
    padding: 0 0 16px 32px;
  }

  .accordion-content p {
    font-size: 14px;
  }
}
.icon4_active {
  display: none;
}
.icon5_active {
  display: none;
}
.icon3_active {
  display: none;
}

.icon2_active {
  display: none;
}
.icon1 {
  display: none;
}

/* 垂直滚动轮播样式 */
.headTop_wrap .container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  max-width: none !important;
}

.headTop_wrap .tip-wrapper {
  transition: transform 0.5s ease;
  will-change: transform;
  width: 100%;
}
.ai-animation-delay {
  animation-delay: 0.16s;
  animation: aiGradientReveal 0.1s ease-in-out forwards;
}
@keyframes aiGradientReveal {
  0% {
    background-image: linear-gradient(90deg, #9bacbc, #9bacbc);
    color: transparent;
  }
  100% {
    background-image: linear-gradient(90deg, #e13ab9, #2872ef);
    color: transparent;
  }
}

.ai-animation-clip {
  background-clip: text;
}

.headTop_wrap .tip-item {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}

.headTop_wrap .tip-item:hover {
  opacity: 0.9;
}

.uni-select-dropdown {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 4px 0;
  box-sizing: border-box;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #e4e5ea;
  margin-top: -14px;
  max-height: 210px;
  overflow-y: scroll;
}
.uni-select-selection {
  margin-bottom: 20px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #eb0028;
}
/* 下拉箭头旋转过渡动画 */
.ip-select-item img[src*="ip_select_down"] {
  transition: transform 0.3s ease-in-out;
}

.ip-select-item img[src*="ip_select_down"].rotate-180 {
  transform: rotate(180deg);
}

/* 全选图标样式 */
#not-selected-icon,
#cancel-selected-icon {
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}

#not-selected-icon:hover,
#cancel-selected-icon:hover {
  opacity: 0.8;
}

/* 单个表格行选择图标样式 */
.row-not-selected-icon,
.row-selected-icon {
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}

.row-not-selected-icon:hover,
.row-selected-icon:hover {
  opacity: 0.8;
}

/* 常见问题手风琴 */
.accordion-container {
  max-width: 1180px;
  background: white; /* 默认白色背景 */
  border-radius: 4px;
  overflow: hidden;
  font-family: "Microsoft Yahei", sans-serif;
}

.accordion-item {
  border-bottom: 1px solid #eee;
  background: #f8f9fb;
}

/* 展开时的背景色 */
.accordion-item.active {
  background: white;
}

.accordion-title {
  width: 100%;
  padding: 24px 20px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "OpenSans", "OpenSans";
  font-weight: 400;
  font-size: 18px;
  color: #042040;
  font-style: normal;
  box-sizing: border-box;
  transition: color 0.2s linear;
}

.accordion-title:hover {
  color: #007aff;
}

.accordion-arrow {
  width: 16px;
  height: 16px;
  transition: all 0.3s ease;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  color: #55687d;
  line-height: 1.6;
  transition: max-height 0.3s ease, padding 0.3s ease;
  font-size: 16px;
}
.accordion-content p {
  text-align: left;
}

.accordion-item.active .accordion-content {
  max-height: 500px;
  padding: 0 20px 24px;
}
/* 侧边栏覆盖层 */
.mobile-sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
  animation: fadeIn 0.3s ease forwards;
}

.mobile-sidebar-overlay.active {
  display: block;
}

/* 侧边栏内容 */
.mobile-sidebar-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: white;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  padding: 20px;
  box-sizing: border-box;
  z-index: 10000;
}

.mobile-sidebar-overlay.active .mobile-sidebar-content {
  transform: translateX(0);
}

/* 关闭按钮 */
.close-sidebar-btn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  z-index: 10001;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 淡入动画 */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 防止背景滚动 */
.mobile-sidebar-overlay.active body {
  overflow: hidden;
}

.fueo-accordion {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.fueo-accordion-item {
  border-bottom: none;
}

.fueo-accordion-item:last-child {
  border-bottom: none;
}

.fueo-accordion-header {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  background-color: #fff;
  transition: background-color 0.3s ease;
}

.fueo-accordion-header:hover {
  background-color: #f2f3f5;
}

.fueo-accordion-title {
  font-size: 18px;
  font-weight: 500;
  color: #042040;
  margin: 0;
}

.fueo-accordion-icon {
  transition: transform 0.3s ease;
}

.fueo-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #fff;
}

.fueo-accordion-content.fueo-open {
  max-height: 1000px;
  /* 足够大的值以容纳内容 */
}

.fueo-accordion-panel {
  padding: 15px 20px;
}

.fueo-accordion-subheader {
  padding: 8px 0 8px 10px;
  font-size: 14px;
  color: #9bacbcff;
  margin-bottom: 10px;
}

.fueo-menu-item {
  padding: 8px 0 8px 10px;
}

.fueo-menu-item:last-child {
  border-bottom: none;
}

.fueo-menu-item-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fueo-menu-item-title {
  font-size: 19px;
  line-height: 21px;
  color: #042040ff;
  font-weight: 500;
  margin: 0;
}

.fueo-menu-item-desc {
  font-size: 14px;
  line-height: 21px;
  color: #55687dff;
  margin: 0;
}

.fueo-price-tag {
  display: inline-block;
  margin-left: 5px;
  padding: 2px 8px;
  border: 1px solid rgba(252, 83, 2, 0.2);
  background-color: rgba(252, 83, 2, 0.1);
  border-radius: 4px;
  font-size: 12px;
  color: #fc5302ff;
}
.recommned-head {
  width: 100%;
  position: absolute;
  top: -50px;
  z-index: 100;
}

.default-buy-btn {
  width: 100%;
  background: #ffffff;
  border-radius: 4px;
  position: relative;
  color: #042040;
  margin-top: 12px;
  font-weight: bold;
  border: 1px solid #d1d6e1;
  padding: 13px 0;
}
.default-buy-btn:hover {
  background: #f8f9fb;
}
.default-buy-btn2 {
  width: 100%;
  background: #ffffff;
  border-radius: 4px;
  position: relative;
  color: #042040;
  margin-top: 12px;
  font-weight: bold;
  border: 1px solid #d1d6e1;
  padding: 13px 0;
}
.default-buy-btn2:hover {
  background: #f8f9fb;
}
.first-buy-btn {
  width: 100%;
  background: #fff2e9 !important;
  border-radius: 4px;
  position: relative;
  color: #ff6a01 !important;
  margin-top: 12px;
  font-weight: bold;
  border: 1px solid #fff2e9;
  padding: 13px 0;
}
.first-buy-btn:hover {
  background: #ffe2cd !important;
}
.activity-buy-btn {
  width: 100%;
  background: #ff822a !important;
  border-radius: 4px;
  position: relative;
  color: white !important;
  margin-top: 12px;
  font-weight: bold;
  border: 1px solid #ff822a;
  padding: 13px 0;
}
.activity-buy-btn:hover {
  background: #ea6100 !important;
}
/* 活动 */
.arco-modal {
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.arco-modal.animated-opening {
  animation: modalAppear 0.3s ease-out forwards;
}

@keyframes modalAppear {
  from {
    transform: scale(0.8);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* 提示框基础样式 */
.success-notification {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 16px 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  max-width: 600px;
}

/* 成功图标 */
.success-icon {
  color: #28a745;
  font-size: 20px;
  font-weight: bold;
}

.notification-title {
  font-weight: 600;
  margin-bottom: 4px;
  color: #333;
}

.notification-desc {
  font-size: 14px;
  color: #666;
  margin-left: 20px;
}

/* 确认按钮 */
.notification-btn {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  margin-left: auto;
  display: block;
}

.notification-btn:hover {
  background: #0069d9;
}
