.top_wrap {
  width: 1280px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 180px;
  margin: 0 auto;
}
.top_wrap .top_left {
  width: 39rem;
}

.top_left .top_score {
  width: 10rem;
}

.top_wrap_title {
  padding: 7px 18px;
  background-color: #f4f8ff;
  border-radius: 17px;
  font-size: 14px;
  color: #4164f6;
  margin-top: 17px;
}

.top_left h1 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.8rem;
  color: #2a2b32;
  margin-top: 0.5rem;
}
.top_left h2 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.3rem;
  color: #4164f6;
  margin-top: 1rem;
}
.top_left h3 {
  font-size: 18px;
  line-height: 30px;
  color: #6d7c90;
  margin-top: 10px;
}
.top_btn_box {
  display: flex;
  align-items: center;
  margin-top: 1.8rem;
}
.btn_All {
  width: 14.8rem;
  height: 3.1rem;
  background-color: #4164f6;
  border-radius: 1.5rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
}
.btn_All_w {
  width: 9.9rem;
  margin-left: 30px;
  color: #4164f6;
  background-color: #fff;
  border: solid 1px #4164f6;
}
.top_left ul {
  margin-top: 2rem;
  border-top: solid 1px #e2e6ef;
  padding-top: 1.2rem;
  width: 32rem;
}
.top_left ul li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.top_left ul li p {
  margin-right: 1rem;
  font-weight: 700;
}
.top_left ul li .iconfont {
  font-size: 0.9rem;
  color: #4164f6;
  margin-right: 0.5rem;
  font-weight: 400;
}
.top_left ul li span {
  font-size: 0.9rem;
  line-height: 2.3rem;
  color: #6d7c90;
}
.top_wrap .top_right {
  width: 37rem;
  height: 30.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  background-size: contain;
}

.top_right_amazon {
  background: url(/img/promotion/amazon.png) center no-repeat;
}

.top_right_eBay {
  background: url(/img/promotion/ebay.png) center no-repeat;
}

.top_right_Shopify {
  background: url(/img/promotion/shopify.png) center no-repeat;
}

.top_right_Etsy {
  background: url(/img/promotion/etsy.png) center no-repeat;
}

.top_right_Airbnb {
  background: url(/img/promotion/airbnb.png) center no-repeat;
}

.top_right_Walmart {
  background: url(/img/promotion/walmart.png) center no-repeat;
}

.top_right img {
  width: 119%;
  transform: translateY(20px);
  opacity: 0;
  animation: top_right 1.5s infinite;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.Pric_a_href {
  width: 30rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  font-weight: bold;
  height: 20px;
}

.Pric_a_href a {
  color: #130f35;
  font-size: 1rem;
}

.Pric_a_href a:hover {
  text-decoration: underline;
}

.Pric_a_href p {
  font-size: 1rem;
  color: rgba(12, 9, 37, 0.5);
}

.Pric_a_href .iconfont {
  font-size: 0.7rem;
  color: #130f35;
  margin: 0 0.7rem;
}

@keyframes top_right {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.w_1280 {
  width: 1280px;
  margin: 0 auto;
}
.w_1120 {
  width: 1120px;
  margin: 0 auto;
}
.home_h2 {
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 3rem;
  color: #2a2b32;
  text-align: center;
}
.home_h2_top {
  margin-top: 8rem;
}

.home_h3 {
  font-size: 18px;
  line-height: 30px;
  color: #6d7c90;
  text-align: center;
  margin-top: 1rem;
}

.three_box {
  padding-top: 10rem;
  padding-bottom: 15rem;
}
.details_box {
  border-bottom: solid 0.063rem #e2e6ef;
}
.details_box_title {
  height: 5rem;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 5rem;
  color: #2a2b32;
  padding-left: 2.2rem;
  display: flex;
  justify-content: space-between;
}
.details_box_txt {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #6d7c90;
  border-top: dotted 0 #97a6c3;
  max-height: 0;
  padding: 0 2rem;
  transition: 0.3s ease-out;
  overflow: hidden;
}
.details_box .iconfont {
  font-size: 20px;
  color: #2a2b32;
  margin-right: 2rem;
}
.ic1 {
  display: none;
}
.ic2 {
  display: block;
}
.details_box [open] {
  background-color: #f9fbfc;
}
.details_box [open] .ic1 {
  display: block;
}
.details_box [open] .ic2 {
  display: none;
}
.details_box [open] + .details_box_txt {
  max-height: none;
  padding: 2rem;
  background-color: #f9fbfc;
}
.two {
  margin-top: 8rem;
}
.two_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.two_box {
  width: 13.3rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 2.75rem;
  margin-bottom: 4rem;
}
.two_box img {
  height: 2.75rem;
  border-radius: 0.375rem;
  border: solid 1px #e2e6ef;
}
.two_box_name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #2a2b32;
  margin-top: 1.5rem;
}
.two_box_num {
  font-family: Gibson-Medium;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.5rem;
  color: #2a2b32;
  margin-top: 0.75rem;
}
.view_all_btn {
  width: 17.938rem;
  height: 3.063rem;
  background-color: #fff;
  border-radius: 1.5rem;
  border: solid 0.063rem #4164f6;
  margin: 0 auto;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 3.063rem;
  color: #4164f6;
  text-align: center;
  cursor: pointer;
}
.view_all_btn .iconfont {
  color: #4164f6;
  font-size: 20px;
  margin-left: 10px;
  cursor: pointer;
}
.view_all_btn:hover .iconfont {
  color: #fff;
}

.four {
  background-color: #f9fbfc;
  margin-top: 5rem;
}
.four_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5rem;
  margin-bottom: 1rem;
}
.four_box > div {
  width: 45%;
}
.four .txt {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #6d7c90;
}
.four .txt_i {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2.25rem;
  color: #2a2b32;
}
.four .txt_i .iconfont {
  color: #4164f6;
  margin-right: 0.63rem;
  font-weight: 300;
}

