@charset "UTF-8";
/*动画*/
@-webkit-keyframes move {
  from {
    bottom: -30px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
@keyframes move {
  from {
    bottom: -30px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}

.animated1 {
  position: relative;
  -webkit-animation: move 0.3s;
          animation: move 0.3s;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.animated2 {
  position: relative;
  -webkit-animation: move 0.3s;
          animation: move 0.3s;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.animated3 {
  position: relative;
  -webkit-animation: move 0.3s;
          animation: move 0.3s;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.animated4 {
  position: relative;
  -webkit-animation: move 0.3s;
          animation: move 0.3s;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-delay: 0.9s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

body, h2, ul, li, img, p {
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  display: block;
}

.partner .img-wrapper {
  width: 100%;
}

.partner .img-wrapper img {
  width: 100%;
}

.partner .banner-top {
  background: url("../img/partner/banner.png") no-repeat;
  background-size: 100% 100%;
  height: 1025px;
  padding-top: 96px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.partner .banner-top .banner-title {
  width: 1044px;
}

.partner .banner-top .service {
  margin-top: 20px;
  margin-bottom: 97px;
  background: -webkit-gradient(linear, left top, right top, from(#FFE7CD), to(#E2B791));
  background: linear-gradient(90deg, #FFE7CD 0%, #E2B791 100%);
  border-radius: 100px;
  padding: 12px 63px;
  font-weight: bold;
  font-size: 36px;
  line-height: 50px;
  color: #362617;
  cursor: pointer;
}

.partner .banner-top .about {
  width: 1020px;
}

.partner .opportunity {
  background: #303145;
  height: 443px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.partner .opportunity img {
  width: 1023px;
}

.partner .divadvantage {
  height: 1143px;
  width: 100%;
  background: #303145;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.partner .divadvantage .title {
  width: 336px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
}

.partner .divadvantage .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 334px 334px 334px;
      grid-template-columns: 334px 334px 334px;
  gap: 20px 20px;
}

.partner .divadvantage .list .item {
  width: 100%;
  height: 390px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 65px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #2A2B40;
  border-radius: 6px;
  cursor: pointer;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 9%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 90% 0, 100% 9%, 100% 100%, 0 100%);
}

.partner .divadvantage .list .item .active-icon {
  display: none;
}

.partner .divadvantage .list .item .icon {
  width: 84px;
  height: 84px;
}

.partner .divadvantage .list .item:hover {
  background: #3C3D51;
}

.partner .divadvantage .list .item:hover .icon {
  display: none;
}

.partner .divadvantage .list .item:hover .active-icon {
  display: block;
}

.partner .divadvantage .list .item .btn {
  padding: 5px 20px;
  font-size: 20px;
  line-height: 28px;
  color: #31220D;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 11px;
  background: linear-gradient(92.06deg, #F1DBBA 0.64%, #F1C69F 115.28%);
  border-radius: 100px;
}

.partner .divadvantage .list .item .des {
  font-size: 18px;
  line-height: 39px;
  color: #D6D7EA;
  width: 300px;
  text-align: center;
}

.partner .condition-wrapper {
  background: url("../img/partner/condition-bg.png") no-repeat;
  background-size: 100% 100%;
  height: 1400px;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 139px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.partner .condition-wrapper .condition-title {
  width: 402px;
  height: 75px;
  -o-object-fit: cover;
     object-fit: cover;
}

.partner .condition-wrapper .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  margin-bottom: 95px;
}

.partner .condition-wrapper .list img {
  cursor: pointer;
}

.partner .condition-wrapper .list img:nth-child(1) {
  margin-right: 10px;
}

.partner .condition-wrapper .condition-img {
  width: 1070px;
  height: 747px;
  -o-object-fit: cover;
     object-fit: cover;
}

.partner .process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 54px;
  padding-bottom: 71px;
  background: #F3F4FE;
}

.partner .process .title {
  width: 274px;
  height: 75px;
  -o-object-fit: cover;
     object-fit: cover;
}

.partner .process .wrapper {
  position: relative;
  width: 840px;
  margin-top: 72px;
  margin-bottom: 79px;
}

.partner .process .wrapper .step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.partner .process .wrapper .step-list .step-item-img1, .partner .process .wrapper .step-list .step-item-img2, .partner .process .wrapper .step-list .step-item-img3, .partner .process .wrapper .step-list .step-item-img4 {
  opacity: 0;
}

.partner .process .wrapper .arrow {
  position: absolute;
  left: 121px;
  top: 48px;
}

.partner .process .submit {
  padding: 12px 63px;
  font-size: 36px;
  color: #362617;
  line-height: 50px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, from(#FFE7CD), to(#E2B791));
  background: linear-gradient(90deg, #FFE7CD 0%, #E2B791 100%);
  border-radius: 100px;
  cursor: pointer;
}
/*# sourceMappingURL=partner.css.map */