/* footer */
.footer {
    background: #000;
    padding: 72px 0 0;
    position: relative;
    z-index: 2;
  }
  .footer-cons {
    font-size: 0;
  }
  .footer-cons>div {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    padding-right: 12px;
  }
  .footer-cons p {
    margin-bottom: 16px;
    font-size: 16px;
    color: #777;
    text-transform: uppercase;
  }
  .footer-cons p a {
    color: #777;
  }
  .footer-cons p a:hover, .copy-right a:hover {
    color: rgba(81, 241, 144, 1);
  }
  .footer .title, .footer-cons .title a{
    font-weight: 500;
    line-height: 1;
    font-size: 18px;
    color: #fff;
  }
  .follow-us p {
    margin-bottom: 16px;
  }
  .footer-cons {
    width: 64%;
    float:left;
  }
  .follow-us {
    width: 32%;
    float: right;
  }
  .follow-us li {
    float: left;
  }
  .follow-us li i {
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    display: flex;
    -webkit-display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease;
  }
  .follow-us li {
    margin-right: 20px;;
  }
  .focus-us {
    padding-left: 10%;
  }
  .follow-us li:hover i {
    border: 1px solid rgba(81, 241, 144, 1);
    background: rgba(81, 241, 144, 1);
    color: #fff;
  }
  
  
  .copy-right {
    margin-top: 32px;
    padding: 32px 0;
    border-top: 1px solid rgba(81, 241, 144, 1);
    text-align: center;
    font-size: 14px;
  }
  .copy-right, .copy-right a {
    color: #777;
  }
  .privacy {
    margin-left: 36px;
  }
  .copy-right ul {
    display: inline-block;
    vertical-align: middle;
  }
  
  .copy-right ul li {
    float: left;
    margin-left: 24px;
    position: relative;
  }
  
  .copy-right ul li:after {
    content: '';
    position: absolute;
    right: -12px;
    top: 4px;
    width: 1px;
    height:12px;
    background: #595959;
  }
  
  .copy-right ul li:last-child:after {
    content: none;
  }
  
  .copy-right ul li a {
    font-weight: 500;
  }
  /* subscribe */
  .subscribe-box {
    font-size: 100px;
    margin-bottom: 1em;
  }
  .subscribe-box .text-cons .title {
    font-size: 0.36em;
    color:rgba(81, 241, 144, 1);
    font-weight: 700;
    text-transform: uppercase;
  }
  .subscribe-box .text-cons .des {
    margin-top: 1em;
    margin-bottom: 1em;
    color: #fff;
    font-size: 0.2em;
  }
  .subscribe {
    text-align: center;
    max-width: 6.4em;
    margin: 0 auto;
  }
  .subscribe .title {
    white-space: nowrap;
  }
  .subscribe input{
    color:#fff;
  }
  .subscribe .input-group{
    height:66px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .input-group input{
    height: 60px;
    border: 1px solid #51F190;
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
    font-size: 0.2em;
    padding-right: 180px;
    display: block;
  }
  .input-group button{
    height: 60px;
    position: absolute;
    background: #51F190;
    color: #fff;
    right: 0;
    top: 0;
    border-radius: 4px;
    padding: 18px;
    font-weight: 500;
    max-width: 160px;
    width: 100%;
    font-size: 0.2em;
    transition: all .2s ease;
  }
  .subscribe-box .input-group:hover input {
    box-shadow: 0 0 16px 0px rgb(81, 241, 144, 0.8);
  }
  
  @media (max-width: 1100px) {
    .footer {
      padding-top: 80px;
    }
  }
  @media (max-width: 767px) {
    .footer {
      padding-top: 32px;
    }
    .footer-cons p {
      margin-bottom: 16px;
      font-size: 14px;
    }
    .wechat p {
      margin-bottom: 8px;
    }
    .footer-cons>div {
      width: 100%;
    }
    .copy-right {
      padding-top: 12px;
      padding-bottom: 22px;
    }
    .footer-cons .title {
      position: relative;
    }
    .footer-cons {
      width: 66.6666666%;
    }
    .footer-cons>div {
      width: 50%;
    }
    .subscribe-box .text-cons .title {
      font-size: 28px;
    }
    .subscribe-box .text-cons .des {
      margin-top: 12px;
      margin-bottom: 12px;
      font-size: 13px;
    }
    .input-group button {
      max-width: 88px;
      font-size: 14px;
    }
    .input-group input {
      font-size: 14px;
      padding-right: 100px;
    }
    .input-group input, .subscribe .input-group, .input-group button {
      height: 40px;
    }
    .input-group button {
      border-radius: 4px;
      padding: 12px;
    }
    
    .follow-us li {
      margin-right: 12px;
    }
    .follow-us li:last-child {
      margin-right: 0;
    }
    .follow-us li i {
      width: 20px;
      height: 20px;
      font-size: 10px;
    }
    .subscribe-box {
      margin-bottom: 32px;
    }
    .footer .title, .footer-cons .title a {
      font-size: 14px;
    }
    .footer-cons .content p:last-child {
      margin-bottom: 0;
    }
    .copy-right ul {
      margin-top: 4px;
    }
  }
  @media (max-width: 320px) {
    .follow-us li {
      margin-right: 8px;
    }
    .subscribe-box .text-cons .title {
      font-size: 24px;
    }
  }