@media screen and (max-width: 800px) {
  .article {
    margin-top: 40px;
  }
  .article .platform-img {
    background-image: url(../images/open1.56ff0b63.png);
    background-size: cover;
    background-position: 50% 50%;
  }
  .article .platform-img .product {
    display: flex;
    justify-content: center;
    height: 375px;
  }
  .article .platform-img .product .product-con {
    margin-top: 35px;
    text-align: center;
  }
  .article .platform-img .product .product-con .title {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .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 {
    padding: 0 20px;
  }
  .article .platform-list .platform-form {
    padding-top: 35px;
  }
  .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: 18px;
    font-family: "PingFangSC-Regular", "PingFang SC";
    font-weight: 400;
    line-height: 24px;
  }
  .article .platform-list .platform-form .p-title > div:nth-child(2) {
    display: none;
  }
  .article .platform-list .platform-form > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .article .platform-list .platform-form > ul li:nth-child(2n) {
    margin-left: 10px;
  }
  .article .platform-list .platform-form > ul > li {
    flex: 0 0 auto;
    width: calc(50% - 10px);
    padding: 0px 15px;
    margin-bottom: 10px;
    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: 40px;
    height: 35px;
    margin-top: 15px;
  }
  .article .platform-list .platform-form > ul > li > h2 {
    margin-bottom: 15px;
    color: rgb(23, 54, 89);
    font-size: 16px;
    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: 4;
    margin-bottom: 15px;
  }
  .article .platform-list .platform-form > ul > li > div {
    width: 80px;
    height: 24px;
    margin-bottom: 15px;
    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_move.css.map */