.top-section {
  padding-top: 220px;
}

.top-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.left-wrap {
  width: 50%;
}

.top-wrap .fivestar {
  height: 20px;
  width: auto;
}

.top-wrap h1 {
  color: #1a1a1a;
  font-size: 40px;
  line-height: 1.3; /* 120% */
}

.top-wrap .top-txt {
  color: #666;
  font-size: 14px;
  line-height: 1.7; /* 171.429% */
  margin-top: 16px;
  width: 75%;
}

.left-ul {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 8px 16px;
  margin-top: 32px;
}

.all-sdk-btn {
  padding: 0 24px;
  white-space: nowrap;
  min-width: 140px;
  height: 38px;
  border-radius: 8px;
  background: #fe4d49;
  box-shadow: 0px 3px 0px 0px #e31713;
  font-size: 16px;
  color: #fff;
}

.all-sdk-btn:hover {
  background-color: var(--mars-hover-color);
}

.left-wrap .all-sdk-btn {
  margin-top: 24px;
}

.left-ul .left-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  color: #1a1a1a;
  gap: 8px;
}

.left-ul .left-item .iconfont {
  font-size: 15px;
  color: #fe4d49;
}

.right-wrap {
  width: 36%;
}

.right-wrap img {
  max-width: 100%;
}

/* ==========dose-work=================== */
.dose-work {
  margin-top: 130px;
  background-color: #fafbff;
  padding: 70px 0 120px 0;
}

.dose-work-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
  margin-top: 80px;
}

.dose-work-item {
  border-radius: 20px;
  border: 1px solid #e6eaee;
  background: #fafbff;
}

.dose-work-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 196px;
  overflow: hidden;
}

.dose-work-img img {
  max-height: 100%;
  max-width: 100%;
}

.dose-work-desc {
  width: calc(100% + 2px);
  border-radius: 20px;
  border: 1px solid #e6eaee;
  background: #fff;
  padding: 24px;
  transform: translate(-1px, 1px);
}

.dose-work-name {
  color: #1a1a1a;
  font-family: var(--font-MT);
  font-size: 18px;
}

.dose-work-txt {
  color: #6d7c90;
  font-size: 14px;
  line-height: 1.3; /* 142.857% */
  margin-top: 16px;
  min-height: 55px;
}

.dose-work-txt-id .dose-work-txt {
  min-height: 73px;
}

/* =============choose-proxy====================== */

.choose-proxy {
  margin-top: 110px;
}

.choose-proxy-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
  margin-top: 70px;
}

.choose-proxy-item {
  padding: 32px 22px 36px 22px;
  border-radius: 20px;
  background: #fafbff;
}

.choose-proxy-img {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 52px;
  padding-left: 6px;
  width: 100%;
}

.choose-proxy-img img {
  width: 52px;
  height: 52px;
}

.choose-proxy-name {
  color: #1a1a1a;
  font-size: 18px;
  font-family: var(--font-MT);
  line-height: 1.3; /* 133.333% */
  margin-top: 32px;
}

.choose-proxy-txt {
  color: #6d7c90;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7; /* 171.429% */
  margin-top: 16px;
}

/* ===================================== */

.developers-earn {
  margin-top: 190px;
}

.real-time {
  margin-top: 120px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
}

.real-time .real-time-txt {
  color: #1a1a1a;
  font-size: 14px;
  opacity: 0.75;
}

.real-time-right {
  width: calc(100% - 220px);
  position: relative;
}

.real-time-tooltip {
  margin-bottom: 24px;
  position: absolute;
  top: -50px;
  width: 100%;
}

.real-tooltip-item {
  background-color: #fdfdff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.08);
  border-radius: 26px;
  border: solid 1px #dbdbdb;
  font-size: 26px;
  font-style: italic;
  color: #fe4d49;
  font-size: 20px;
  font-weight: 800;
  font-family: var(--font-MT);
  padding: 8px 16px;
  position: absolute;
  top: 0;
}

.el-slider__button-wrapper .el-slider__button {
  opacity: 0 !important;
}

.el-slider__button-wrapper::after {
  content: "";
  position: absolute;
  width: 46px;
  height: 30px !important;
  transform: translate(-65%, 20%);
  z-index: 1;
  background: url("/img/sdk/btn.svg") center no-repeat;
}

.el-slider__runway {
  height: 10px;
}

.el-slider__bar {
  height: 10px;
}

.real-tooltip-1 {
  left: 0;
  transform: translateX(-50%);
}

.real-tooltip-2 {
  left: 20%;
  transform: translateX(-50%);
}

.real-tooltip-3 {
  left: 40%;
  transform: translateX(-50%);
}

.real-tooltip-4 {
  left: 60%;
  transform: translateX(-50%);
}

.real-tooltip-5 {
  left: 80%;
  transform: translateX(-50%);
}

.real-tooltip-6 {
  left: 100%;
  transform: translateX(-50%);
}

.real-time-marks {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 54px;
}

.real-marks-item {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 600;
}

