@media screen and (min-width: 801px) {
  .article {
    margin-top: 120px;
  }
  .article .banner {
    height: 400px;
    padding-top: 40px;
    background-image: url(../images/securityBanner.b175e645.png);
    background-size: cover;
    background-position: 50%;
  }
  .article .banner .banner-con {
    text-align: center;
  }
  .article .banner .banner-con .banner-title {
    margin-bottom: 12px;
    color: #2b2b2b;
    font-size: 42px;
    font-weight: 600;
  }
  .article .banner .banner-con .banner-subtitle {
    color: #2b2b2b;
    font-size: 24px;
  }
  .article .msg {
    padding: 50px 0;
    background-color: #fff;
  }
  .article .msg .msg-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .article .msg .msg-con .msg-list {
    flex: 0 0 auto;
    max-width: 470px;
    padding: 10px;
  }
  .article .msg .msg-con .msg-list > div {
    margin-bottom: 10px;
    color: #2b2b2b;
    line-height: 1.22;
    font-size: 18px;
    font-weight: 600;
  }
  .article .msg .msg-con .msg-list > p {
    color: #9b9b9b;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71;
    text-align: justify;
  }
  .article .brand {
    padding: 70px 0;
    text-align: center;
    background-color: rgb(249, 249, 251);
  }
  .article .brand .barnd-pertten {
    max-width: 880px;
    margin: 0 auto;
  }
  .article .brand .barnd-pertten .brand-title {
    color: #2b2b2b;
    font-size: 32px;
    font-weight: 600;
  }
  .article .brand .barnd-pertten .brand-con {
    margin-bottom: 45px;
    line-height: 26px;
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 300;
  }
  .article .brand .barnd-pertten ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .article .brand .barnd-pertten ul > li {
    width: 272px;
    margin-top: 20px;
    padding: 30px 0;
    border: 1px solid hsla(0, 0%, 77.6%, 0.5490196078);
    border-radius: 4px;
    background-color: #fff;
  }
  .article .brand .barnd-pertten ul > li > img {
    width: 130px;
    height: 180px;
  }
  .article .brand .barnd-pertten ul > li > .gw-title {
    color: #9b9b9b;
    font-size: 16px;
  }
  .article .brand .barnd-pertten ul > li > p {
    color: #9b9b9b;
    font-size: 13px;
  }
  .article .brand .barnd-pertten ul > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .article .license {
    padding: 70px 0;
    text-align: center;
    background-color: rgb(249, 249, 251);
  }
  .article .license .license-title {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    color: #2b2b2b;
  }
  .article .license .license-con {
    margin-top: 20px;
    line-height: 26px;
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 300;
    max-width: 1100px;
    margin: 0 auto;
  }
  .article .license .license-con .license-m {
    margin-bottom: 20px;
  }
  .article .license .license-con .license-font {
    color: rgb(26, 26, 26);
    font-weight: 400;
  }
  .article .license ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .article .license ul > li {
    width: 272px;
    margin-top: 20px;
    padding: 30px 0;
    border: 1px solid hsla(0, 0%, 77.6%, 0.5490196078);
    border-radius: 4px;
    background-color: #fff;
  }
  .article .license ul > li > img {
    width: 130px;
    height: 180px;
  }
  .article .license ul > li > .img-pro {
    width: 290px;
  }
  .article .license ul > li > div {
    color: #9b9b9b;
    font-size: 16px;
  }
  .article .license ul > .li-pro {
    width: auto;
    padding: 30px 70px;
  }
  .article .license .license_move {
    display: none;
  }
  .article .license p {
    margin: 40px auto 0px;
    width: 904px;
    text-align: left;
    line-height: 26px;
    color: rgb(155, 155, 155);
    font-size: 12px;
  }
}/*# sourceMappingURL=security.css.map */