.sensedeal-partner {
  position: relative;

  .big-background {
    background-image: url("../images/sensedeal/about/bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    top: 69px;
    left: 0;
    width: 100%;
    min-height: 1031px;
    z-index: -1;
  }

  .whychoose {
    margin-top: 20px;
    .whychoose-header {
      text-align: center;
      .whychoose-header-title {
        font-weight: 500;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.85);
        line-height: 23px;
      }
      .whychoose-header-desc {
        margin-top: 3px;
        font-weight: 500;
        font-size: 10px;
        color: rgba(0, 0, 0, 0.65);
        line-height: 14px;
      }
    }

    .whychoose-list {
      margin-top: 16px;
      display: grid;
      grid-template-columns: repeat(3, 110px);
      grid-gap: 7px;
      justify-content: center;

      .whychoose-item {
        /* width: 110px; */
        padding-block: 8px 9px;
        padding-inline: 12px;
        text-align: center;
        background: linear-gradient(180deg, #f4f7fe 0%, #ffffff 100%);
        box-shadow: 1px 4px 14px -3px rgba(133, 146, 183, 0.2);
        border-radius: 6px;
        border: 1px solid;
        border-image: linear-gradient(
            180deg,
            rgba(255, 255, 255, 1),
            rgba(255, 255, 255, 1)
          )
          1 1;
        backdrop-filter: blur(14px);

        .whychoose-item-icon > img {
          width: 51px;
        }
        .whychoose-item-title {
          margin-top: -3px;
          font-weight: 600;
          font-size: 12px;
          color: rgba(0, 0, 0, 0.85);
          line-height: 18px;
        }
        .whychoose-item-desc {
          margin-top: 5px;
          font-weight: 400;
          font-size: 9px;
          color: rgba(0, 0, 0, 0.85);
          line-height: 13px;
        }
      }
    }
  }

  .equity {
    margin-top: 40px;
    .equity-title {
      text-align: center;
      font-weight: 500;
      font-size: 16px;
      color: rgba(0, 0, 0, 0.85);
      line-height: 23px;
    }
    .equity-list {
      margin-top: 16px;
      display: grid;
      grid-template-columns: repeat(2, 166px);
      grid-gap: 12px 10px;
      justify-content: center;
      .equity-item > img {
        width: 100%;
      }
    }
  }

  .condition {
    position: relative;
    .condition-bg {
      width: 100%;
      margin-top: -2px;
    }

    .condition-list {
      position: relative;
      width: 100%;
      bottom: 25px;
      display: flex;
      justify-content: space-around;
      .condition-item {
        .condition-item-title {
          font-weight: 600;
          font-size: 12px;
          color: rgba(0, 0, 0, 0.85);
          line-height: 17px;
        }
        .condition-item-content {
          margin-top: 9px;
          > li {
            display: flex;
            align-items: center;
            font-weight: 400;
            font-size: 9px;
            color: #616268;
            line-height: 13px;
            &::before {
              content: "";
              display: inline-block;
              width: 4px;
              height: 4px;
              background: #cdd7dc;
              border-radius: 50%;
              margin-right: 4px;
            }

            &:not(:last-child) {
              margin-bottom: 2px;
            }
          }
        }
      }
      .condition-item:first-child {
        position: absolute;
        top: -104px;
        left: 50%;
        transform: translateX(-50%);
      }
    }
  }

  .partner {
    padding-block: 30px 51px;
    width: 100%;
    background-image: url("../images/sensedeal/partner/partner-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    .partner-title {
      text-align: center;
      font-weight: 500;
      font-size: 16px;
      color: rgba(0, 0, 0, 0.85);
      line-height: 23px;
    }

    .partner-list {
      margin-top: 26px;
      display: grid;
      grid-template-columns: repeat(4, 79px);
      grid-gap: 10px 8px;
      justify-content: center;

      .partner-item > img {
        width: 100%;
      }
    }
  }

  .contact {
    width: 100%;
    height: 130px;
    background-image: url("../images/sensedeal/partner/contact-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding-inline: 25px;
    padding-top: 18px;

    .contact-title {
      font-weight: 500;
      font-size: 16px;
      color: #ffffff;
      line-height: 23px;
    }
    .email-wrap {
      margin-top: 11px;
      display: flex;
      align-items: center;
      .layui-icon {
        color: #ffffff;
        font-size: 12px;
        margin-right: 2px;
      }
      > span {
        font-weight: 500;
        font-size: 10px;
        color: #ffffff;
        line-height: 14px;
      }
    }
    .email-value {
      font-weight: 400;
      font-size: 12px;
      color: #ffffff;
      line-height: 17px;
    }
    .contact-btn {
      display: inline-flex;
      align-items: center;
      height: 20px;
      margin-top: 12px;
      padding: 0px 14px;
      border-radius: 2px;
      border: 1px solid #ffffff;
      position: relative;
      > span {
        font-weight: 500;
        font-size: 8px;
        color: #ffffff;
      }

      .arrow-icon {
        width: 11px;
        margin-left: 4px;
      }
    }
  }
}
