.h-footer {
  height: 530px;
  width: 100%;
  background: #28324a; }
  .h-footer .h-footer-wrap {
    width: 1200px;
    height: 100%;
    margin: 0 auto; }
    .h-footer .h-footer-wrap .footer-list {
      overflow: hidden; }
      .h-footer .h-footer-wrap .footer-list a,
      .h-footer .h-footer-wrap .footer-list li {
        color: #FFFFFF;
        font-size: 14px;
        line-height: 30px;
        color: rgba(255, 255, 255, 0.5); }
      .h-footer .h-footer-wrap .footer-list a:hover {
        color: white; }
      .h-footer .h-footer-wrap .footer-list li {
        padding-right: 60px;
        padding-left: 20px; }
        .h-footer .h-footer-wrap .footer-list li span {
          font-size: 14px;
          line-height: 25px;
          display: block;
          text-align: center; }
      .h-footer .h-footer-wrap .footer-list li:nth-of-type(1) {
        font-size: 16px;
        line-height: 50px;
        color: #FFFFFF; }
        .h-footer .h-footer-wrap .footer-list li:nth-of-type(1) a {
          font-size: 16px;
          line-height: 50px;
          color: #FFFFFF; }
      .h-footer .h-footer-wrap .footer-list ul {
        float: left;
        margin-top: 90px;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        height: 165px; }
      .h-footer .h-footer-wrap .footer-list ul:nth-of-type(1) {
        margin-left: 35px; }
      .h-footer .h-footer-wrap .footer-list .qrImg li {
        float: left;
        font-size: 12px;
        line-height: 25px;
        color: rgba(255, 255, 255, 0.5); }
    .h-footer .h-footer-wrap .info-href {
      width: 100%;
      height: 60px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      margin-top: 45px; }
      .h-footer .h-footer-wrap .info-href ul {
        display: box;
        /* OLD - Android 4.4- */
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        height: 60px; }
      .h-footer .h-footer-wrap .info-href li {
        -webkit-box-flex: 1;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1;
        /* OLD - Firefox 19- */
        width: 12.5%;
        /* For old syntax, otherwise collapses. */
        -webkit-flex: 1;
        /* Chrome */
        -ms-flex: 1;
        /* IE 10 */
        flex: 1;
        line-height: 60px;
        text-align: center;
        background: url("../img/footer-line.png") center right no-repeat;
        color: rgba(255, 255, 255, 0.5); }
        .h-footer .h-footer-wrap .info-href li a {
          color: rgba(255, 255, 255, 0.5); }
        .h-footer .h-footer-wrap .info-href li a:hover {
          color: white; }
      .h-footer .h-footer-wrap .info-href li:nth-of-type(1),
      .h-footer .h-footer-wrap .info-href li:nth-last-child(1) {
        background: none; }
    .h-footer .h-footer-wrap .copyRight {
      margin-top: 40px; }
      .h-footer .h-footer-wrap .copyRight h3,
      .h-footer .h-footer-wrap .copyRight p {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.5);
        text-align: center;
        line-height: 20px; }
        .h-footer .h-footer-wrap .copyRight h3 a,
        .h-footer .h-footer-wrap .copyRight p a {
          color: rgba(255, 255, 255, 0.5); }
        .h-footer .h-footer-wrap .copyRight h3 a:hover,
        .h-footer .h-footer-wrap .copyRight p a:hover {
          color: white; }

/*# sourceMappingURL=commonFooter.css.map */
