.mobileClient {
  .banner-box .logo {
    width: 120px;
  }

  .bcss h3,
  .fzlc h3,
  .jtry h3 {
    font-size: 20px;
  }

  .bcss .desc {
    font-size: 1em;
  }

  .bcss,
  .fzlc,
  .jtry {
    padding: 0 16px;
  }

  .bcss li .value {
    font-size: 20px;
  }

  .bcss li .value span {
    font-size: 1em;
    vertical-align: 2px;
  }

  .bcss li .text {
    font-size: 14px;
  }

  .fzlc-box {
    background-image: none;
    padding-bottom: 0;
  }

  .fzlc h3 {
    text-shadow: none;
    color: #333;
  }

  .fzlc .timeline {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 30px;
  }

  .fzlc .timeline:after {
    width: 2px;
    height: 100%;
    left: 30px;
    top: 0;
  }

  .fzlc .timeline .item {
    width: auto;
    padding-left: 50px;
    position: relative;
  }

  .fzlc .timeline .item:not(:first-child) {
    margin-bottom: 20px;
  }

  .fzlc .timeline .item .year {
    font-size: 1em;
    color: #333;
    text-shadow: none;
    font-weight: bold;
    text-align: left;
  }

  .fzlc .timeline .item .dot {
    margin: 0;
    position: absolute;
    left: 21px;
    top: 0;
  }

  .fzlc .timeline .item .desc {
    margin-top: 10px;
    text-shadow: none;
    color: #666;
    font-size: 14px;
  }

  .jtry {
    margin-bottom: 0;
  }

  .jtry .box {
    overflow: hidden;
  }

  .jtry .left {
    float: initial;
    width: initial;
  }

  .jtry .right {
    float: initial;
    width: initial;
    height: initial;
  }

  .jtry .left .img {
    height: 120px;
  }

  .jtry .left .img2 {
    height: 100px;
  }

  .jtry .right ul {
    list-style: initial;
    padding-left: 20px;
  }

  .jtry .right li {
    list-style: initial;
    font-size: 12px;
    margin-bottom: 12px;
  }
}
