/* 小于768的都是手机端 */
@media screen and (max-width: 767px) {
  #certify .swiper-slide {
    height: 190px;
  }

  #certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px;
    background-color: #fff;
    width: 8px;
    height: 8px;
    opacity: 1;
  }

  .company-profile-content {
    height: auto;
  }

  .footer {
    height: auto;
    padding-bottom: 20px;
  }

  .footer .telephone {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .footer .copyrigth {
    margin-top: 20px;
  }

  .login-modal-dialog {
    width: auto;
  }
  .login-modal-body-title {
    font-size: 15px;
  }
  .login-modal-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}