.contact {
  padding-top: 80px; }
  .contact h2 {
    text-align: center;
    font-size: 40px; }
  .contact .box {
    margin: 20px auto 0;
    width: 390px; }
    .contact .box .item {
      font-size: 20px;
      padding:  5px 0 5px 35px;
    }
    .contact .box .item.tel{
      background: url('../img/phone-inco.svg') no-repeat left center;
      background-size: 24px;
    }
    .contact .box .item.mail{
      background: url('../img/email-inco.svg') no-repeat left center;
      background-size: 24px;
    }
    .contact .box .item.fax{
      background: url('../img/fax-inco.svg') no-repeat left center;
      background-size: 24px;
    }
  .contact .apps {
    text-align: center;
    font-size: 0;
    margin-top: 200px; }
    .contact .apps a {
      position: relative;
      display: inline-block;
      width: 108px;
      height: 108px;
      border-radius: 50%;
      margin: 0 30px;
      border: 1px solid #ABABAB;
      background-repeat: no-repeat;
      background-size: 60px auto;
      background-position: center; }
      .contact .apps a.app {
        background-image: url("../img/app-inco.svg"); }
      .contact .apps a.wx {
        background-image: url("../img/wechat-inco.svg"); }
      .contact .apps a.wb {
        background-image: url("../img/sina-inco.svg"); }
      .contact .apps a:hover .ma {
        display: block; }
      .contact .apps a .ma {
        position: absolute;
        left: 50%;
        bottom: 110px;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        display: none; }

@media (max-width: 1000px) {
  .contact {
    padding-top: 40px; }
    .contact h2 {
      font-size: 20px; }
    .contact .box {
      width: 200px; }
      .contact .box .item {
        font-size: 12px;
        padding: 3px 0 3px 15px; }
     .contact .box .item.tel,
    .contact .box .item.mail,
    .contact .box .item.fax{
      background-size: 12px;
    }
    .contact .apps {
      margin-top: 50px; }
      .contact .apps a {
        width: 50px;
        height: 50px;
        margin: 0 10px;
        background-size: 30px auto; }
        .contact .apps a .ma {
          width: 100px;
          bottom: 50px; }
          .contact .apps a.wx .ma {
            width: 180px; }
}
