/* 全局样式 */
/* 定义字体 */
@font-face {
  font-family: "Poppins";
  src: url("../Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../Poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../Poppins/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html {
  overflow-x: hidden;
}
html,
body {
  width: 100%;
  background: #fff;
  font-family: "Poppins";
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Poppins";
  background: #fff;
  color: #222;
}
a {
  text-decoration: none;
  color: inherit;
}
a:focus-visible {
  outline: none;
}
li {
  list-style: none;
}
.container {
  max-width: 1208px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .container {
    padding: 0 16px;
  }
}
.section-blog {
  overflow: hidden;
}
.section-blog .container {
  margin: 0 auto;
}
.section-blog .residential-proxy-hero {
  position: relative;
  text-align: center;
  padding: 6.25rem 0;
}
.section-blog .residential-proxy-hero .proxy_hero_bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section-blog .residential-proxy-hero .residential-proxy-hero-title {
  position: relative;
  width: 70%;
  margin: 0 auto 0.75rem;
}
.section-blog .residential-proxy-hero .residential-proxy-hero-title span {
  color: #041e39;
  font-size: 3.375rem;
  font-weight: bold;
}
.section-blog .residential-proxy-hero .residential-proxy-hero-title .rotating {
  color: #1876d2;
}
.section-blog .residential-proxy-hero p {
  position: relative;
  width: 70%;
  color: #4f5c65;
  font-size: 1.125rem;
  margin: 0 auto;
}
.section-blog .pricing-plans .plan-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 0.5rem;
}
.section-blog .pricing-plans .plan-row .plan-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0px 2px 8px 0px rgba(223, 230, 243, 0.65);
  text-align: center;
  position: relative;
  transition: transform 0.3s ease;
  border: 1px solid #dfe6f3;
}
.section-blog .pricing-plans .plan-row .plan-card.premium {
  border: 2px solid #1ab394;
}
.section-blog .pricing-plans .plan-row .plan-card.premium .plan-badge {
  background: #1ab394;
  color: #fff;
}
.section-blog .pricing-plans .plan-row .plan-card.premium .plan-body .btn-buy {
  color: #fff;
  background-color: #1ab394;
}
.section-blog
  .pricing-plans
  .plan-row
  .plan-card.premium
  .plan-body
  .btn-buy
  .next {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.section-blog
  .pricing-plans
  .plan-row
  .plan-card.premium
  .plan-body
  .btn-buy
  .next-black {
  position: absolute;
  left: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.section-blog .pricing-plans .plan-row .plan-card .plan-badge {
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #dfe6f3;
  color: #4f5c65;
  padding: 4px 10px;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  font-weight: bold;
  display: none;
}
.section-blog .pricing-plans .plan-row .plan-card .plan-popular {
  position: absolute;
  right: 0;
  top: 0;
}
.section-blog .pricing-plans .plan-row .plan-card .plan-popular img {
  width: 4.625rem;
}
.section-blog
  .pricing-plans
  .plan-row
  .plan-card
  .plan-popular
  .plan-popular-text {
  position: absolute;
  transform: rotate(45deg);
  width: 100%;
  left: 0.6875rem;
  top: 1.25rem;
  font-size: 0.875rem;
  color: #fff;
}
.section-blog .pricing-plans .plan-row .plan-card .plan-size {
  font-size: 1.25rem;
  font-weight: 500;
  color: #041e39;
  background: #f7fafc;
  border-radius: 16px 16px 0px 0px;
  border-bottom: 1px solid #dfe6f3;
  padding: 1.25rem;
}
.section-blog .pricing-plans .plan-row .plan-card .plan-body {
  flex: 1;
  padding: 1.5rem 1.25rem;
}
.section-blog .pricing-plans .plan-row .plan-card .plan-body .plan-price {
  display: flex;
  flex-direction: column;
}
.section-blog
  .pricing-plans
  .plan-row
  .plan-card
  .plan-body
  .plan-price
  .price-per-gb {
  font-size: 0.875rem;
  color: #929ba5;
  text-decoration-line: line-through;
}
.section-blog
  .pricing-plans
  .plan-row
  .plan-card
  .plan-body
  .plan-price
  .price-per-big {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #041e39;
  margin-bottom: 1.875rem;
}
.section-blog
  .pricing-plans
  .plan-row
  .plan-card
  .plan-body
  .plan-price
  .price-per-big
  .price-per-month {
  font-size: 2.5rem;
  font-weight: bold;
}
.section-blog
  .pricing-plans
  .plan-row
  .plan-card
  .plan-body
  .plan-price
  .price-per-big
  .price-per-year {
  display: inline-block;
  font-size: 0.875rem;
  padding-top: 0.875rem;
}
.section-blog
  .pricing-plans
  .plan-row
  .plan-card
  .plan-body
  .plan-price
  .price-per-big
  img {
  width: 3.75rem;
  height: 3.75rem;
}
.section-blog
  .pricing-plans
  .plan-row
  .plan-card
  .plan-body
  .plan-price
  .custom-text {
  font-weight: 500;
  font-size: 0.875rem;
  color: #4f5c65;
  margin-bottom: 1.0625rem;
}
.section-blog
  .pricing-plans
  .plan-row
  .plan-card
  .plan-body
  .plan-price
  .total-price {
  font-size: 1rem;
  color: #4f5c65;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.section-blog .pricing-plans .plan-row .plan-card .plan-body .btn-buy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #041e39;
  padding: 0.375rem 1.25rem;
  border-radius: 0.5rem;
  border: 2px solid #1ab394;
}
.section-blog .pricing-plans .plan-row .plan-card .plan-body .btn-buy img {
  margin-left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.section-blog .pricing-plans .plan-row .plan-card .plan-body .btn-buy .next {
  position: absolute;
  right: 4.4rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.section-blog
  .pricing-plans
  .plan-row
  .plan-card
  .plan-body
  .btn-buy
  .next-black {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.section-blog .pricing-plans .plan-row .plan-card .plan-body .btn-buy:hover {
  color: #fff;
  background-color: #1ab394;
}
.section-blog
  .pricing-plans
  .plan-row
  .plan-card
  .plan-body
  .btn-buy:hover
  .next-black {
  opacity: 0;
  visibility: hidden;
}
.section-blog
  .pricing-plans
  .plan-row
  .plan-card
  .plan-body
  .btn-buy:hover
  .next {
  opacity: 1;
  visibility: visible;
}
.section-blog .pricing-plans .plan-row .plan-card .plan-body-custom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem 1.25rem 1.5rem 1.25rem;
}
@media (max-width: 768px) {
  .section-blog .pricing-plans .plan-row {
    flex-direction: column;
  }
  .section-blog .pricing-plans .plan-row .plan-card {
    margin-bottom: 20px;
  }
}
.section-proxy-features {
  padding-bottom: 5.625rem;
}
.section-proxy-features .proxy-features-content {
  display: flex;
  gap: 1rem;
  align-items: center;
  text-align: center;
  background: linear-gradient(270deg, #deeeff 0%, #e4f8ff 100%);
  border-radius: 1rem;
  padding: 3.125rem 2.5rem;
}
.section-proxy-features .proxy-features-text {
  flex: 1;
  text-align: left;
  padding-right: 2.5rem;
}
.section-proxy-features .proxy-features-text .rotating {
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 1.5rem;
}
.section-proxy-features .proxy-features-text h2 {
  color: #16191c;
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
}
.section-proxy-features .proxy-features-text p {
  color: #4f5c65;
  font-size: 1.125rem;
  line-height: 1.5;
}
.section-proxy-features .proxy-features-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
}
.section-proxy-features .proxy-features-grid .feature-item {
  flex: 1;
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}
.section-proxy-features .proxy-features-grid .feature-item img {
  width: 1rem;
  height: 1rem;
  object-fit: contain;
  margin-right: 0.75rem;
}
.section-proxy-features .proxy-features-grid .feature-item span {
  color: #041e39;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .section-proxy-features .proxy-features-grid {
    flex-direction: column;
    gap: 1.5rem;
  }
  .section-proxy-features .proxy-features-grid .feature-item {
    max-width: 100%;
  }
}
.best-value {
  padding: 80px 0;
}
.best-value .best-value-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  background-color: #071928;
  border-radius: 1rem;
}
.best-value .best-value-text {
  flex: 1;
  padding: 3.875rem 0 3.875rem 2.5rem;
}
.best-value .best-value-text h2 {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 0.625rem;
  line-height: 1.5;
}
.best-value .best-value-text p {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.best-value .best-value-text .btn-wrapper {
  width: fit-content;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: background-color 0.3s ease;
  font-size: 1rem;
  font-weight: bold;
  background-color: #1ab394;
  color: #fff;
  padding: 0.75rem 3.3125rem;
  border-radius: 0.5rem;
}
.best-value .best-value-text .btn-wrapper:hover {
  background-color: #00cca3;
}
.best-value .best-value-text .btn-wrapper img {
  width: 1rem;
  height: 1rem;
}
.best-value .best-value-map {
  width: 37.25rem;
  position: relative;
}
.best-value .best-value-map .global-map {
  max-width: 100%;
  height: auto;
  opacity: 0.7;
}
.best-value .best-value-map .country-flags {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.best-value .best-value-map .country-flags .flag {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  padding: 10px;
  transition: all 0.3s ease;
}
.best-value .best-value-map .country-flags .flag img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.best-value .best-value-map .country-flags .flag:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}
.best-value .best-value-map .country-flags .flag.netherlands {
  top: 30%;
  left: 55%;
}
.best-value .best-value-map .country-flags .flag.united-kingdom {
  top: 35%;
  left: 45%;
}
.best-value .best-value-map .country-flags .flag.united-states {
  top: 45%;
  left: 25%;
}
.best-value .best-value-map .country-flags .flag.indonesia {
  top: 70%;
  left: 65%;
}
.best-value .best-value-map .country-flags .flag.australia {
  top: 80%;
  left: 75%;
}
@media (max-width: 768px) {
  .best-value .best-value-content {
    flex-direction: column;
    text-align: center;
  }
  .best-value .best-value-text {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .best-value .best-value-map .country-flags .flag {
    position: static;
    display: inline-block;
    margin: 10px;
  }
}
.section-learn-more {
  background-color: #f7fafc;
  padding: 5rem 0;
}
.section-learn-more .container {
  max-width: 73.125rem;
  margin: 0 auto;
  padding: 0 1rem;
}
.section-learn-more h2 {
  text-align: center;
  color: #041e39;
  font-size: 2.375rem;
  margin-bottom: 2.5rem;
  font-weight: bold;
}
.section-learn-more .learn-more-accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.section-learn-more .learn-more-accordion .accordion-item {
  background-color: #fff;
  border-radius: 0.75rem;
  transition: all 0.3s ease;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(186, 195, 212, 0.5);
  border-radius: 16px;
  border: 1px solid #dfe6f3;
  padding: 1.5rem 1.875rem;
}
.section-learn-more .learn-more-accordion .accordion-item:hover {
  box-shadow: 0px 0px 5px 0px rgba(186, 195, 212, 0.5);
}
.section-learn-more .learn-more-accordion .accordion-item .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.section-learn-more .learn-more-accordion .accordion-item .accordion-header h3 {
  color: #041e39;
  font-size: 1.125rem;
  margin: 0;
  flex-grow: 1;
  font-weight: 500;
  margin-right: 1rem;
}
.section-learn-more
  .learn-more-accordion
  .accordion-item
  .accordion-header
  .accordion-toggle {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
  color: #6471e3;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.section-learn-more
  .learn-more-accordion
  .accordion-item
  .accordion-header
  .accordion-toggle
  .icon {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1;
}
.section-learn-more
  .learn-more-accordion
  .accordion-item
  .accordion-header
  .accordion-toggle:hover {
  background-color: rgba(100, 113, 227, 0.1);
}
.section-learn-more .learn-more-accordion .accordion-item .accordion-content {
  margin-top: 1.25rem;
  display: none;
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 0;
}
.section-learn-more .learn-more-accordion .accordion-item .accordion-content p {
  color: #4f5c65;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
.section-learn-more
  .learn-more-accordion
  .accordion-item.active
  .accordion-content {
  display: block;
  opacity: 1;
}
.section-order-confirmation {
  padding: 5.625rem 0;
  padding-bottom: 0;
}
.order-confirmation-content {
  padding-bottom: 80px;
}
.section-order-confirmation h2 {
  color: #041e39;
  font-size: 2.375rem;
  margin-bottom: 0.625rem;
  font-weight: bold;
  text-align: center;
}
.section-order-confirmation .payment-help {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 2.5rem;
  color: #4f5c65;
  font-size: 1rem;
}
.section-order-confirmation .payment-help a {
  margin-left: 0.375rem;
  color: #1ab394;
  text-decoration: none;
  transition: color 0.3s ease;
}
.section-order-confirmation .payment-help a:hover {
  color: #00cca3;
}
.section-order-confirmation .payment-help img {
  width: 1rem;
  height: 1rem;
  margin-left: 0.375rem;
}
.section-order-confirmation .order-confirmation-content {
  display: flex;
  gap: 1rem;
}
.section-order-confirmation .payment-methods {
  flex: 1;
}
.section-order-confirmation .payment-methods .payment-options {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.section-order-confirmation .payment-methods .payment-options .payment-option {
  position: relative;
  border: 1px solid #dfe6f3;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  padding: 1.25rem;
  transition: color 0.3s ease;
}
.section-order-confirmation
  .payment-methods
  .payment-options
  .payment-option:hover {
  border: 1px solid #041e39;
}
.section-order-confirmation
  .payment-methods
  .payment-options
  .payment-option.selected {
  background: rgba(24, 118, 210, 0.1);
  border: 2px solid #1876d2;
}
.section-order-confirmation
  .payment-methods
  .payment-options
  .payment-option.selected
  .top-up {
  color: #1876d2;
}
.section-order-confirmation
  .payment-methods
  .payment-options
  .payment-option
  .radio {
  width: 1.25rem;
  height: 1.25rem;
}
.section-order-confirmation
  .payment-methods
  .payment-options
  .payment-option
  label {
  flex: 1;
  margin-left: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s ease;
}
.section-order-confirmation
  .payment-methods
  .payment-options
  .payment-option
  label:hover {
  border-color: #1876d2;
}
.section-order-confirmation
  .payment-methods
  .payment-options
  .payment-option
  label
  .payment-icons {
  display: flex;
  align-items: center;
}
.section-order-confirmation
  .payment-methods
  .payment-options
  .payment-option
  label
  .payment-icons
  img {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
  margin-left: 0.625rem;
}
.section-order-confirmation
  .payment-methods
  .payment-options
  .payment-option
  label
  .payment-icons
  .crypto {
  width: 1.375rem;
  height: 1.375rem;
}
.section-order-confirmation
  .payment-methods
  .payment-options
  .payment-option
  label
  .payment-icons
  .visa {
  width: 2.75rem;
  height: 1.5rem;
}
.section-order-confirmation
  .payment-methods
  .payment-options
  .payment-option
  label
  .payment-icons
  .mastercard {
  margin-left: 0.5rem;
  width: 2rem;
  height: 1.5rem;
}
.section-order-confirmation
  .payment-methods
  .payment-options
  .payment-option
  label
  .payment-icons
  .alipay {
  width: 3.25rem;
  height: 1.5rem;
}
.section-order-confirmation
  .payment-methods
  .payment-options
  .payment-option
  label
  .payment-icons
  .google {
  width: 2.875rem;
  height: 1.5rem;
}
.section-order-confirmation
  .payment-methods
  .payment-options
  .payment-option
  label
  .payment-label {
  color: #041e39;
  font-size: 1rem;
  font-weight: 500;
  margin-right: 0.5rem;
}
.section-order-confirmation
  .payment-methods
  .payment-options
  .payment-option
  .balance {
  font-size: 1rem;
  font-weight: 500;
  color: #1876d2;
  margin-right: auto;
}
.section-order-confirmation
  .payment-methods
  .payment-options
  .payment-option
  .top-up {
  color: #1876d2;
  text-decoration: underline;
  font-weight: 500;
}
.section-order-confirmation .order-summary {
  height: fit-content;
  width: 40.9%;
  background-color: #f7fafc;
  border: 1px solid #dfe6f3;
  border-radius: 1rem;
  padding: 1rem 1.25rem 1.5rem 1.25rem;
}
.section-order-confirmation .order-summary h3 {
  color: #041e39;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
.section-order-confirmation .order-summary .summary-details {
  margin-bottom: 1rem;
}
.section-order-confirmation .order-summary .summary-details .summary-row {
  display: flex;
  justify-content: space-between;
  color: #041e39;
  font-size: 0.875rem;
  padding: 0.625rem 0;
  font-weight: 500;
}
.section-order-confirmation .order-summary .special-offer {
  margin-bottom: 1.25rem;
}
.section-order-confirmation .order-summary .special-offer .special-offer-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  color: #041e39;
  font-size: 1.25rem;
  font-weight: 500;
}
.section-order-confirmation
  .order-summary
  .special-offer
  .special-offer-title
  img {
  width: 1rem;
  height: 1rem;
}
.section-order-confirmation .order-summary .special-offer > span {
  color: #041e39;
  font-size: 1.25rem;
  display: block;
}
.section-order-confirmation .order-summary .special-offer .offer-details {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 0.625rem 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid #1ab394;
}
.section-order-confirmation .order-summary .special-offer .offer-details img {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
}
.section-order-confirmation .order-summary .special-offer .offer-details span {
  color: #041e39;
  font-weight: 500;
  font-size: 0.875rem;
}
.section-order-confirmation
  .order-summary
  .special-offer
  .offer-details
  .offer-price {
  margin-left: 0.25rem;
  color: #fc9801;
  margin-right: 0;
}
.section-order-confirmation
  .order-summary
  .special-offer
  .offer-details
  .offer-icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
}
.section-order-confirmation .order-summary .coupon-section {
  margin-bottom: 2.5rem;
}
.section-order-confirmation .order-summary .coupon-section > span {
  font-size: 0.875rem;
  font-weight: 500;
  color: #1ab394;
  display: block;
  margin-bottom: 0.625rem;
}
.section-order-confirmation .order-summary .coupon-section .coupon-input {
  display: flex;
  border: 1px solid #dfe6f3;
  border-radius: 0.5rem;
  overflow: hidden;
}
.section-order-confirmation .order-summary .coupon-section .coupon-input input {
  flex-grow: 1;
  padding: 0.75rem;
  border-radius: 0.5rem 0 0 0.5rem;
  border: none;
  font-size: 0.875rem;
  color: #929ba5;
}
.section-order-confirmation
  .order-summary
  .coupon-section
  .coupon-input
  input:active,
.section-order-confirmation
  .order-summary
  .coupon-section
  .coupon-input
  input:focus,
.section-order-confirmation
  .order-summary
  .coupon-section
  .coupon-input
  input:focus-visible {
  border: none;
  outline: none;
}
.section-order-confirmation
  .order-summary
  .coupon-section
  .coupon-input
  button {
  color: #041e39;
  fony-size: 0.875rem;
  padding: 0.75rem 1.5rem;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  border-left: 1px solid #dfe6f3;
  background: #fff;
  box-shadow: none;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.section-order-confirmation
  .order-summary
  .coupon-section
  .coupon-input
  button:hover {
  color: #00cca3;
}
.section-order-confirmation .order-summary .order-total {
  padding-top: 0.625rem;
  margin-bottom: 1rem;
}
.section-order-confirmation .order-summary .order-total .total-row {
  display: flex;
  justify-content: space-between;
  color: #041e39;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.section-order-confirmation .order-summary .order-total .total-row .loaded {
  color: #041e39;
}
.section-order-confirmation .order-summary .order-total .total-row .number {
  color: #fc9801;
}
.section-order-confirmation .order-summary .order-total .total-row.total {
  color: #041e39;
  font-weight: 500;
  font-size: 1.5rem;
}
.section-order-confirmation .order-summary .order-actions {
  display: flex;
  gap: 0.625rem;
}
.section-order-confirmation .order-summary .order-actions .btn {
  padding: 0.75rem 2.4375rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.3s ease;
  line-height: 1.5;
  cursor: pointer;
}
.section-order-confirmation .order-summary .order-actions .btn-cancel {
  background-color: #fff;
  color: #041e39;
  border: 1px solid #dfe6f3;
}
.section-order-confirmation .order-summary .order-actions .btn-cancel:hover {
  border-color: #041e39;
}
.section-order-confirmation .order-summary .order-actions .btn-checkout {
  flex: 1;
  background-color: #1876d2;
  color: #fff;
  border: none;
}
.section-order-confirmation .order-summary .order-actions .btn-checkout:hover {
  background-color: #53a1ed;
}
.order-table {
  width: 100%;
  border-collapse: collapse;
  /* 可选，合并边框 */
  border-spacing: 0;
  font-size: 1rem;
  margin-bottom: 1.75rem;
  min-height: 20rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.order-table thead {
  display: block;
  width: 100%;
  background: #dfe6f3;
  border-radius: 0.5rem;
  overflow: hidden;
}
.order-table thead tr {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}
.order-table thead th {
  font-weight: 500;
  color: #4f5c65;
  text-align: left;
  padding: 0.625rem;
  font-size: 0.875rem;
  border: none;
  text-align: right;
  flex: 1;
}
.order-table thead th:first-child {
  flex: 2;
  text-align: left;
}
.order-table thead th:last-child {
  flex: 1.5;
}
.order-table tbody {
  display: block;
  width: 100%;
}
.order-table tbody tr {
  display: flex;
  gap: 1.25rem;
  border-bottom: 1px solid #dfe6f3;
}
.order-table tbody tr:last-child {
  border-bottom: none;
}
.order-table tbody tr td {
  flex: 1;
  padding: 0.625rem;
  color: #041e39;
  font-size: 0.875rem;
  background: transparent;
  vertical-align: middle;
  border: none;
  text-align: right;
}
.order-table tbody tr td:first-child {
  flex: 2;
  text-align: left;
}
.order-table tbody tr td:last-child {
  flex: 1.5;
}
.order-table tbody tr td strong {
  font-weight: 500;
  color: #041e39;
}
.order-table tbody tr td span {
  color: #929ba5 !important;
  font-size: 0.875rem;
  margin-left: 2px;
}
.proxy-order-section {
  width: 100%;
  padding: 1.25rem 0 0.625rem;
}
.proxy-order-section .proxy-order-container {
  display: flex;
  gap: 1rem;
  margin: 0 auto;
  align-items: flex-start;
}
.proxy-order-section .proxy-select {
  flex: 2;
  border-radius: 1rem;
  border: 1px solid #dfe6f3;
  padding: 0 1.25rem 1.25rem;
  min-width: 0;
}
.proxy-order-section .proxy-select-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  padding: 1.6875rem 0;
  border-bottom: 1px solid #dfe6f3;
}
.proxy-order-section .proxy-select-header .proxy-select-header_text {
  color: #041e39;
  font-size: 1.125rem;
  font-weight: 600;
}
.proxy-order-section .proxy-select-header .proxy-request-tip {
  font-size: 0.875rem;
  color: #4f5c65;
}
.proxy-order-section .proxy-select-header .proxy-request-tip a {
  color: #1876d2;
  text-decoration: none;
}
.proxy-order-section .proxy-select-header .proxy-request-tip:hover a {
  color: #53a1ed;
}
.proxy-order-section .proxy-search {
  margin-bottom: 2.5rem;
  border: 1px solid #dfe6f3;
  background: #f7fafc;
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  padding: 0.625rem 1rem;
}
.proxy-order-section .proxy-search:hover {
  border-color: #041e39;
}
.proxy-order-section .proxy-search:focus {
  border-color: #1876d2;
}
.proxy-order-section .proxy-search img {
  width: 1.25rem;
  height: 1.25rem;
}
.proxy-order-section .proxy-search input {
  width: 100%;
  border: none;
  font-size: 0.875rem;
  outline: none;
  transition: border 0.2s;
  background: none;
  color: #041e39;
}
.proxy-order-section .proxy-search input::placeholder {
  color: #929ba5;
  opacity: 1;
}
.proxy-order-section .proxy-time-period {
  margin-bottom: 2.5rem;
}
.proxy-order-section .proxy-time-period .proxy-time-period-text {
  font-weight: 600;
  font-size: 1rem;
  color: #041e39;
}
.proxy-order-section .proxy-time-period .proxy-time-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}
.proxy-order-section .proxy-time-period .proxy-time-btns .time-btn {
  background: #fff;
  border: 1px solid #dfe6f3;
  border-radius: 0.5rem;
  padding: 0.625rem 1.1875rem;
  font-size: 1rem;
  cursor: pointer;
  color: #041e39;
  font-weight: 500;
}
.proxy-order-section .proxy-time-period .proxy-time-btns .time-btn:hover {
  border-color: #041e39;
}
.proxy-order-section .proxy-time-period .proxy-time-btns .time-btn.active {
  font-weight: 600;
  color: #1876d2;
  border-color: #1876d2;
  background: rgba(24, 118, 210, 0.1);
}
.proxy-order-section .proxy-location-list {
  margin-top: 0.5rem;
  padding-top: 1.25rem;
  border-top: 2px dashed #dfe6f3;
}
.proxy-order-section .proxy-location-list .location-group {
  margin-bottom: 2rem;
}
.proxy-order-section
  .proxy-location-list
  .location-group
  .location-group-title {
  position: relative;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #041e39;
}
.proxy-order-section
  .proxy-location-list
  .location-group
  .location-group-title::before {
  content: "";
  position: absolute;
  left: -1.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0.875rem;
  background: #1876d2;
}
.proxy-order-section .proxy-location-list .location-group .location-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.proxy-order-section
  .proxy-location-list
  .location-group
  .location-cards
  .location-card {
  background: #fff;
  border: 1px solid #e3eaf2;
  border-radius: 0.75rem;
  box-shadow: 0 1px 4px 0 rgba(223, 230, 243, 0.12);
  display: flex;
  flex-direction: column;
  padding: 1rem;
  width: calc(33.33% - 0.5rem);
  position: relative;
}
.proxy-order-section
  .proxy-location-list
  .location-group
  .location-cards
  .location-card
  .location-card-native {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 500;
  color: #b43a1e;
  font-size: 0.75rem;
  padding: 0.125rem 0.5rem;
  border-radius: 0px 8px 0px 8px;
  background: #fff2ee;
}
.location-card-nativeOFF {
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
  color: #fff;
  font-size: 0.75rem;
  background: url("../images/OFF.png") no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
.nativeOFF {
  display: inline-block;
  transform: rotate(316deg);
  margin-top: 6px;
  margin-left: -12px;
  font-size: 12px;
}
.proxy-order-section
  .proxy-location-list
  .location-group
  .location-cards
  .location-card
  .location-card-top {
  flex: 1;
  min-height: 3.625rem;
  display: flex;
  align-items: center;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid #dfe6f3;
}
.proxy-order-section
  .proxy-location-list
  .location-group
  .location-cards
  .location-card
  .location-card-top
  .flag {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 0.625rem;
}
.proxy-order-section
  .proxy-location-list
  .location-group
  .location-cards
  .location-card
  .location-card-top
  .location-info {
  flex: 1;
}
.proxy-order-section
  .proxy-location-list
  .location-group
  .location-cards
  .location-card
  .location-card-top
  .location-info
  .location-name {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  color: #4f5c65;
}
.proxy-order-section
  .proxy-location-list
  .location-group
  .location-cards
  .location-card
  .location-card-top
  .location-info
  .location-name
  .location-name-us {
  font-size: 0.875rem;
  color: #041e39;
}
.proxy-order-section
  .proxy-location-list
  .location-group
  .location-cards
  .location-card
  .location-card-top
  .location-info
  .location-price {
  font-size: 1.1rem;
  font-weight: bold;
  color: #23304d;
}
.proxy-order-section
  .proxy-location-list
  .location-group
  .location-cards
  .location-card
  .location-card-top
  .location-info
  .location-price
  span {
  color: #bfc9da;
  font-size: 0.95em;
  margin-left: 2px;
}
.proxy-order-section
  .proxy-location-list
  .location-group
  .location-cards
  .location-card
  .location-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.75rem;
}
.proxy-order-section
  .proxy-location-list
  .location-group
  .location-cards
  .location-card
  .location-card-bottom
  .location-price {
  font-size: 1rem;
  color: #041e39;
}
.proxy-order-section
  .proxy-location-list
  .location-group
  .location-cards
  .location-card
  .location-card-bottom
  .location-qty {
  display: flex;
  align-items: center;
  border: 1px solid #dfe6f3;
  border-radius: 0.25rem;
}
.proxy-order-section
  .proxy-location-list
  .location-group
  .location-cards
  .location-card
  .location-card-bottom
  .location-qty
  .qty-btn {
  width: 1.625rem;
  height: 1.625rem;
  cursor: pointer;
  padding: 0;
  border: none;
}
.proxy-order-section
  .proxy-location-list
  .location-group
  .location-cards
  .location-card
  .location-card-bottom
  .location-qty
  .qty-btn
  img {
  width: 1.625rem;
  height: 1.625rem;
}
.proxy-order-section
  .proxy-location-list
  .location-group
  .location-cards
  .location-card
  .location-card-bottom
  .location-qty
  .qty-input {
  width: 2.75rem;
  text-align: center;
  border: none;
  background: transparent;
  font-size: 0.875rem;
  color: #041e39;
}
.proxy-order-section
  .proxy-location-list
  .location-group
  .location-cards
  .location-card
  .location-card-bottom
  .location-qty
  .qty-input:focus {
  outline: none;
}
.proxy-order-section
  .proxy-location-list
  .location-group
  .location-cards
  .native-badge {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: #ffefc1;
  color: #d49b00;
  font-size: 0.75rem;
  padding: 0.2rem 0.6rem;
  border-radius: 0.5rem;
  font-weight: bold;
}
.proxy-order-section .proxy-location-list .location-group-1 {
  margin-bottom: 0.75rem;
}
.proxy-order-section .proxy-order-summary {
  position: sticky;
  top: 100px;
  z-index: 999;
  flex: 1;
  border-radius: 1rem;
  border: 1px solid #dfe6f3;
  padding: 0.3125rem 1.25rem 1.875rem;
  background: #f7fafc;
}
.proxy-order-section .proxy-order-summary .order-summary-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5625rem;
  padding: 1.5625rem 0;
  border-bottom: 1px solid #dfe6f3;
}
.proxy-order-section .proxy-order-summary .order-summary-header .order-clear {
  color: #1876d2;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
}
.proxy-order-section
  .proxy-order-summary
  .order-summary-header
  .order-clear:hover {
  color: #53a1ed;
}
.proxy-order-section
  .proxy-order-summary
  .order-summary-body
  .order-summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.875rem;
  color: #4f5c65;
  font-size: 0.875rem;
}
.proxy-order-section
  .proxy-order-summary
  .order-summary-body
  .order-summary-row
  .order-time-value {
  color: #041e39;
  font-size: 500;
}
.proxy-order-section
  .proxy-order-summary
  .order-summary-body
  .order-summary-location {
  color: #4f5c65;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.proxy-order-section
  .proxy-order-summary
  .order-summary-body
  .order-summary-list {
  height: 14.5rem;
  overflow-y: auto;
  margin-bottom: 1.5rem;
}
.proxy-order-section
  .proxy-order-summary
  .order-summary-body
  .order-summary-list
  .order-summary-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
.proxy-order-section
  .proxy-order-summary
  .order-summary-body
  .order-summary-list
  .order-summary-item
  .flag {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}
.proxy-order-section
  .proxy-order-summary
  .order-summary-body
  .order-summary-list
  .order-summary-item
  .order-summary-item-text {
  flex: 1;
}
.proxy-order-section
  .proxy-order-summary
  .order-summary-body
  .order-summary-list
  .order-summary-item
  .order-summary-item-text
  .item-name {
  font-size: 0.875rem;
  color: #041e39;
}
.proxy-order-section
  .proxy-order-summary
  .order-summary-body
  .order-summary-list
  .order-summary-item
  .order-summary-item-text
  .item-name-text {
  font-size: 0.75rem;
  color: #4f5c65;
}
.proxy-order-section
  .proxy-order-summary
  .order-summary-body
  .order-summary-list
  .order-summary-item
  .item-price {
  color: #041e39;
  font-size: 0.875rem;
}
.proxy-order-section
  .proxy-order-summary
  .order-summary-body
  .order-summary-list
  .order-summary-item
  .item-qty {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  border: 1px solid #dfe6f3;
  border-radius: 0.25rem;
}
.proxy-order-section
  .proxy-order-summary
  .order-summary-body
  .order-summary-list
  .order-summary-item
  .item-qty
  .qty-btn {
  width: 1.625rem;
  height: 1.625rem;
  cursor: pointer;
  box-shadow: none;
  border: none;
}
.proxy-order-section
  .proxy-order-summary
  .order-summary-body
  .order-summary-list
  .order-summary-item
  .item-qty
  .qty-btn
  img {
  width: 1.625rem;
  height: 1.625rem;
}
.proxy-order-section
  .proxy-order-summary
  .order-summary-body
  .order-summary-list
  .order-summary-item
  .item-qty
  .qty-input {
  width: 2rem;
  text-align: center;
  border: none;
  background: transparent;
  font-size: 1rem;
}
.proxy-order-section
  .proxy-order-summary
  .order-summary-body
  .order-summary-list {
  scrollbar-width: thin;
  /* Firefox */
  scrollbar-color: #888 #f1f1f1;
  /* Firefox */
}
.proxy-order-section
  .proxy-order-summary
  .order-summary-body
  .order-summary-list::-webkit-scrollbar {
  width: 6px;
}
.proxy-order-section
  .proxy-order-summary
  .order-summary-body
  .order-summary-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.proxy-order-section
  .proxy-order-summary
  .order-summary-body
  .order-summary-list::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}
.proxy-order-section
  .proxy-order-summary
  .order-summary-body
  .order-summary-total {
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.proxy-order-section
  .proxy-order-summary
  .order-summary-body
  .order-summary-total
  .order-total-value {
  font-weight: 600;
}
.proxy-order-section .proxy-order-summary .order-summary-body .order-buy-btn {
  width: 100%;
  background: #1876d2;
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  padding: 0.75rem 0;
  font-size: 1.1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
}
.proxy-order-section
  .proxy-order-summary
  .order-summary-body
  .order-buy-btn:hover {
  background: #53a1ed;
}
.plan-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.625rem;
  position: relative;
}
.plan-nav .plan-nav-container {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.plan-nav .plan-nav-item.active {
  color: #041e39;
  font-weight: bold;
  display: flex;
  gap: 0.5rem;
  background: #f1f5f6;
  border-radius: 0.5rem;
  padding: 0.25rem;
}
.plan-nav .plan-nav-item.active .plan-nav-title {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  color: #041e39;
  cursor: pointer;
}
.plan-nav .plan-nav-item.active .plan-nav-title .plan-nav-title-text {
  color: #6471e3;
}
.plan-nav .plan-nav-item.active .active-title {
  background: #fff;
  box-shadow: 0px 1px 2px 0px #d7ddea;
  border-radius: 8px;
  border: 1px solid #dadcde;
}
.plan-nav .plan-nav-item.validity-selector {
  position: relative;
  cursor: pointer;
}
.plan-nav .plan-nav-item.validity-selector .validity-current {
  min-width: 15rem;
  display: flex;
  align-items: center;
  background-color: #f1f5f6;
  border: 1px solid #dfe6f3;
  border-radius: 0.5rem;
  padding: 0.6875rem 0.875rem 0.6875rem 1rem;
  transition: all 0.3s ease;
}
.plan-nav .plan-nav-item.validity-selector .validity-current span {
  flex: 1;
  color: #041e39;
  font-size: 1rem;
  margin-right: 0.875rem;
  border-right: 1px solid #dfe6f3;
}
.plan-nav .plan-nav-item.validity-selector .validity-current span strong {
  font-weight: bold;
}
.plan-nav .plan-nav-item.validity-selector .validity-current .expand-icon {
  width: 1rem;
  height: 1rem;
  transition: transform 0.3s ease;
}
.plan-nav .plan-nav-item.validity-selector .validity-current:hover {
  border-color: #1ab394;
  background: #f1f5f6;
}
.plan-nav .plan-nav-item.validity-selector .validity-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #dfe6f3;
  border-radius: 0.5rem;
  box-shadow: 0px 4px 4px 0px rgba(154, 154, 154, 0.3);
  z-index: 10;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  padding: 0.5rem;
}
.plan-nav .plan-nav-item.validity-selector .validity-dropdown .validity-option {
  padding: 0.625rem 1rem;
  transition: background-color 0.3s ease;
}
.plan-nav
  .plan-nav-item.validity-selector
  .validity-dropdown
  .validity-option
  span {
  color: #041e39;
  font-size: 1rem;
}
.plan-nav
  .plan-nav-item.validity-selector
  .validity-dropdown
  .validity-option
  span
  strong {
  font-weight: bold;
}
.plan-nav
  .plan-nav-item.validity-selector
  .validity-dropdown
  .validity-option:hover {
  background: rgba(26, 179, 148, 0.1);
}
.plan-nav .plan-nav-item.validity-selector.open .validity-current .expand-icon {
  transform: rotate(180deg);
}
.plan-nav .plan-nav-item.validity-selector.open .validity-dropdown {
  max-height: 200px;
  opacity: 1;
}
@media (max-width: 600px) {
  .order-table {
    font-size: 0.92rem;
  }
  .order-table thead th,
  .order-table tbody td {
    padding: 0.5rem 0.5rem;
  }
}
@media screen and (max-width: 1208px) {
  .section-blog .pricing-plans .plan-row {
    flex-wrap: wrap;
  }
  .section-blog .pricing-plans .plan-row .plan-card {
    flex: 0 calc(50% - 0.5rem);
  }
  .proxy-order-section
    .proxy-location-list
    .location-group
    .location-cards
    .location-card {
    width: calc(50% - 0.5rem);
  }
}
@media screen and (max-width: 900px) {
  .section-blog .plan-nav .plan-nav-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 780px) {
  .section-order-confirmation .order-confirmation-content {
    flex-direction: column;
  }
  .section-order-confirmation .order-confirmation-content .order-summary {
    width: 100%;
  }
  .section-proxy-features .proxy-features-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .best-value .best-value-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 576px) {
  .section-blog .residential-proxy-hero {
    padding: 1.875rem 0;
  }
  .section-blog .residential-proxy-hero .residential-proxy-hero-title span {
    font-size: 1.75rem;
  }
  .section-blog
    .residential-proxy-hero
    .residential-proxy-hero-title
    .proxy_hero_subtitle {
    font-size: 1rem;
  }
  .section-blog .pricing-plans .plan-row .plan-card {
    margin-bottom: 1rem;
  }
  .plan-nav {
    margin-bottom: 1.25rem;
  }
  .section-order-confirmation {
    padding: 1.5rem 0;
  }
  .section-order-confirmation .order_confirmation_title {
    font-size: 1.75rem;
  }
  .section-order-confirmation .payment-help {
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
  }
  .section-order-confirmation .order-confirmation-content .order-summary {
    padding: 1rem;
  }
  .section-order-confirmation
    .order-confirmation-content
    .order-summary
    .summary-details {
    margin-bottom: 1rem;
  }
  .section-order-confirmation
    .order-confirmation-content
    .order-summary
    .special-offer {
    margin-bottom: 1rem;
  }
  .section-order-confirmation
    .order-confirmation-content
    .order-summary
    .special-offer
    .offer-details {
    padding: 0.625rem;
  }
  .section-order-confirmation
    .order-confirmation-content
    .order-summary
    .special-offer
    .offer-details
    img {
    width: 0.875rem;
    height: 0.875rem;
  }
  .section-order-confirmation
    .order-confirmation-content
    .order-summary
    .special-offer
    .offer-details
    span {
    font-size: 0.75rem;
  }
  .section-order-confirmation
    .order-confirmation-content
    .order-summary
    .special-offer
    .offer-details
    .offer-icon {
    margin-right: 0;
  }
  .section-order-confirmation
    .order-confirmation-content
    .order-summary
    .coupon-section {
    margin-bottom: 1.5rem;
  }
  .section-proxy-features {
    padding-bottom: 1.5rem;
  }
  .section-proxy-features .proxy-features-content {
    padding: 1.5rem;
  }
  .section-proxy-features .proxy-features-content .proxy-features-text {
    padding-right: 0;
  }
  .section-proxy-features .proxy-features-content .proxy-features-grid {
    gap: 0.75rem;
  }
  .section-proxy-features
    .proxy-features-content
    .proxy-features-grid
    .feature-item
    span {
    text-align: left;
  }
  .section-learn-more {
    padding: 1.5rem 0;
  }
  .section-learn-more h2 {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
  }
  .section-learn-more .learn-more-accordion {
    gap: 0.75rem;
  }
  .best-value {
    padding: 1.5rem 0;
  }
  .best-value .best-value-text {
    padding: 1.5rem;
    margin-bottom: 0;
  }
  .best-value .best-value-text .best_value_title {
    font-size: 1.75rem;
  }
  .best-value .best-value-text .best_value_description {
    font-size: 0.875rem;
  }
  .best-value .best-value-map {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .proxy-order-container {
    flex-direction: column;
  }
  .proxy-order-container .proxy-select {
    flex: 1;
    width: 100%;
  }
  .proxy-order-container .proxy-order-summary {
    width: 100%;
  }
  .proxy-order-summary {
    max-width: 100%;
    position: static;
  }
}
@media (max-width: 600px) {
  .proxy-select,
  .proxy-order-summary {
    padding: 1rem;
  }
  .proxy-select-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .proxy-order-section
    .proxy-location-list
    .location-group
    .location-cards
    .location-card {
    width: 100%;
  }
}
.no-data {
  text-align: center;
  font-size: 14px;
  color: #4f5c65;
}
.proxy-search-clear {
  position: absolute;
  right: 47px;
  top: 10px;
  cursor: pointer;
  display: none;
}
.proxy-search:hover .proxy-search-clear {
  display: block;
}
/* 支付 */

.payBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: hsl(220deg 17.14% 13.73% / 60%);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}
.payBox-container {
  width: 600px;
  height: 346px;
  background: #fff;
  border-radius: 4px;
  padding: 24px 34px;
}
.Credit {
  font-size: 20px;
  color: #042040;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.card-number {
  width: 100%;
  height: 44px;
  border: 1px solid #ebedf3ff;
  border-radius: 5px;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  background: #f8f9fb;
}
.cvcFlex{
  display: flex;
  align-items: center;
  margin-top: 6px;
  gap: 4px;
}
#submit-payment{
    background: #007aff;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
    width: 90px;
    height: 40px;
    border: 0;
    border-radius: 4px;
    color: #fff;
    margin-top: 24px;
    font-size: 14px;
    cursor: pointer;
}
.btn-wrapper{
  display: flex;
  justify-content: end;
  margin:  0 8px;
}
.CLOSE{
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}