@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;
  }
}

/*  */
.site-aside {
  position: fixed;
  bottom: 45%;
  right: 10px;
  z-index: 77;
}

.site-aside .cp-item {
  display: none;
}

.site-aside ul li {
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}

.site-aside .cp-control,
.site-aside ul li a {
  position: relative;
  margin-bottom: 8px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  color: #1a1a1a;
  border-radius: 50%;
  font-size: 0.8rem;
  cursor: pointer;
  box-shadow: 0px 0px 10px 2px rgba(2, 10, 20, 0.06);
}

.site-aside ul li a img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.site-aside ul li i {
  font-size: 20px;
}

.site-aside ul li p {
  line-height: 1;
}

.site-aside-infos {
  position: absolute;
  top: 0;
  right: 60px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s;
  padding: 0 20px 20px;
  border-radius: 10px;
  color: #1a1a1a;
  white-space: nowrap;
  text-align: left;
}

.site-aside-infos h4 {
  margin-top: 20px;
  font-size: 14px;
}

.site-aside-infos p {
  margin-top: 5px;
  font-size: 18px;
}

.site-aside ul li:hover .site-aside-infos {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.site-aside .cp-control.active {
  background-color: var(--color-primary);
  color: #fff;
}

#cp-footer-subscribeLayer {
  padding: 20px;
  background: linear-gradient(to bottom right, #e6f2ff, #ffffff);
  border-radius: 10px;
  display: none;
}

#cp-footer-subscribeLayer .cp-image {
  padding-right: 30px;
  flex: 1;
}

#cp-footer-subscribeLayer .cp-image img {
  width: 100%;
}

#cp-footer-subscribeLayer .cp-title h3 {
  font-size: 24px;
}

#cp-footer-subscribeLayer .cp-title p {
  font-size: 14px;
  margin-top: 5px;
}

#cp-footer-subscribeLayer .cp-form {
  margin-top: 20px;
}

@media (max-width: 768px) {
  #cp-footer-subscribeLayer .cp-image {
    display: none;
  }
}
