@media screen and (min-width: 801px) {
  .article {
    margin-top: 120px;
  }
  .article .platform-img {
    background-image: url(../images/openplat.35a3b6b0.png);
    background-size: cover;
    background-position: 50% 50%;
  }
  .article .platform-img .product {
    display: flex;
    align-items: center;
    height: 200px;
  }
  .article .platform-img .product .product-con .title {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .article .platform-img .product .product-con .subtitle {
    color: rgb(123, 137, 157);
  }
  .article .platform-list:nth-child(odd) {
    background-color: rgb(250, 251, 255);
  }
  .article .platform-list .platform-form {
    padding-top: 40px;
  }
  .article .platform-list .platform-form .p-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .article .platform-list .platform-form .p-title > div:first-child {
    margin-right: 8px;
    color: rgb(23, 54, 89);
    font-size: 24px;
    font-family: "PingFangSC-Regular", "PingFang SC";
    font-weight: 400;
    line-height: 24px;
  }
  .article .platform-list .platform-form .p-title > div:nth-child(2) {
    color: rgb(123, 137, 157);
    font-size: 16px;
    font-family: "DINCond-Medium", "DINCond";
    font-weight: 500;
  }
  .article .platform-list .platform-form > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .article .platform-list .platform-form > ul > li {
    flex: 0 0 auto;
    width: calc(25% - 60px);
    padding: 0px 15px;
    margin-right: 60px;
    margin-bottom: 30px;
    background-color: rgb(255, 255, 255);
    border-radius: 6px;
    border: 1px solid rgb(237, 240, 246);
    box-sizing: border-box;
  }
  .article .platform-list .platform-form > ul > li > img {
    width: 50px;
    height: 42px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .article .platform-list .platform-form > ul > li > h2 {
    margin-bottom: 15px;
    color: rgb(23, 54, 89);
    font-size: 20px;
    font-family: "PingFangSC-Regular", "PingFang SC";
    font-weight: 400;
  }
  .article .platform-list .platform-form > ul > li p {
    font-size: 12px;
    font-family: "PingFangSC-Regular", "PingFang SC";
    font-weight: 400;
    color: rgb(123, 137, 157);
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    margin-bottom: 30px;
  }
  .article .platform-list .platform-form > ul > li > div {
    width: 80px;
    height: 24px;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid rgb(0, 101, 174);
  }
  .article .platform-list .platform-form > ul > li > div a {
    font-size: 13px;
    font-family: "PingFangSC-Regular", "PingFang SC";
    font-weight: 400;
    color: rgb(0, 101, 174);
    line-height: 24px;
  }
}/*# sourceMappingURL=openPlatForm.css.map */