.wise_contrast {
  padding: 101px 0;
}
.wise_contrast .head {
  flex: 1;
  max-width: 450px;
  padding-bottom: 1.5%;
}
.wise_contrast .head .line {
  margin-top: 36px;
}
.wise_contrast .head .desc {
  font-size: 17px;
  line-height: 30px;
  margin-top: 29px;
  max-width: 408px;
}
.wise_contrast .head .desc p + p {
  margin-top: 30px;
}
.wise_contrast .head .btn {
  margin-top: 33px;
}
.wise_contrast .list {
  width: 52.9221%;
}
.wise_contrast .list .con {
  border-radius: 24px;
  box-shadow: 0 20px 15px rgba(173, 181, 184, 0.35);
  padding-bottom: 28px;
}
.wise_contrast .list .con .top {
  background-color: #f1ebdf;
  display: flex;
  justify-content: space-between;
  padding: 0 6%;
  padding-top: 41px;
  padding-bottom: 21px;
  border-radius: 24px 24px 0 0;
}
.wise_contrast .list .con .top p {
  font-size: 19px;
  font-weight: 500;
  color: #29292b;
}
.wise_contrast .list .con .top div {
  font-size: 19px;
  font-weight: 700;
  margin-right: 17.7%;
  color: #29292b;
}
.wise_contrast .list .con .top span {
  font-size: 14.4px;
  color: rgba(41, 41, 43, 0.85);
  display: block;
  font-weight: 400;
  margin-top: 7px;
}
.wise_contrast .list .bill {
  position: relative;
  padding: 0 6%;
  padding-top: 6.5%;
}
.wise_contrast .list .bill .company {
  display: flex;
  align-items: center;
  gap: 9.7%;
  cursor: pointer;
  padding: 17px 0;
}
.wise_contrast .list .bill .logo {
  height: 52px;
  flex: 1;
  background: no-repeat left center / contain;
}
.wise_contrast .list .bill .best {
  position: absolute;
  top: 0;
  left: -12px;
  font-size: 12px;
  font-weight: 500;
  color: #101011;
  display: flex;
  align-items: center;
  gap: 7px;
  background: linear-gradient(to right, #edb616, #ffe9a9);
  border-radius: 9px 0 9px 0;
  padding: 5px 20px 5px 13px;
}
.wise_contrast .list .bill .best::before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  background: url(../img/best.svg) no-repeat center / contain;
}
.wise_contrast .list .bill .arr {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: url(../img/arr-bd.svg) no-repeat center / 12px;
  background-color: rgba(237, 230, 214, 0.36);
  transition: all 0.3s;
}
.wise_contrast .list .bill .num strong {
  font-size: 20px;
  font-weight: 700;
  color: #101011;
}
.wise_contrast .list .bill .num span {
  font-size: 14px;
  color: #c5221f;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 2px;
}
.wise_contrast .list .bill .num span::after {
  content: '';
  display: block;
  width: 10px;
  height: 6px;
  background: url(../img/redd.svg) no-repeat center / contain;
}
.wise_contrast .list .bill .num span.up {
  color: #4fa36a;
}
.wise_contrast .list .bill .num span.up::after {
  background-image: url(../img/gup.svg);
}
.wise_contrast .list .detail {
  border-radius: 14px;
  background-color: rgba(237, 230, 214, 0.36);
  margin-right: 10%;
  padding: 23px 5.5% 24px;
  padding-right: 7%;
  display: none;
}
.wise_contrast .list .detail .item {
  margin-bottom: 12px;
  gap: 1rem;
}
.wise_contrast .list .detail .title {
  font-size: 16px;
  font-weight: 500;
  color: #101011;
}
.wise_contrast .list .detail span {
  font-size: 12px;
  color: #454745;
  display: block;
  font-weight: 400;
}
.wise_contrast .list .detail .price {
  font-size: 16px;
  font-weight: 500;
  color: #454745;
}
.wise_contrast .list .detail .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wise_contrast .list .detail .sum {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin-top: 1rem;
  padding-top: 14px;
}
.wise_contrast .list .contrast_item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  transition: all 0.3s;
}
.wise_contrast .list .contrast_item:first-child .detail {
  display: block;
}
.wise_contrast .list .contrast_item.active {
  border-color: transparent;
  padding-bottom: 9px;
}
.wise_contrast .list .contrast_item.active .arr {
  transform: rotate(180deg);
}
.wise_contrast .list .more {
  font-size: 17px;
  color: var(--theme_color);
  text-align: center;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}
