  .main-container {
      margin-top: 60px;
  }

  .banner {
      height: 260px;
      background-image: url('https://www.finebi.com/images/down-banner.png');
  }

  .banner .slogan-tit {
      font-size: 50px;
      letter-spacing: 2px;
      margin-top: 20px;
  }

  .banner .frline-blue {
      border-top: 4px solid #00DBEB;
      width: 80px;
      margin: 15px 0;
  }

  .sec-tit {
      padding-left: 15px;
      border-left: 4px solid #2c6df8;
      font-weight: 600;
  }

  .down-box {
      padding: 30px 0;
      border: 1px solid #d3d3d3;
      cursor: pointer;
  }

  .down-box.frhvr-shadow:hover {
      background-color: #2c6df8;
  }

  .down-box.frhvr-shadow:hover .down-p {
      color: #fff;
  }

  .down-p {
      font-size: 16px;
      margin-top: 30px;
      color: #333;
      margin-bottom: 0;
  }

  .down-p2 {
      margin-top: 30px;
      color: #666;
      font-size: 16px;
      margin-bottom: 0;
  }

  .up-p1 {
      color: #333;
      font-size: 20px;
      margin-bottom: 30px;
  }

  .up-p2 {
      color: #666;
  }

  .up-p2 a {
      color: #2c6df8;
  }

  #more {
      padding-bottom: 10px;
  }

  #more .panel {
      background-color: transparent;
      box-shadow: none;
      -webkit-box-shadow: none;
      border: none;
      margin-bottom: 50px;
  }

  #more .panel .panel-body .up-p1 {
      font-size: 18px;
      color: #333;
      margin-top: 20px;
  }

  #more .panel .panel-body .up-p2 {
      font-size: 14px;
      line-height: 24px;
      color: #666;
  }

  #more .frbtn-wht2 {
      width: 100%;
  }

  #more .history-down {
      padding: 0 10px;
      color: #2c6df8;
  }

  .downrec {
      position: fixed;
      left: 0px;
      top: 0px;
      z-index: 1040;
      width: 100%;
      height: 100%;
      display: none;
      opacity: 1;
      background-color: rgba(0, 0, 0, 0.7);
  }

  .downrec>.container>.col-md-12 {
      margin-top: 200px;
  }

  .downrec .downframe {
      background-color: #fff;
      border-radius: 0px;
      padding: 30px 30px;
  }

  .downframe .downp1 {
      color: #191e28;
      font-size: 20px;
      margin-bottom: 0;
      line-height: 30px;
  }

  .downframe .downcontent {
      padding-top: 10px;
  }

  .downcontent p {
      margin-bottom: 0;
      font-size: 14px;
      line-height: 20px;
  }

  .downcontent img {
      padding: 10px 0;
      width: 80px;
  }

  .downcontent .downp2 {
      color: #0082fc;
      font-size: 18px;
      display: block;
      margin-bottom: 20px;
  }

  .downrec .closeshipin {
      cursor: pointer;
  }

  @media screen and (max-width: 600px) {
      .banner .slogan-tit {
          font-size: 40px;
      }

      h2 {
          padding: 0;
      }
  }