﻿.footer {
    margin-top: 30px;
    padding-top: 37px;
    height: 125px;
    background: #333;
    position: relative;
    margin-bottom: 81px;
  }

.g-wrap {
    position: relative;
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  
  .g-bottom-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    height: 80px;
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.2);
    background: #fff;
  }
  
  .g-bottom-banner.none {
    display: none;
  }
  
  .g-bottom-banner .b-sw-info {
    display: inline-block;
    margin-top: 10px;
  }
  
  .g-bottom-banner .b-sw-info img {
    display: inline-block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 8px;
  }
  
  .g-bottom-banner .b-sw-info .title {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    vertical-align: middle;
  }
  
  .g-bottom-banner .down-box {
    float: right;
    margin-top: 10px;
  }
  
  .g-bottom-banner .down-box a {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
  }

  .g-bottom-banner .down-box .high_speed {
    box-sizing: border-box;
    width: 165px;
    height: 60px;
    background-color: rgb(22, 189, 97);
    text-align: center;
    color: #fff;
    padding-top: 4px;
  }

  .g-bottom-banner .down-box .high_speed p{
    font-size: 22px;
    margin-bottom: 3px;
  }

  .g-bottom-banner .down-box .high_speed span {
    font-size: 10px;
    font-weight: 100;
  }

  .g-bottom-banner .down-box .local_download {
    box-sizing: border-box;
    width: 165px;
    height: 60px;
    border: solid 2px rgb(70, 138, 207);
    text-align: center;
    line-height: 54px;
  }

  .g-bottom-banner .down-box .local_download p {
    font-size: 22px;
    color: rgb(70, 138, 207);
  }