.wise_contrast .list .more:hover {
  text-decoration: underline;
}
.inquire_team {
  padding-bottom: 115px;
}
.service_product {
  background: url(../img/productbg.jpg) no-repeat center / cover;
  padding-top: 111px;
  padding-bottom: 129px;
}
.wise_lead {
  padding: 124px 0 90px;
}
.wise_lead .head .line {
  margin-top: 20px;
}
.wise_lead .con {
  display: flex;
  margin-top: 57px;
  gap: 4.1558%;
}
.wise_lead .con .left,
.wise_lead .con .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.4% 0 3.6%;
  gap: 1.6rem;
}
.wise_lead .con .item {
  display: flex;
  align-items: center;
  gap: 23px;
  flex: 1;
}
.wise_lead .con i {
  display: block;
  width: 62px;
  aspect-ratio: 78/73;
  flex-shrink: 0;
  background: no-repeat center / contain;
}
.wise_lead .con strong {
  font-size: 24px;
  color: #101011;
}
.wise_lead .con p {
  font-size: 17px;
  color: #3a3a3a;
  line-height: 27px;
  max-width: 202px;
}
.wise_lead .con .img {
  width: 41.1688%;
  aspect-ratio: 612/695;
  border-radius: 24px;
}
.wise_lead .left .item {
  flex-direction: row-reverse;
  text-align: end;
}
.wise_compliance {
  padding: 65px 0 120px;
  overflow: hidden;
}
.wise_compliance .head .line {
  margin-top: 20px;
}
.wise_compliance .flex {
  flex-direction: row-reverse;
  gap: 9.4156%;
  margin-top: 62px;
  padding-bottom: 79px;
  position: relative;
}
.wise_compliance .flex::after {
  content: '';
  display: block;
  width: 100vw;
  height: 59.3216%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: -1;
  background: url(../img/compliancebg.jpg) no-repeat center / cover;
}
.wise_compliance .left {
  min-width: 56.5584%;
}
.wise_compliance .right {
  min-width: 46.3636%;
  display: flex;
  align-items: center;
  padding: 2rem 0;
}
.wise_compliance .right ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 125px;
}
.wise_compliance .right li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 5px 31px;
}
.wise_compliance .right .icon {
  display: block;
  width: 86px;
  aspect-ratio: 1;
  background: no-repeat center / contain;
  background: var(--theme_color);
  border-radius: 50%;
  overflow: hidden;
  grid-area: span 2;
}
.wise_compliance .right i {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center / contain;
}
.wise_compliance .right strong {
  font-size: 24px;
  font-weight: 700;
  color: #101011;
}
.wise_compliance .right p {
  font-size: 17px;
  color: #3a3a3a;
  line-height: 27px;
}
.wise_compliance .img {
  aspect-ratio: 871/697;
  border-radius: 26px;
}
.wise_compliance .img:hover img {
  transform: scale(1.03);
}
.wise_global {
  overflow: hidden;
  position: relative;
  padding-top: 86px;
  padding-bottom: 100px;
}
.wise_global::after {
  content: '';
  display: block;
  width: 44.6354vw;
  aspect-ratio: 1;
  position: absolute;
  top: 8px;
  left: 0;
  background: url(../img/wise_g.png) no-repeat center / contain;
  transform: translate(-16.4527%, 0);
}
.wise_global .head .line {
  margin-top: 17px;
}
.wise_global .inquire_global_swiper {
  margin-top: 70px;
}
.wise_global .inquire_global_swiper .swiper-wrapper {
  transition: unset;
}
.wise_global .swiper_btns {
  margin-left: auto;
  width: fit-content;
  margin-top: 44px;
}
.balance_world {
  padding-top: 45px;
}
.wise_faq {
  padding-bottom: 128px;
  padding-top: 104px;
}
.wise_faq .head {
  flex: 1;
  max-width: 376px;
}
.wise_faq .head .line {
  margin-top: 17px;
}
.wise_faq .head .desc {
  margin-top: 35px;
}
.wise_faq .head .btn_b {
  margin-top: 23px;
  font-size: 17px;
  min-width: 180px;
}
.wise_faq .faq_list {
  flex: 1;
  max-width: 704px;
  padding-top: 3px;
}
.wise_faq .faq_list .question {
  display: flex;
  justify-content: space-between;
  gap: 1.4rem;
  font-size: 22px;
  font-weight: 700;
  color: #101011;
  cursor: pointer;
  padding: 28px 0;
  transition: all 0.3s;
}
.wise_faq .faq_list .question::after {
  content: '';
  display: block;
  width: 11px;
  height: 6px;
  margin-top: 14px;
  transition: all 0.3s;
  background: url(../img/arr-bd.svg) no-repeat center / contain;
}
.wise_faq .faq_list .answer {
  font-size: 17px;
  line-height: 27px;
  color: #3a3a3a;
  display: none;
  padding-top: 2px;
  padding-bottom: 19px;
}
.wise_faq .faq_list .faq_item {
  border-bottom: 1px solid rgba(16, 16, 17, 0.15);
}
.wise_faq .faq_list .faq_item:nth-child(1) .answer {
  display: block;
}
.wise_faq .faq_list .faq_item.active .question::after {
  transform: rotate(180deg);
}
