@media (min-width: 992px) {
  footer {
    padding: 40px 0 40px;
    color: #fff;
    background-color: #32333c;
    font-size: 0;
  }
  footer .footer-item {
    display: inline-block;
    width: 50%;
    padding-left: 30px;
    border-right: 1px dashed #606061;
    font-size: 12px;
    vertical-align: top;
  }
  footer .footer-item:nth-last-child(1) {
    border-right: none;
  }
  footer .footer-item:nth-child(1) {
    padding-left: 0;
  }
  footer .footer-item:nth-child(1),
  footer .footer-item:nth-child(3) {
    padding-right: 40px;
  }
  footer .item-title {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
  }
  footer .item-title:hover {
    color: #e3e3e3;
  }
  footer .item-circle {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 0 10px;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #fff;
  }
  footer .item-address {
    /*padding-top: 10px;*/
    line-height: 26px;
    font-size: 12px;
    color: #999999;
  }
  footer .item-email {
    /*padding-top: 6px;*/
    line-height: 26px;
    font-size: 12px;
    color: #999999;
  }
  footer .item-phone {
    /*padding-top: 6px;*/
    line-height: 26px;
    font-size: 12px;
  }
  .bottom {
    padding-top: 50px;
    color: #999999;
    background-color: #212129;
    font-size: 14px;
  }
  .bottom .bottom-item {
    display: inline-block;
    padding: 0 18px;
    margin-top: 20px;
    color: #999;
    text-decoration: none;
  }
  .bottom .bottom-item:nth-child(1) {
    padding-left: 0;
    border-left: none;
  }
  .bottom .bottom-item:nth-last-child(6) {
    padding-left: 0;
  }
  .bottom .line {
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #8d8d8d;
  }
  .bottom .bottom-item:hover {
    color: #fff;
  }
  .bottom .copyright {
    margin-top: 65px;
    padding: 48px 0;
    border-top: 1px solid #333333;
  }
  .bottom .copyright .name {
    display: inline-block;
  }
  .bottom .copyright .support {
    float: right;
  }
  .bottom .copyright a {
    color: #999999;
  }
  .bottom .copyright a:hover {
    color: #fff;
  }
}
@media (min-width: 1200px) {
    .bottom .bottom-item:nth-last-child(2) {
        padding-left: 0;
    }
}

@media (max-width: 991px) {
  footer {
    padding: 15px 0 30px;
    color: #fff;
    background-color: #32333c;
    text-align: center;
  }
  footer .footer-item {
    margin-top: 40px;
  }
  footer .item-title {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
  }
  footer .item-title:hover {
    color: #e3e3e3;
  }
  footer .item-circle {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 0 10px;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #fff;
  }
  footer .item-address {
    padding-top: 10px;
    line-height: 26px;
    font-size: 12px;
    color: #999999;
  }
  footer .item-email {
    margin-top: 10px;
    font-size: 12px;
    color: #999999;
  }
  footer .item-phone {
    margin-top: 10px;
    font-size: 12px;
  }
  .bottom {
    padding-top: 30px;
    color: #999999;
    background-color: #212129;
    font-size: 12px;
  }
  .bottom .project {
    padding: 0 40px;
  }
  .bottom .bottom-item {
    display: inline-block;
    padding: 0 10px;
    margin-top: 20px;
    border-left: 1px solid #333;
    color: #999;
    text-decoration: none;
  }
  .bottom .line {
    display: none;
  }
  .bottom .bottom-item:nth-child(1) {
    padding-left: 0;
    border-left: none;
  }
  .bottom .bottom-item:hover {
    color: #fff;
  }
  .bottom .copyright {
    margin-top: 30px;
    padding: 30px 30px;
    border-top: 1px solid #333333;
  }
  .bottom .copyright .name {
    text-align: center;
  }
  .bottom .copyright .support {
    margin-top: 10px;
    text-align: center;
  }
  .bottom .copyright a {
    color: #999999;
  }
  .bottom .copyright a:hover {
    color: #fff;
  }
}
