@charset "utf-8";

.cp-footer {
  background-color: var(--color-secondary-white);
}

.cp-footer-service {
  padding: 50px 0;
  border-bottom: 1px solid var(--color-secondary-gray);
}

.cp-footer-service ul li {
  flex: 1;
  text-align: center;
}
.cp-footer-service ul li i {
  font-size: 48px;
}
/*  */
.cp-footer-help {
  padding: 50px 0;
}

.cp-footer-help .cp-left {
  width: 250px;
}

.cp-footer-help .cp-right {
  flex: 1;
  padding-left: 150px;
}

/*  */
.cp-footer-online a {
  margin-top: 30px;
  margin-right: 5px;
}

/*  */
.cp-footer-help-nav {
  justify-content: space-between;
}

.cp-footer-help-nav .cp-item .cp-title p {
  margin-top: 10px;
}

.cp-footer-help-nav .cp-item ul {
  margin-top: 20px;
}

.cp-footer-help-nav .cp-item ul li {
  margin-bottom: 10px;
}

/*  */
.cp-footer-copyright {
  padding: 30px 0;
  justify-content: space-between;
  color: var(--color-text-caption);
}
.cp-footer-copyright .cp-left a {
  margin-left: 5px;
  color: var(--color-text-caption);
}
.cp-footer-copyright .cp-link a {
  margin-left: 15px;
  color: var(--color-text-caption);
}
.cp-footer-copyright a:hover {
  color: var(--color-primary);
}
@media (max-width: 1480px) {
  .cp-footer .cp-container {
    width: 100%;
  }

  .cp-footer-service {
    padding: 30px 0;
  }
}

@media (max-width: 985px) {
  .cp-footer-help .cp-right {
    padding-left: 100px;
  }
}

@media (max-width: 860px) {
  .cp-footer-help .cp-right {
    padding-left: 50px;
  }
}

@media (max-width: 768px) {
  .cp-footer-service {
    padding: 15px 0;
  }
  .cp-footer-service ul {
    margin: 0 -15px;
  }
  .cp-footer-service ul li p {
    font-size: 0.7rem;
  }
  .cp-footer-service ul li i {
    font-size: 32px;
  }

  .cp-footer-help .cp-left {
    width: 100%;
    text-align: center;
  }

  .cp-footer-help .cp-right {
    margin-top: 30px;
    padding-left: 0;
    width: 100%;
  }

  .cp-footer-online {
    padding: 0 50px;
  }
  .cp-footer-help {
    padding: 20px 0;
  }

  .cp-footer-help-nav .cp-item {
    width: 100%;
  }

  .cp-footer-help-nav .cp-item h3 {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #e5e5e5;
  }

  .cp-footer-help-nav .cp-item h3::before {
    position: absolute;
    top: 20px;
    right: 5px;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid var(--color-text-title);
    border-bottom: 1px solid var(--color-text-title);
    transform: rotate(45deg);
  }

  .cp-footer-help-nav .cp-item.remove h3::before {
    display: none;
  }

  .cp-footer-help-nav .cp-item ul {
    display: none;
    margin-top: 15px;
  }
  .cp-footer-copyright {
    padding-top: 15px;
    padding-bottom: 80px;
  }
  .cp-footer-copyright .cp-left,
  .cp-footer-copyright .cp-right {
    width: 100%;
    text-align: center;
  }

  .cp-footer-copyright .cp-left span {
    display: block;
  }

  .cp-footer-copyright .cp-left a {
    margin-left: 0;
  }
  .cp-footer-copyright .cp-link ul {
    margin-top: 15px;
    justify-content: center;
  }
  .cp-footer-copyright .cp-link a {
    margin: 0 8px;
  }
}

/*  */
.cp-mobile-tabBar {
  display: none;
}

@media (max-width: 768px) {
  .cp-mobile-tabBar {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 80;
    width: 100%;
    height: 60px;
    display: block;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }

  .cp-mobile-tabBar ul li {
    flex: 1;
    padding: 8px 8px 6px;
    text-align: center;
  }

  .cp-mobile-tabBar ul li i {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 30px;
    height: 25px;
    font-size: 18px;
  }
  .cp-mobile-tabBar ul li i span {
    position: absolute;
    top: 0;
    left: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    background-color: var(--color-primary);
    color: #fff;
    border-radius: 30px;
    font-size: 0.6rem;
  }
}
