@media(max-width:1100px) {
  .w1200 {
    width: 100%;
  }

  .banner-bottom-list {
    display: none;
  }

  .banner-p {
    font-size: 16px;
  }

  .banner-p span {
    font-size: 20px;
  }

  .banner-txt {
    transform: translateX(-80px);
  }

  .account-list,
  .product-con,
  .risk-list-con {
    flex-flow: column;
  }

  .news-con-card {
    width: 100%;
    flex-flow: column;
    align-items: center;
    text-align: center;
  }

  .risk-tag-span span {
    margin: 0
  }

  .news-con {
    margin: 20px auto;
  }

  .about-con-txt {
    padding: 0;

    line-height: 20px;
    /* display: none; */
    font-size: 12px;
    background: transparent;
    width: 100%;
  }

  .risk-list-con img {
    width: 100%;
  }

  .str-l {
    line-height: initial;
  }

  .pro-top img {
    width: 100%;
  }
.link-bank-photo{
  text-align: center;
}
  .newpage-con {
    padding: 0 20px;
    box-sizing: border-box;
  }

  footer .flex-between {
    flex-flow: column;
  }
  .mobile-bar{
    display: block;
  }
}