.real-marks-item:first-child {
  transform: translateX(-50%);
}

.real-marks-item:last-child {
  transform: translateX(50%);
}

.real-time-txt2 {
  margin-top: 90px;
  line-height: 1.7;
  text-align: center;
  color: #1a1a1a;
  font-size: 13px;
}

/* ============================ */

.bottom-partner-base {
  width: 1000px;
  margin: 0 auto;
  margin-top: 190px;
  position: relative;
}

.bottom-partner-img {
  position: absolute;
  z-index: 0;
  width: 263px;
  height: 225px;
  border-radius: 30px;
}

.bottom-partner-1 {
  background: conic-gradient(
    from 225deg at 49.05% 56%,
    #fb6b61 0deg,
    #ffb278 170.9999978542328deg,
    #6e96ff 351.00000858306885deg
  );
  left: -16px;
  bottom: -16px;
}

.bottom-partner-2 {
  background: conic-gradient(
    from 225deg at 49.05% 56%,
    #fb6b61 0deg,
    #ffb278 170.9999978542328deg,
    #6e96ff 351.00000858306885deg
  );
  right: -16px;
  top: -16px;
}

.bottom-partner-box {
  position: relative;
  z-index: 2;
  border-radius: 30px;
  border: 1px solid #dbdbdb;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bottom-partner-box .bottom-partner-svg {
  position: absolute;
}

.bottom-partner-box .bottom-partner-svg-1 {
  left: 0;
  bottom: 0;
}

.bottom-partner-box .bottom-partner-svg-2 {
  right: 0;
  top: 0;
}

.bottom-partner-box .bottom-partner-div {
  padding: 32px 0;
  position: relative;
  z-index: 2;
  width: 100%;
}

.bottom-partner-box .home_h2 {
  font-size: 34px;
}

.bottom-partner-txt {
  color: #2a2b32;
  text-align: center;
  font-size: 16px;
  line-height: 1.7; /* 150% */
  margin-top: 16px;
}

.bottom-partner-box .bottom-partner-btn {
  border-radius: 8px;
  background: #1a1a1a;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  min-width: 137px;
  padding: 0 16px;
  height: 38px;
  margin: 0 auto;
  margin-top: 32px;
  color: #fff;
  font-size: 16px;
}

/* ======================== */

.contact-sdk-gray {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5);
}

.contact-sdk {
  width: 600px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 1px 3px 6px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 24px;
}

.contact-sdk-close {
  position: absolute;
  top: 22px;
  right: 22px;
  font-size: 16px;
  color: #5f6276;
  cursor: pointer;
  user-select: none;
}

.contact-sdk-title {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 32px;
}

.contact-sdk-farme {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.contact-sdk-item {
  position: relative;
  width: calc(50% - 8px);
}

.contact-sdk-big {
  display: block;
}

.contact-sdk-big .contact-sdk-item {
  width: 100%;
}

.contact-sdk-name {
  color: #5f6276;
  font-size: 14px;
  font-weight: 400;
}

.contact-sdk-name .red {
  color: #f26c5e;
}

.contact-sdk-input {
  margin-top: 8px;
}

.contact-sdk-input input {
  width: 100%;
  border-radius: 90px;
  border: 1px solid #e4e4e4;
  background: #fff;
  height: 40px;
}

.contact-sdk-input input:focus {
  border: 1px solid #fe4d49;
}

.contact-sdk-input textarea {
  width: 100%;
  height: 134px;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  background: #fff;
}

.contact-sdk-input textarea:focus {
  border: 1px solid #fe4d49;
}

.contact-sdk-btn {
  margin-top: 16px;
  margin-left: auto;
  width: 169px;
  height: 40px;
  background-color: #fe4d49;
  box-shadow: 0px 3px 0px 0px #e31713;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
}

.contact-sdk-btn:hover {
  background: var(--mars-hover-color);
}

.contact-sdk-req {
  color: red;
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: -15px;
}

@media only screen and (max-width: 1300px) {
  .dose-work-img {
    height: auto;
  }

  .dose-work-img img {
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .left-wrap {
    width: 100%;
  }

  .right-wrap {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .left-wrap {
    width: 100%;
  }

  .right-wrap {
    display: none;
  }

  .left-ul {
    grid-template-columns: repeat(1, auto);
  }

  .dose-work-wrap {
    grid-template-columns: repeat(1, 1fr);
  }

  .choose-proxy-wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .choose-proxy-item {
    height: 250px;
  }

  .choose-proxy-txt {
    height: 190px;
  }

  .choose-proxy-item:hover .choose-proxy-txt {
    max-height: 190px;
  }

  .real-time .real-time-txt {
    display: none;
  }

  .real-time-right {
    width: 80%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 450px) {
  .choose-proxy-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 1100px) {
  .bottom-partner-base {
    width: 90%;
    padding: 32px 24px;
  }

  .bottom-partner-box {
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .bottom-partner-box .home_h2 {
    font-size: 24px;
  }

  .bottom-partner-img {
    display: none;
  }
}
