/* PC端 样式 */
@media screen and (min-width: 600px) {
  /* 顶部菜单 样式 */

  /* Footer 样式 */
  .footer-wrap {
    width: 100%;
    height: 190px;
    background: #3d4a6d;
  }
  .footer-wrap .footer {
    width: 1200px;
    height: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 40px 0 0;
    display: flex;
    justify-content: space-between;
  }
  .footer-wrap .f-info1 .name {
    color: #c1cae6;
    font-size: 14px;
    margin-bottom: 16px;
  }
  .footer-wrap .f-info1 .text {
    color: #c1cae6;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
  }
  .footer-wrap .f-info1 .text:first-child {
    margin-bottom: 16px;
  }

  .footer-wrap .f-info2 .name {
    color: #c1cae6;
    font-size: 14px;
    margin-bottom: 16px;
  }
  .footer-wrap .f-info2 .text {
    color: #c1cae6;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
  }
  .footer-wrap .f-info3 {
    width: 240px;
    display: flex;
    justify-content: space-between;
  }

  .footer-wrap .f-info3 .qrcode img {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 8px;
  }
  .footer-wrap .f-info3 .qrcode .text {
    color: #c1cae6;
    font-size: 14px;
    text-align: center;
  }
}
/* 手机端 样式 */
@media screen and (max-width: 600px) {
  /* 顶部菜单 样式 */

  /* Footer 样式 */
  .footer-wrap {
    width: 100%;
    background: #3d4a6d;
  }
  .footer-wrap .footer {
    height: 100%;
    box-sizing: border-box;
    padding: 24px 16px 24px;
  }
  .footer-wrap .f-info1,
  .footer-wrap .f-info2 {
    margin-bottom: 24px;
  }
  .footer-wrap .f-info1 .name {
    color: #c1cae6;
    font-size: 14px;
    margin-bottom: 16px;
  }
  .footer-wrap .f-info1 .text {
    color: #c1cae6;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
  }
  .footer-wrap .f-info1 .text:first-child {
    margin-bottom: 16px;
  }

  .footer-wrap .f-info2 .name {
    color: #c1cae6;
    font-size: 14px;
    margin-bottom: 16px;
  }
  .footer-wrap .f-info2 .text {
    color: #c1cae6;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
  }
  .footer-wrap .f-info3 {
    width: 240px;
    display: flex;
    justify-content: space-between;
  }

  .footer-wrap .f-info3 .qrcode img {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 8px;
  }
  .footer-wrap .f-info3 .qrcode .text {
    color: #c1cae6;
    font-size: 14px;
    text-align: center;
  }
}
