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

.hour-pricing-list li:last-child {
  background: linear-gradient(180deg, rgba(129, 97, 239, 0.3) 0%, rgba(255, 255, 255, 0) 300px), #FFFFFF !important;
}

.hour-pricing-list li:last-child::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 1;
}
.divBg:last-child::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient( 270deg, #B661EF 0%, #8161EF 100%), #D8D8D8;
  z-index: 1;
}

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

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

.tab-button.active .active-img {
  display: inline-block;
}

.tab-button {
  width: 88px;
  height: 34px;
  background-color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  color: #6B7280;
  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: 188px;
  height: 46px;
  background: #fff;
  border-radius: 8px;
}

.tab-container {
  width: 100%;
  height: 100%;
}


.concat-buy-btn {
  width: 100%;
  border-radius: 8px;
  height: 42px;
  background: rgba(64,136,255,0.1) !important;
  border: 1px solid #4088FF;
  color: #4088FF !important;
}

.concat-buy-btn:hover {
  background: rgba(64,136,255,0.3) !important;
  border: 1px solid #4088FF;
  color: #4088FF !important;
}

.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 .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: 44px !important;
}

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

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

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

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

.blogClass:hover h2.truncate-title {
  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 .2s ease, box-shadow .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 .2s ease, box-shadow .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;
}

.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: #37C390 !important;
}

.days-btns li:hover .right-day-text {
  color: inherit;
}

.ip-days-btns li.active {
  /* border: 1px solid #4088FFFF; */
  color: #16191C;
}

.ip-days-btns li.active span {
  color: #37C390;
}

.ip-days-btns li.default {
  border: 1px solid #DFE6F3FF;
  color: #16191CFF;
}

.ip-days-btns li:hover {
  color: #37C390 !important;
}

.continent-btns li.active {
  border: 1px solid #37C390;
  color: #37C390;
}

.continent-btns li.default {
  border: 1px solid #DFE6F3FF;
  color: #16191CFF;
}

.type-btns li.active {
  border: 1px solid #37C390;
  color: #37C390;
}

.type-btns li:hover {
  color: #37C390 !important;
}

.continent-btns li:hover {
  color: #37C390 !important;
}

.type-btns li.default {
  border: 1px solid #DFE6F3FF;
  color: #16191CFF;
}

.days-btns li.active {
  border: 1px solid #37C390;
  color: #37C390;
}

.days-btns li.active span {
  color: #37C390;

}

.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;
  margin-bottom: 24px;
}

.area-list .area-item {
  width: 203px;
  height: 76px;
  padding-top: 10px;
  padding-bottom: 14px;
  padding-left: 12px;
  display: flex;
  align-items: center;
}

.area-list .area-item .area-layout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
}

.area-list .area-item .area-name {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 2px;
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  color: #16191c;
}

.area-list .area-item .area-name-region,
.area-list .area-item .area-name-country {
  white-space: nowrap;
}

.area-list .area-item .area-price-wrap {
  margin-top: 6px;
}

.area-list .area-item .area-price-wrap.is-name-wrapped {
  margin-top: 0;
}

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

.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: #F9FAFB;
  border: 1px solid #DFE6F3;
}

.buy-now-btn:hover {
  background-color: #4088FF !important;
}

.buy-now-btn .icon-hover {
  display: none;
}

.buy-now-btn:hover .icon-normal {
  display: none;
}

.buy-now-btn:hover .icon-hover {
  display: inline-block;
}

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