.compare-platform {
  padding-top: 80px;
  overflow: hidden;
}

@media (min-width: 1280px) {
  .compare-platform {
    padding-top: 160px;
    overflow: visible;
  }
}
.compare-platform .btn.btn-lg {
  height: 48px;
  padding: 0 22px;
  font-size: 16px;
}

@media (min-width: 1600px) {
  .compare-platform .btn.btn-lg {
    height: 56px;
    font-size: 18px;
  }
}
.compare-platform .table-cont {
  width: 100%;
  position: relative;
  overflow-x: auto;
}

@media (min-width: 1280px) {
  .compare-platform .table-cont {
    overflow-x: visible;
  }
}
.compare-platform .table-cont .down-btn {
  display: none;
}

.compare-platform .table-cont.collapsed {
  height: 700px;
  overflow-y: clip;
}


.compare-platform .table-cont.collapsed::after {
  content: "";
  width: 680px;
  height: 180px;
  background: linear-gradient(180deg, rgba(243, 251, 254, 0) 0%, #f3fbfe 50%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width:567px) {
  .compare-platform .table-cont.collapsed::after {
    width: 100%;
  }
}
@media (min-width:768px) {
  .compare-platform .table-cont.collapsed {
    overflow: hidden;
  }
}

.compare-platform .table-cont.collapsed .down-btn {
  display: block;
  position: sticky;
  left: calc(50% - 12px);
  bottom: 16px;
  z-index: 12;
  cursor: pointer;
}

.compare-platform .compare-tables {
  width: 680px;
  margin-top: 36px;
  background: #eef3f9;
  border-radius: 24px;
}

.compare-platform .list1 {
  position: -webkit-sticky !important;
  position: sticky !important;
  left: 0;
  z-index: 5 !important;
}

@media (min-width: 1280px) {
  .compare-platform .compare-tables {
    width: 1096px;
    border-radius: 32px;
    margin-top: 72px;
  }
  .compare-platform .list1 {
    position: relative !important;
  }
}
@media (min-width: 1600px) {
  .compare-platform .compare-tables {
    width: 1650px;
    border-radius: 48px;
  }
}
.compare-platform .compare-tables ul {
  width: 160px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

@media (min-width: 1280px) {
  .compare-platform .compare-tables ul {
    width: 250px;
  }
}
@media (min-width: 1600px) {
  .compare-platform .compare-tables ul {
    width: 377px;
  }
}
.compare-platform .compare-tables ul.top-shadow li:first-child::before {
  content: "";
  width: 100%;
  height: 50px;
  background: #eef3f9;
  position: absolute;
  left: 0;
  top: -50px;
  z-index: -1;
}

.compare-platform .compare-tables ul:first-child {
  width: 160px;
}

@media (min-width: 1280px) {
  .compare-platform .compare-tables ul:first-child {
    width: 282px;
  }
}
@media (min-width: 1600px) {
  .compare-platform .compare-tables ul:first-child {
    width: 424px;
  }
}
.compare-platform .compare-tables ul:first-child li:first-child {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  border-radius: 16px 0 0 0;
}

@media (min-width: 1600px) {
  .compare-platform .compare-tables ul:first-child li:first-child {
    font-size: 36px;
    border-radius: 24px 0 0 0;
  }
}
.compare-platform .compare-tables ul:first-child li:last-child {
  border-radius: 0 0 0 24px;
}

.compare-platform .compare-tables ul:last-child li {
  border-color: #e6e7eb transparent transparent transparent !important;
}

.compare-platform .compare-tables ul:last-child li:first-child {
  border-color: transparent transparent #e6e7eb !important;
}

.compare-platform .compare-tables ul .mobile-fixed.actived {
  position: fixed;
}

@media (min-width: 1280px) {
  .compare-platform .compare-tables ul .mobile-fixed.actived {
    position: -webkit-sticky;
    position: sticky;
  }
}
.compare-platform .compare-tables ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  font-size: 16px;
  font-weight: 500;
  color: #515455;
  border: 1px solid;
}

@media (min-width: 1280px) {
  .compare-platform .compare-tables ul li {
    height: 56px;
  }
}
@media (min-width: 1600px) {
  .compare-platform .compare-tables ul li {
    font-size: 24px;
    height: 80px;
  }
}
.compare-platform .compare-tables ul li:first-child {
  height: 149px;
  top: 50px;
  z-index: 3;
  border-color: transparent #e6e7eb #e6e7eb transparent !important;
}

@media (min-width: 1280px) {
  .compare-platform .compare-tables ul li:first-child {
    height: 136px;
    top: 34px;
    position: -webkit-sticky;
    position: sticky;
  }
}
@media (min-width: 1600px) {
  .compare-platform .compare-tables ul li:first-child {
    height: 204px;
    top: 50px;
  }
}
.compare-platform .compare-tables ul li:nth-of-type(even) {
  background: #eef3f9;
  border-color: transparent #e6e7eb transparent transparent;
}

.compare-platform .compare-tables ul li:nth-of-type(odd) {
  background: #fff;
  border-color: #e6e7eb #e6e7eb #e6e7eb transparent;
}

.compare-platform .compare-tables ul li h6 {
  font-size: 20px;
  font-weight: 600;
}

@media (min-width: 1280px) {
  .compare-platform .compare-tables ul li h6 {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .compare-platform .compare-tables ul li h6 {
    font-size: 26px;
    font-weight: 500;
  }
}
.compare-platform .compare-tables ul li .vs-icon {
  width: 24px;
}

@media (min-width: 1280px) {
  .compare-platform .compare-tables ul li .vs-icon {
    width: 36px;
  }
}
.compare-platform .compare-tables ul.sup {
  position: absolute;
  right: 24px;
  bottom: 6px;
  z-index: 3;
  border: 2px solid #ff5500;
  border-radius: 16px;
  box-shadow: 0px 4px 24px 0px rgba(63, 28, 10, 0.1);
}

@media (min-width: 1280px) {
  .compare-platform .compare-tables ul.sup {
    bottom: 14px;
    right: 48px;
  }
}
@media (min-width: 1600px) {
  .compare-platform .compare-tables ul.sup {
    bottom: 22px;
    border-radius: 24px;
  }
}
.compare-platform .compare-tables ul.sup li .pop-tips {
  margin-bottom: 18px;
  width: 90px;
}

@media (min-width: 1280px) {
  .compare-platform .compare-tables ul.sup li .pop-tips {
    width: 102px;
    margin-bottom: 6px;
  }
}
@media (min-width: 1600px) {
  .compare-platform .compare-tables ul.sup li .pop-tips {
    width: 162px;
    margin-bottom: 14px;
  }
}
.compare-platform .compare-tables ul.sup li:first-child {
  height: 180px;
  border-radius: 24px 24px 0 0;
  top: 0;
}

@media (min-width: 1280px) {
  .compare-platform .compare-tables ul.sup li:first-child {
    height: 168px;
  }
}
@media (min-width: 1600px) {
  .compare-platform .compare-tables ul.sup li:first-child {
    height: 252px;
  }
}
.compare-platform .compare-tables ul.sup li:last-child {
  border-radius: 0 0 24px 24px;
}

.compare-platform .compare-tables ul.bt {
  width: 184px;
}

@media (min-width: 1280px) {
  .compare-platform .compare-tables ul.bt {
    width: 282px;
  }
}
@media (min-width: 1600px) {
  .compare-platform .compare-tables ul.bt {
    width: 424px;
  }
}
.compare-platform .compare-tables ul.bt li:first-child {
  border-radius: 0 24px 0 0;
}

.compare-platform .compare-tables ul.bt li:last-child {
  border-radius: 0 0 24px 0;
}

.compare-platform .compare-tables .sup-cont {
  border-radius: 24px 24px 0 0;
}

@media (min-width: 992px) {
  .swiper-view {
    display: none;
  }
}
#nav-sale .lft {
  width: 100%;
}
#nav-sale .lft .item {
  padding: 44px 14px 20px;
  border: 1px solid #bdc3c6;
  border-radius: 8px;
  text-align: center;
  color: #212121;
  border: 1px solid #F50;
  background: linear-gradient(0deg, rgba(255, 198, 170, 0.42) -5.47%, rgba(255, 198, 170, 0) 89.25%);
}
#nav-sale .lft .item .top-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0 0 16px 16px;
  color: #fff;
  font-size: 20px;
  padding: 1px 16px;
  background: linear-gradient(43deg, #F50 4.05%, #FFCF1B 107.32%);
}
#nav-sale .lft .item .pro-icon {
  max-width: 72px;
}
#nav-sale .lft .item .content-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#nav-sale .lft .item h4 {
  font-size: 18px;
  text-align: start;
}
#nav-sale .lft .item .split-lines {
  margin: 32px 0;
}
#nav-sale .rgt {
  width: 100%;
  gap: 24px;
}
#nav-sale .rgt .item {
  border-radius: 12px;
  padding: 40px 20px 16px;
  border: 1px solid #bdc3c6;
  text-align: center;
  color: #212121;
}
#nav-sale .rgt .item.active {
  border-color: #BDC3C6;
  border-width: 1px;
  background: #F3FBFE;
  border: 1px solid #f50;
}
#nav-sale .rgt .item .price {
  margin-top: 0;
}
#nav-sale .rgt .item .btn {
  margin-top: 32px;
}
@media (min-width: 992px) {
  #nav-sale .lft {
    width: calc(36% + 1px);
    margin-right: 24px;
  }
  #nav-sale .lft .item {
    padding: 70px 16px 40px;
    background: none;
    border: 1px solid #bdc3c6;
  }
  #nav-sale .lft .item .pro-icon {
    max-width: 148px;
  }
  #nav-sale .lft .item .content-wrap {
    width: auto;
  }
  #nav-sale .lft .item h4 {
    font-weight: 500;
    text-align: center;
  }
  #nav-sale .rgt {
    width: auto;
    flex: 1;
  }
  #nav-sale .rgt .item {
    padding: 28px 40px 28px 30px;
  }
  #nav-sale .rgt .item.active {
    padding: 48px 40px 48px 30px;
    background: linear-gradient(0deg, rgba(255, 198, 170, 0.42) -5.47%, rgba(255, 198, 170, 0) 89.25%);
  }
  #nav-sale .rgt .item .btn {
    margin-top: 0px;
  }
}
@media (min-width: 1600px) {
  #nav-sale .lft .item {
    padding: 70px 60px 40px;
  }
  #nav-sale .lft .item h4 {
    font-size: 24px;
  }
  #nav-sale .lft .item .split-lines {
    margin: 40px 0;
  }
  #nav-sale .rgt {
    gap: 32px;
  }
  #nav-sale .rgt .item {
    padding: 24px 60px;
  }
  #nav-sale .rgt .item.active {
    padding: 24px 60px;
  }
}/*# sourceMappingURL=ianygo.css.map */