/* pc */
@media screen and (min-width: 1260px) {
  footer {
    background-color: #0c0c0c;
  }

  footer nav {
    padding: 70px 0 60px;
    background: url(https://fe-pro.oss-ap-southeast-1.aliyuncs.com/core/image/LcRkWPrdikJTwBJ8JnVlmN63D8OcKLlivKAA4mAIEqcUwc3wck) no-repeat center;
    background-size: cover;
  }

  footer nav ul {
    display: flex;
  }

  footer nav ul li {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0 0 0 40px;
    border-left: 1px dashed rgba(166, 151, 17, 1);
    box-sizing: border-box;
  }

  footer nav ul li:first-child {
    border-left: none;
  }

  footer nav ul li p {
    font-size: 20px;
    font-weight: bold;
    color: rgba(255, 234, 51, 1);
    margin-bottom: 40px;
  }

  footer nav ul li a {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 38px;
  }

  .footer-bottom {
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding: 50px 0;
  }

  .footer-copyright-sitmap {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding: 20px 0;
  }

  .footer-bottom li, .footer-copyright-sitmap li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .footer-copyright-sitmap .footer-right {
    margin-right: 100px;
  }

  .footer-logo {
    display: flex;
  }

  .footer-logo img {
    margin-right: 30px;
    transition: all 0.2s linear;
  }

  /* .footer-logo img:hover {
    box-shadow: 0 0 30px rgba(255, 255, 255, .4);
    transform: translate3d(0, -2px, 0);
  } */

  .footer-copyright {
    font-size: 14px;
    display: flex;
  }

  .footer-copyright span.divider {
    margin: 0 10px;
  }

  .footer-copyright span:nth-child(3) {
    display: flex;
  }

  .footer-copyright a {
    color: #fff;
  }

  .footer-app-title {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .footer-app {
    display: flex;
  }

  .footer-app-download {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .footer-app-download img{
    width: 120px;
  }
}

/* ipad  */
@media screen and (min-width: 768px) and (max-width: 1259px) {
  footer {
    background-color: #181819;
    padding: 10px;
  }

  footer li {
    border-bottom: 1px solid #7d7d7d;
  }

  footer li.no-border {
    border-bottom: 0;
  }

  .footer-nav .title {
    color: #ffea33;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    background: url(/img/arrow-down.png) no-repeat right center;
    background-size: 20px;
  }

  .footer-nav .no-bg-img .title {
    background: none;
  }

  .footer-nav .active .title {
    background-image: url(/img/arrow-up.png);
  }

  footer .footer-nav .sub-nav {
    display: none;
  }

  footer .footer-nav .active .sub-nav {
    display: block;
  }

  footer .footer-nav .sub-nav a {
    padding-left: 20px;
    color: #fafafa;
    font-size: 14px;
    line-height: 40px;
    background: url(/img/arrow-right.png) no-repeat right center;
    background-size: 15px;
  }

  .footer-nav-logo {
    display: flex;
  }

  .footer-nav-logo a {
    width: 18%;
    max-width: 136px;
    margin-right: 20px;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .footer-nav-logo img {
    width: 100%;
  }

  .copyright {
    line-height: 40px;
    border-top: 1px solid #7d7d7d;
    color: #fff;
    font-size: 12px;
    display: flex;
  }

  .copyright .divider {
    margin: 0 10px;
  }

  .copyright a {
    color: #fff;
  }
}

/* 手机 */
@media screen and (min-width: 320px) and (max-width: 767px) {
  footer {
    background-color: #181819;
    padding: 10px;
  }

  footer li {
    border-bottom: 1px solid #7d7d7d;
  }

  footer li.no-border {
    border-bottom: 0;
  }

  .footer-nav .title {
    color: #ffea33;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    background: url(/img/arrow-down.png) no-repeat right center;
    background-size: 20px;
  }

  .footer-nav .no-bg-img .title {
    background: none;
  }

  .footer-nav .active .title {
    background-image: url(/img/arrow-up.png);
  }

  footer .footer-nav .sub-nav {
    display: none;
  }

  footer .footer-nav .active .sub-nav {
    display: block;
  }

  footer .footer-nav .sub-nav a {
    padding-left: 20px;
    color: #fafafa;
    font-size: 12px;
    line-height: 30px;
    background: url(/img/arrow-right.png) no-repeat right center;
    background-size: 15px;
  }

  .footer-nav-logo {
    display: flex;
  }

  .footer-nav-logo a {
    width: 18%;
    margin-right: 20px;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .footer-nav-logo img {
    width: 100%;
  }

  .copyright {
    line-height: 30px;
    border-top: 1px solid #7d7d7d;
    color: #fff;
    font-size: 12px;
    display: flex;
  }

  .copyright .divider {
    margin: 0 10px;
  }

  .copyright a {
    color: #fff;
  }
}
