﻿    .inner {
      width: 1200px;
      margin: auto;
      position: relative;
    }

    * {
      margin: 0;
      padding: 0;
    }

    /* 头部 */
    .title {
      height: 80px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 2px solid #eee;
    }

    .title-logo {
      width: 540px;
      height: 60px;
      background: url(../images/title-logo.png) no-repeat center;
    }

    .title_advice {
      font-size: 16px;
      color: #016fff;
    }

    /* 底部 */
    .footer {
      background-color: #0195ff;
    }

    .footer .footer-content {
      display: flex;
    }

    .footer .footer-content .left {
      width: 780px;
      padding: 24px 0;
    }

    .footer-content .left p {
      line-height: 20px;
      font-size: 14px;
      color: #fff;
      margin-bottom: 16px;
    }

    .footer-content .left p:last-child {
      margin-bottom: 0;
    }

    .footer-content .left p span {
      margin-right: 20px;
      position: relative;
    }

    .footer-content .left p span.national {
      margin-left: 17px;
    }

    .footer-content .left p span.national::before {
      content: "";
      width: 14px;
      height: 20px;
      background: url(../images/icon-national.png) no-repeat
              center/cover;
      position: absolute;
      top: 0;
      left: -20px;
    }

    .footer-content .right {
      display: flex;
      align-items: center;
      margin-left: 40px;
    }

    .footer-content .right .footer-img {
      width: 162px;
      height: 46px;
    }

    .footer-content .right .footer-img:last-child {
      margin-left: 40px;
    }