.w100 {
  width: 100%;
  text-align: left;
}
.platformAcp-section1 {
  position: relative;
  font-size: 0;
}
.platformAcp-section1 img {
  width: 100%;
}
.platformAcp-section1-title {
  position: absolute;
  /* top: 50%;
  transform: translateY(-50%); */
  height: 100%;
  display: flex;
  align-items: center;
}
.platformAcp-section1-title span {
  display: inline-block;
  vertical-align: middle;
  font-size: 72px;
  color: #ddeafc;
}
/* -------------------------------section2----------------------------- */
.platformAcp-section2 {
  background: #2f4786;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}

.platformAcp-section2-box {
  display: flex;
}
.platformAcp-section2-box-item {
  width: 100%;
  color: #f5f7ff;
  font-size: 18px;
  line-height: 56px;
  text-align: center;
  cursor: pointer;
}
.platformAcp-section2-box-item.active {
  background: #1f54e7;
  box-shadow: inset 0px 0px 14px 0px rgba(255, 255, 255, 0.53);
}
.platformAcp-section2-box-item:hover {
  background: #1f54e7;
  box-shadow: inset 0px 0px 14px 0px rgba(255, 255, 255, 0.53);
}

/* --------------section3------------------ */
.platformAcp-section3 {
  margin-top: 94px;
}
.platformAcp-section3-box {
  display: flex;
  /* align-items: center; */
}
.platformAcp-section3-box-left {
  width: 45%;
  padding-right: 9%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.platformAcp-section3-box-left-title {
  font-size: 38px;
  color: #282d3e;
  margin-bottom: 28px;
  width: 100%;
}
.pagebtn1 {
  margin-top: 35px;
  text-align: right;
  width: 100%;
}
.pagebtn2 {
  margin-top: 10px;
}
.platformAcp-section3-box-left-content {
  color: #282d3e;
  line-height: 28px;
  text-indent: 2em;
}

.platformAcp-section3-box-right {
  width: 55%;
  font-size: 0;
}
.platformAcp-section3-box-right img {
  width: 100%;
}
/* ---------------section4------------------- */
.platformAcp-section4 {
  margin-top: 94px;
  background: #f9f9f9;
  padding: 60px 0;
}
.platformAcp-section4-box-top {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.title-box {
  text-align: center;
  position: relative;
}
.title-box .title {
  font-size: 38px;
  color: #282d3e;
}
.title-box .line {
  margin: 12px auto 8px auto;
  height: 2px;
  width: 60px;
  border-radius: 1px;
  background: #2851ea;
}
.title-box .mintitle {
  color: #9196a1;
}
.platformAcp-section4-box-bot {
  display: flex;
}
.platformAcp-section4-box-bot-item {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.platformAcp-section4-box-bot-item-top img {
  width: 250px;
}
.platformAcp-section4-box-bot-item-bot {
  margin-top: 14px;
  width: 100%;
  text-align: center;
}
.platformAcp-section4-box-bot-item-bot .span1 {
  font-size: 26px;
  color: #0066cc;
}
.platformAcp-section4-box-bot-item-bot .span2 {
  color: #282d3e;
  margin-top: 8px;
  font-size: 18px;
}

/* ------------------------section5--------------------------- */
.platformAcp-section5 {
  margin-top: 94px;
}
.platformAcp-section5-box-top {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.platformAcp-section5-box-bot {
  text-align: center;
}
.platformAcp-section5-box-bot img {
  width: auto;
  max-width: 100%;
}

.platformAcp-table {
  border-radius: 10px;
  border: 1px solid #b4c6de;
}
.platformAcp-table-th {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: linear-gradient(to right, #243edd, #6a90f5);
  font-size: 34px;
  color: #fff;
  font-weight: bold;
  display: flex;
  padding: 30px 0;
  text-align: center;
}
.platformAcp-table-thline::after {
  content: '';
  right: 0;
  height: 30px;
  width: 2px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.colom1 {
  flex-grow: 0;
  flex-shrink: 0;
  width: 310px;
  position: relative;
}
.colom2 {
  flex-grow: 0;
  flex-shrink: 0;
  width: 340px;
  position: relative;
}
.colomline {
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
}
.platformAcp-table-tr {
  display: flex;
}
.platformAcp-table-tr1 {
  font-size: 34px;
  color: #1b2e78;
  font-weight: bold;
  padding: 0 50px;
  display: flex;
  align-items: center;
  border-top: 1px solid #b4c6de;
  text-align: left;
}

.platformAcp-table-td {
  font-size: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 30px;
  border-top: 1px solid #b4c6de;
  border-left: 1px solid #b4c6de;
  /* color: #263569; */
  color: #4e62a9;
}
.bg2 {
  background: #eef6ff;
}
.platformAcp-table-td-row {
  flex-wrap: wrap;
  display: flex;
  width: 100%;
}
.platformAcp-table-td-col {
  width: 50%;
  display: flex;
  align-items: center;
}
.platformAcp-table-td-col img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
/* -------------------------section6------------------------------- */
.platformAcp-section6 {
  margin-top: 94px;
  background: url(../images/platformAcp/section6-1.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.platformAcp-section6-box {
  padding: 50px 0;
  text-align: center;
  position: relative;
}
.platformAcp-section6-box .span1 {
  font-size: 30px;
  color: #f5f7ff;
}
.platformAcp-section6-box .span2 {
  margin-top: 10px;
  margin-bottom: 48px;
  color: #f5f7ff;
}
.platformAcp-section6-box .tybtn {
  margin: 0 auto;
  width: 150px;
  height: 38px;
  border-radius: 19px;
  border: 1.5px solid #eef0f7;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  cursor: pointer;
  padding-left: 36px;
}
.platformAcp-section6-box .tybtn span {
  color: #f5f7ff;
  transition: all 0.5s;
}
.platformAcp-section6-box .tybtn img {
  width: 14px;
  height: 14px;
  margin-left: 6px;
  transition: all 0.5s;
  /* animation: btnimg 2s linear infinite; */
}
.platformAcp-section6-box .tybtn:hover img {
  margin-left: 20px;
}
.platformAcp-section6-box .tybtn:hover {
  border-color: #92a9ff;
  box-shadow: 0 0 5px #92a9ff;
}
@keyframes btnimg {
  0% {
    margin-left: 6px;
  }
  100% {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .platformAcp-section1-title span {
    font-size: 24px;
  }

  /* -----------------section2 ----------------- */
  .platformAcp-section2-box {
    flex-wrap: wrap;
  }
  .platformAcp-section2-box-item {
    font-size: 14px;
    width: 50%;
    white-space: nowrap;
    line-height: 40px;
  }

  /* -----------------section3------------------ */
  .platformAcp-section3 {
    margin-top: 30px;
  }
  .platformAcp-section3-box {
    flex-wrap: wrap;
  }
  .platformAcp-section3-box-left {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .platformAcp-section3-box-left-title {
    font-size: 24px;
    color: #282d3e;
    margin-bottom: 20px;
  }
  .platformAcp-section3-box-left-content {
    color: #666;
    margin-bottom: 10px;
  }
  .platformAcp-section3-box-right {
    width: 100%;
  }
  /* -----------------section4------------------ */
  .platformAcp-section4 {
    margin-top: 30px;
    padding: 20px 0;
  }
  .title-box .title {
    font-size: 24px;
  }
  .title-box .line {
    margin: 8px auto 4px auto;
  }
  .title-box .mintitle {
    font-size: 13px;
  }
  .platformAcp-section4-box-top {
    margin-bottom: 20px;
  }
  .platformAcp-section4-box-bot-item {
    padding: 0 5px;
  }
  .platformAcp-section4-box-bot {
    width: calc(100% + 5px);
    margin-left: -5px;
  }
  .platformAcp-section4-box-bot-item-bot .span1 {
    font-size: 16px;
  }
  .platformAcp-section4-box-bot-item-bot {
    margin-top: 10px;
  }
  .platformAcp-section4-box-bot-item-top img {
    width: 100%;
  }
  .platformAcp-section4-box-bot-item-bot .span2 {
    font-size: 14px;
    margin-top: 4px;
  }
  /* -----------------section5------------------ */
  .platformAcp-section5 {
    margin-top: 30px;
  }
  .platformAcp-section5-box-top {
    margin-bottom: 20px;
  }
  /* -----------------section6------------------ */
  .platformAcp-section6 {
    margin-top: 30px;
  }
  .platformAcp-section6-box {
    padding: 20px 0;
  }
  .platformAcp-section6-box .span1 {
    font-size: 22px;
  }
  .platformAcp-section6-box .span2 {
    margin-bottom: 20px;
    font-size: 13px;
  }
  .platformAcp-section6-box .tybtn {
    height: 30px;
  }
  .platformAcp-section6-box .tybtn span {
    font-size: 13px;
  }
  .pagebtn1 {
    margin-top: 10px;
  }

  .platformAcp-table-th {
    padding: 20px 0;
    font-size: 16px;
  }
  .colom1 {
    width: 80px;
  }
  .colom2 {
    width: 100px;
  }
  .platformAcp-table-tr1 {
    font-size: 16px;
    padding: 5px;
  }
  .platformAcp-table-td {
    padding: 5px;
    font-size: 14px;
    word-break: break-all;
    text-align: left;
  }
  .platformAcp-table-td-col img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
  .mb20 {
    margin-bottom: 5px;
  }
  .platformAcp-table-thline::after {
    height: 16px;
  }
}

@media screen and (max-width: 500px) {
  .platformAcp-section2-box-item {
    font-size: 12px;
  }
}
