.footer-wrapper {
    margin-top: 30px;
  }
  .footer-strip {
    width: 100%;
    height: 4px;
    background-color: #9a9899;
  }
  .footer-first-title {
    font-size: 16px;
    font-weight: 600;
  }
  .footer-about-us{
      font-size:18px;
      font-weight: 600;
    }
  .capelabel-footer a {
    color: #000;
    text-decoration: none;
  }
  .capelabel-footer a:hover {
    color: #8c8b8b;
  }
  .capelabel-footer li {
    font-size: 14px;
    margin-top: 4px;
  }
  .footer-aboutUs {
    text-align: left;
  }
  .footer-aboutUs p {
    font-size: 14px;
    font-weight: 550;
    margin-bottom: 0;
  }
  
  .look-detail-btn {
    color: #fff !important;
    padding: 6px 30px;
    background-color: #003b82;
    text-decoration: none !important;
    font-size: 14px;
    display: inline-block;
    margin-top: 15px;
  }
  .look-detail-btn:hover {
    color: #e6e6e6;
  }
  @media screen and (max-width:750px) {
    .mobile-footer{
      display: block;
    }
    .pc-footer{
      display: none;
    }
    .footer-first-title{
      border-bottom: 1px solid #666;
      padding-bottom: 2px;
      margin-top: 10px;
    }
    .footer-first-title .right{
      float: right;
    }
    .footer-fold{
      display: none;
    }
    .capelabel-footer {
      background-color: #ebebeb;
      padding-top: 10px;
    }
    .capelabel-record-information {
      background-color: #323232;
      text-align: center;
      color: #fff;
      font-size: 12px;
      padding: 5px 0;
    }
  }
  @media screen and (min-width:750px) {
    .mobile-footer{
      display: none;
    }
    .pc-footer{
      display: block;
    }
    .capelabel-footer {
      background-color: #ebebeb;
      padding-top: 54px;
      padding-bottom: 32px;
    }
    .capelabel-record-information {
      background-color: #323232;
      text-align: center;
      color: #fff;
      font-size: 14px;
      padding: 5px 0;
    }
  }