@import url("./font.css");
@import url("./activity.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  color: #16191cff;
}
/* 默认图片 */
.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;
}
:root {
}
body {
  font-family: "Inter-Regular";
  font-size: 14px;
  position: relative;
}

.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%;
}
.bg-\[\#4088FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(64 136 255 / var(--tw-bg-opacity, 1)) /* #4088ff */;
}
.hover\:bg-\[\#3470D7\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(52 112 215 / var(--tw-bg-opacity, 1)) /* #3470d7 */;
}
.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 {
  background-color: rgba(64, 136, 255, 0.1);
  color: #4088ff;
}

.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 or register Form style */

.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;
  /* padding: 16px; */
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 0 16px;
}

.login-form .input-col .form-input-wrap input {
  outline: none;
  width: 100%;
  height: 55px;
}
.pop-message {
  z-index: 999999999999;
  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;
}
.start-now-dashb:hover .to_right {
  display: none;
}
.start-now-dashb:hover .to_right_active {
  display: block;
}
.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: 60px;
  z-index: 99999;
}
.right-fixed-block .right-fixed-ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.fixed-side-box {
  position: relative;
  overflow: visible;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(180deg, #4088ff 0%, #4f68ff 100%);
  box-shadow: 0px 1px 5px 0px #eaeaea;
  z-index: 1000;
  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;
  border: 4px solid rgba(64, 136, 255, 0.3);
  box-shadow: 0px 1px 5px 0px #eaeaea;
  opacity: 1;
}
/* Keep the original background change on hover */
.fixed-side-box:hover {
  background: linear-gradient(180deg, #4088ff 0%, #4f68ff 100%);
  border: none; /* prevent layout shift */
  border-color: transparent !important;
}

.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;
  border: 4px solid rgba(64, 136, 255, 0.3);
  box-shadow: 0px 1px 5px 0px #eaeaea;
  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;
  box-shadow: 0px 1px 5px 0px #eaeaea;
  background-color: white;
}
.fixed-side-box img {
  width: 26px;
  height: 26px;
}
.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;
}

.fixed-hover-wx {
  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-wx.scrolled {
  top: -161px !important;
}
.fixed-hover-wx.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: #4088ff !important;
}
.ip-days-btns li.active {
  border: 1px solid #4088ffff;
  background-color: #007aff0d;
  color: #4088ff;
}
.ip-days-btns li.active span {
  color: #4088ff;
}

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

.days-btns li.active {
  border: 1px solid #4088ffff;
  background-color: #007aff0d;
  color: #4088ff;
}
.days-btns li.active span {
  color: #4088ff;
}

.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;
}

.continent-list {
  padding: 0 24px;
}
.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.area-list .area-item {
  width: 193px;
  height: 76px;
  border: 1px solid #dfe6f3ff;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 14px;
}

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

.isp-tab_active {
  background-color: #4088ff;
  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;
}

.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 {
  width: 30px;
  height: 30px;
  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;
}

.accordion-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #16191cff;
}

/* 响应式设计 */
@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%;
}

.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 #4088ff;
}
/* 下拉箭头旋转过渡动画 */
.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;
}

#system-scam-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

#system-scam-modal[hidden] {
  display: none;
}

.system-scam-modal__mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
}

.system-scam-modal__dialog {
  position: relative;
  width: min(470px, 100%);
  aspect-ratio: 556 / 466;
  background: url("../assets/images/layouts/system-popup.webp") center / 100%
    100% no-repeat;
  color: #0b2743;
}

.system-scam-modal__content {
  position: absolute;
  inset: 51px 24px 18px 24px;
  display: flex;
  flex-direction: column;
}

.system-scam-modal__title {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 1.18;
  font-weight: 700;
  width: 75%;
  color: #08233d;
}

.system-scam-modal__message {
  margin-bottom: 22px;
  padding: 20px;
  height: 220px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
  overflow-y: auto;
  color: #183451;
  font-size: 16px;
  font-family: "Inter-Regular";
  line-height: 1.34;
}

.system-scam-modal__message p {
  margin: 0 0 8px;
}

.system-scam-modal__message p:last-child {
  margin-bottom: 0;
}

.system-scam-modal__message::-webkit-scrollbar {
  width: 8px;
}

.system-scam-modal__message::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #97a2b9;
}

.system-scam-modal__button {
  align-self: center;
  width: 260px;
  height: 42px;
  border: 0;
  outline: none;
  border-radius: 6px;
  background: #4088ff;
  font-family: "Inter-Regular";
  color: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}
.system-scam-modal__button:hover {
  background-color: #3470d7;
}

.system-scam-modal__button:hover {
  background: #2f78f0;
}

@media screen and (max-width: 560px) {
  .system-scam-modal__dialog {
    width: min(92vw, 300px);
  }

  .system-scam-modal__content {
    inset: 12.3% 6% 6.6% 6%;
  }

  .system-scam-modal__title {
    margin-bottom: 10px;
    font-size: clamp(13px, 3.5vw, 16px);
  }

  .system-scam-modal__message {
    min-height: 0;
    max-height: none;
    margin-bottom: 12px;
    padding: 11px 15px 11px 11px;
    font-size: clamp(10px, 2.7vw, 12px);
  }

  .system-scam-modal__button {
    width: min(156px, 70%);
    min-height: 29px;
    font-size: 12px;
  }
}