.four_box_2_tip {
  background-color: #ecf2ff;
  border-radius: 0.938rem;
  padding: 0.5rem 1.18rem;
  font-size: 1rem;
  color: #4164f6;
}
.four_box_2_title {
  font-family: Gibson-Medium;
  font-size: 2rem;
  font-weight: 900;
  line-height: 3rem;
  color: #2a2b32;
  margin-bottom: 1rem;
}

.Provide_img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Provide_img img {
  width: 75%;
}

.four_box_3_Now {
  width: 13.813rem;
  height: 3.063rem;
  background-color: #4164f6;
  border-radius: 1.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 3.063rem;
  color: #fff;
  text-align: center;
  margin-top: 2.6rem;
  cursor: pointer;
}
.Scaleup_box {
  height: 20.5rem;
  background: url(/img/Home/index_en/footer_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  padding-top: 1px;
}
.Scaleup_box .home_h2 {
  margin-top: 3.5rem;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 3.4rem;
  color: #fff;
}
.Scaleup_box .btn_All_flex {
  width: 30rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 4rem;
}
.Scaleup_box .btn_All_flex .btn_All {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Scaleup_box .btn_All_flex .btn_All .iconfont {
  font-weight: 400;
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.Scaleup_box .btn_All_flex .btn_All_t {
  border: solid 1px #fff;
  background-color: transparent;
}
.pricing_ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.2rem;
}
.pricing_ul li {
  margin: 0 2rem;
  font-size: 0.9rem;
  color: #6d7c90;
  margin-top: 1rem;
  display: block;
  align-items: center;
}
.pricing_ul li .iconfont {
  color: #4164f6;
  font-size: 0.9rem;
  margin-right: 0.3rem;
}

.medium_app {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.medium_item {
  height: 60px;
  background-color: #ffffff;
  box-shadow: 0px 10px 9px 0px rgba(98, 119, 247, 0.04);
  border-radius: 30px;
  border: solid 1px #d5e6f9;
  font-size: 16px;
  color: #2a2b32;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.medium_item:hover {
  background-color: #dee9ff;
  border: 0;
}

#comment_box {
  margin-top: 3rem;
}

.lookup_bottom {
  margin-top: 120px;
  background: url(/Files/Images/bottom_bg.webp) center no-repeat;
  background-size: cover;
  padding: 65px 0 45px 0;
  border-radius: 30px;
  margin-bottom: 8rem;
}

.lookup_bottom p {
  margin-top: 26px;
  font-size: 22px;
  line-height: 40px;
  color: #2a2b32;
  text-align: center;
}

.lookup_bottom button {
  width: 179px;
  height: 49px;
  background-color: #4164f6;
  border-radius: 24px;
  font-size: 18px;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 45px;
  font-weight: bold;
}

#comment_box .swiper-container .bg_comment {
  background-color: #ffffff;
}

@media only screen and (max-width: 1300px) {
  .top_wrap {
    width: 98%;
  }
  .w_1280 {
    width: 98%;
  }
  .top_wrap .top_right {
    width: calc(100% - 39rem);
  }

  .Provide_straight {
    flex-direction: column;
  }
  .Provide_reverse {
    flex-direction: column-reverse;
  }

  .Provide_straight .Provide_img {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
  .Provide_straight .Provide_img img {
    width: 100%;
  }
}
@media only screen and (max-width: 1150px) {
  .w_1120 {
    width: 98%;
  }

  .Provide_straight .Provide_img {
    width: 60%;
  }

  .Provide_straight > div {
    width: 90%;
  }
}
@media only screen and (max-width: 1000px) {
  .top_wrap {
    flex-direction: column;
    align-items: center;
  }
  .top_wrap .top_right {
    width: 80%;
    margin-top: 4rem;
  }
  .pay_index_title {
    flex-wrap: wrap;
    justify-content: normal;
  }
}

@media only screen and (max-width: 800px) {
  .medium_app {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .Pric_a_href {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .Provide_straight .Provide_img {
    width: 90%;
  }
}

@media only screen and (max-width: 580px) {
  .top_wrap .top_left {
    width: 90%;
  }
  .top_left ul {
    display: none;
  }
  .top_wrap .top_right {
    display: none;
  }
  .medium_app {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 450px) {
  .top_btn_box {
    flex-direction: column;
  }

  .btn_All_w {
    margin-left: 0;
    margin-top: 1rem;
  }
}
