.footer-link, .dg-footer .dg-footer-container .dg-friend-link a {
  color: #aeaeae;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.2s color; }
  .footer-link:hover, .dg-footer .dg-footer-container .dg-friend-link a:hover {
    color: #fff; }

.dg-footer {
  background-color: #000031;
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dg-footer .footer-desc {
    display: none; }
  .dg-footer .dg-footer-container {
    padding-top: 30px; }
    .dg-footer .dg-footer-container > .link-list {
      list-style: none;
      /* background-color: #212231; */
      font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
      display: inline-block;
      vertical-align: top;
      list-style: none;
      margin: 0 130px 0 0;
      padding: 0;
      border-bottom: 1px solid rgba(103, 103, 103, 0.35);
      width: 100%;
      padding-bottom: 24px; }
      .dg-footer .dg-footer-container > .link-list > li {
        color: rgba(255,255,255,0.6);
        font-size: 14px;
        line-height: 32px;
        font-weight: lighter;
        padding-left: 10px; }
      .dg-footer .dg-footer-container > .link-list.link-last-link {
        margin-right: 0; }
    .dg-footer .dg-footer-container > .app-info {
      height: 52px;
      line-height: 52px;
      color: #1976d2;
      border-bottom: 1px solid rgba(103, 103, 103, 0.35);
      padding-left: 10px;
      font-weight: lighter; }
      .dg-footer .dg-footer-container > .app-info a {
        color: #1976d2; }
    .dg-footer .dg-footer-container .dg-friend-link {
      margin-top: 50px;
      padding: 30px 0;
      border-top: 1px solid rgb(35, 35, 97);
      border-bottom: 1px solid rgb(35, 35, 97); }
      .dg-footer .dg-footer-container .dg-friend-link span {
        color: #CCC; }
      .dg-footer .dg-footer-container .dg-friend-link a {
        color: #60606D;
        margin-left: 1em; }
  .dg-footer .dg-copy-right {
    font-size: 12px;
    color: #aeaeae;
    height: 67px;
    line-height: 67px;
    padding-left: 30px; }

@media (min-width: 480px) {
  .mobile-footer-link, .dg-footer .dg-footer-container > .link-list > li a {
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    transition: 0.2s color; }
    .mobile-footer-link:hover, .dg-footer .dg-footer-container > .link-list > li a:hover {
      color: #fff; }
  .dg-footer .footer-desc {
    display: block;
    color: rgba(255,255,255,0.6);
    border-bottom: 1px solid rgba(103, 103, 103, 0.35);
    height: 120px; }
    .dg-footer .footer-desc .footer-desc-item {
      margin-top: 25px; }
      .dg-footer .footer-desc .footer-desc-item img {
        height: 72px; }
      .dg-footer .footer-desc .footer-desc-item p {
        padding-left: 16px;
        display: inline-block;
        height: 72px;
        line-height: 72px;
        font-size: 16px;
        margin: 0; }
  .dg-footer .dg-footer-container {
    margin: auto;
    padding: 40px 0 55px;
    padding-bottom: 0; }
    .dg-footer .dg-footer-container > .link-list {
      display: inline-block;
      vertical-align: top;
      margin: 0 110px 0 0;
      padding: 0;
      border: none;
      width: auto; }
      .dg-footer .dg-footer-container > .link-list > li {
        padding: 0;
        font-weight: normal; }
        .dg-footer .dg-footer-container > .link-list > li:last-child {
          padding-bottom: 0px; }
        .dg-footer .dg-footer-container > .link-list > li.link-title {
          padding-bottom: 11px;
          color: #fff;
          font-size: 16px;
          font-family: "SimHei", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dg-footer .dg-copy-right {
    height: 50px;
    line-height: 50px;
    text-align: center; }
    .dg-footer .dg-copy-right .copy-right {
      font-size: 12px;
      color: rgba(255, 255, 255, 0.6); }
  .wx-code-li {
    position: relative;
    cursor: pointer; }
    .wx-code-li .wx-code {
      /* color: #0070ef; */
     }
    .wx-code-li .qrcode {
      display: none;
      position: absolute;
      bottom: 10px;
      right: -20px;
      width: 90px;
      height: 90px; }
    .wx-code-li:hover .qrcode {
      display: block; }
  .iso-li {
    display: block; }
    .iso-li img {
      height: 127px;
      margin-top: 30px; }
    .iso-li p {
        margin-left: 10px;}
    }  
    
