@import url(./comma/header.css);
@import url(./comma/menus.css);
@import url(./comma/search.css);
@import url(./comma/footer.css);
@import url(./index.css);
@import url(./product.css);
@import url(./product-single.css);
@import url(./mycart.css);
@import url(./account.css);

.cp-solution-desc img {
  margin-top: 20px;
  width: 100%;
}

.cp-solution-scene ul {
  margin-left: -20px;
}

.cp-solution-scene ul li {
  flex: 1;
  padding-left: 20px;
  margin-bottom: 10px;
}

.cp-solution-scene ul li div {
  padding: 25px;
  background-color: var(--color-bg-body);
  text-align: center;
  border-radius: 10px;
}

.cp-solution-scene ul li div img {
  width: 80px;
}
.cp-solution-scene ul li div p {
  margin-top: 10px;
}

/*  */
.cp-solution-download .cp-desc {
  width: 50%;
  padding-right: 30px;
}

.cp-solution-download .cp-poster {
  width: 50%;
}

.cp-solution-download .cp-poster img {
  width: 100%;
}

@media (max-width: 1480px) {
  .cp-solution-download .cp-desc,
  .cp-solution-download .cp-poster {
    width: 100%;
    padding-right: 0;
  }
  .cp-solution-download .cp-poster {
    margin-top: 20px;
  }
}

/*  */
.cp-selling-wrap {
  position: relative;
  padding: 15px;
  background-color: var(--color-bg-body);
  border-radius: 10px;
}
.cp-selling-package {
  padding: 15px 0;
}
.cp-selling-package ul {
  flex-wrap: nowrap;
  overflow-y: auto;
}
.cp-selling-package ul li {
  width: 280px;
  padding: 0 10px;
  margin-bottom: 10px;
}

.cp-selling-total {
  margin-top: 10px;
  align-items: flex-end;
  justify-content: space-between;
}

/*  */

.cp-solution-related .cp-table {
  overflow-x: auto;
  margin-bottom: 50px;
}

.cp-solution-related .cp-table table {
  width: 100%;
  border: none;
  overflow: hidden;
}

.cp-solution-related .cp-table table tr:nth-child(1) td {
  padding: 15px 0;
  background-color: #003b8f;
  color: #fff;
}

.cp-solution-related .cp-table td,
.cp-solution-related .cp-table th {
  border: none;
  text-align: center;
  padding: 10px 0;
}

.cp-solution-related .cp-table td:first-child {
  border-radius: 10px 0 0 10px;
}
.cp-solution-related .cp-table td:last-child {
  border-radius: 0 10px 10px 0;
}

.cp-solution-related .cp-table tr td {
  background-color: var(--color-bg-body);
}

.cp-solution-related .cp-table tr:nth-child(2n) td {
  background-color: #fff;
}

.cp-solution-related .cp-table thead {
  border-bottom: 1px solid #fff;
}

@media (max-width: 1480px) {
  .cp-solution-related .cp-table table {
    width: 800px !important;
  }
}

@media (max-width: 960px) {
  .cp-solution-related .cp-table table {
    width: 960px !important;
  }
}

@media (max-width: 768px) {
  .cp-solution-related .cp-table table {
    width: 768px !important;
  }
}

/*  */
.cp-activity-lists ul {
  margin-left: -20px;
}

.cp-activity-lists ul li {
  width: 25%;
  margin-bottom: 20px;
  padding-left: 20px;
}

.cp-activity-lists .cp-item {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.cp-activity-lists .cp-item .cp-pic {
  display: block;
  overflow: hidden;
}
.cp-activity-lists .cp-item .cp-pic img {
  width: 100%;
  transition: 0.3s;
}
.cp-activity-lists .cp-item .cp-content {
  padding: 15px;
}

.cp-activity-lists .cp-item .cp-content p {
  color: var(--color-text-caption);
}

.cp-activity-lists .cp-item .cp-content h3 {
  margin-top: 5px;
}

.cp-activity-lists .cp-item .cp-pic:hover img {
  transform: scale(1.1);
}

@media (max-width: 1480px) {
  .cp-activity-lists .cp-item .cp-content {
    font-size: 0.657rem;
  }
}

@media (max-width: 985px) {
  .cp-activity-lists ul li {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .cp-activity-lists ul li {
    width: 100%;
  }
}

/*  */
.cp-article-title {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-secondary-gray);
  margin-bottom: 50px;
}
.cp-article-title .cp-category {
  margin-bottom: 10px;
  color: #666;
}

.cp-article-title .cp-date {
  margin-top: 20px;
  color: #666;
}

.cp-article-content .cp-selling-wrap {
  border: 1px solid var(--color-secondary-gray);
}

/*  */
.cp-article-view {
  margin-top: 50px;
  padding-top: 50px;
  justify-content: space-between;
  border-top: 1px solid var(--color-secondary-gray);
}

.cp-article-view ul li {
  margin-right: 30px;
}

.cp-article-view .cp-back i {
  display: inline-block;
  margin-right: 4px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .cp-article-title {
    margin-bottom: 30px;
  }
  .cp-article-view {
    margin-top: 30px;
    padding-top: 20px;
  }
}

/*  */
.cp-machine-whybuy {
  background-color: #fff;
  border-radius: 10px;
}
.cp-machine-whybuy .cp-desc {
  width: 50%;
  padding: 40px;
}
.cp-machine-whybuy .cp-desc p {
  margin-bottom: 3px;
}

.cp-machine-whybuy .cp-poster {
  width: 50%;
}

.cp-machine-whybuy .cp-poster img {
  width: 100%;
}

@media (max-width: 1480px) {
  .cp-machine-whybuy .cp-desc {
    width: 100%;
    padding: 15px;
  }
  .cp-machine-whybuy .cp-poster {
    width: 100%;
    margin-top: 20px;
  }
}

/*  */
.cp-machine-safe ul {
  margin-left: -20px;
}

.cp-machine-safe ul li {
  width: 25%;
  padding-left: 20px;
  margin-bottom: 10px;
}
.cp-machine-safe ul li div {
  padding: 25px;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  height: 100%;
}

.cp-machine-safe ul li div img {
  width: 50px;
}
.cp-machine-safe ul li div h3 {
  margin-top: 10px;
}
.cp-machine-safe ul li div p {
  margin-top: 5px;
  color: var(--color-text-caption);
}

@media (max-width: 768px) {
  .cp-machine-safe ul {
    margin-left: -10px;
  }
  .cp-machine-safe ul li {
    width: 50%;
    padding-left: 10px;
  }
}

/*  */
.cp-machine-process {
  background-color: #fff;
  border-radius: 10px;
}

.cp-machine-process ul li {
  position: relative;
  flex: 1;
}
.cp-machine-process ul li i {
  position: absolute;
  top: 50%;
  right: -18px;
  font-size: 36px;
  color: var(--color-secondary-gray);
  transform: translateY(-50%);
}

.cp-machine-process ul li div {
  position: relative;
  padding: 80px 0;
}

.cp-machine-process ul li div img {
  display: block;
  margin: 0 auto;
  width: 50px;
}

.cp-machine-process ul li div p {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  height: 40px;
}

@media (max-width: 1480px) {
  .cp-machine-process ul li div {
    padding: 50px 0 80px;
  }
}

@media (max-width: 985px) {
  .cp-machine-process ul li i {
    right: -14px;
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .cp-machine-process ul li {
    flex: inherit;
    width: 33.33%;
  }
  .cp-machine-process ul li div {
    padding: 40px 0;
  }
  .cp-machine-process ul li div p {
    bottom: -12px;
    font-size: 12px;
  }
  .cp-machine-process ul li:nth-child(3) i {
    top: inherit;
    bottom: -32px;
    right: 50%;
    transform: translateX(50%) rotate(90deg);
  }
  .cp-machine-process ul li:nth-child(4) {
    order: 6;
  }
  .cp-machine-process ul li:nth-child(4) i,
  .cp-machine-process ul li:nth-child(5) i {
    right: inherit;
    left: -18px;
    transform: rotate(180deg);
  }
  .cp-machine-process ul li:nth-child(5) {
    order: 4;
  }
}

@media (max-width: 480px) {
  .cp-machine-process ul li div p {
    font-size: 0.875em;
  }
}

/*  */
.cp-tradein-faq {
  padding: 0 20px;
  background-color: #fff;
  border-radius: 10px;
}

.cp-tradein-faq .cp-item {
  border-bottom: 1px solid var(--color-secondary-gray);
}

.cp-tradein-faq .cp-item:last-child {
  border: none;
}

.cp-tradein-faq .cp-head {
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.cp-tradein-faq .cp-head h3 {
  font-size: 16px;
}
.cp-tradein-faq .cp-head span {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  border: 1px solid var(--color-text-caption);
}
.cp-tradein-faq .cp-head span::before,
.cp-tradein-faq .cp-head span::after {
  position: absolute;
  right: 0;
  content: "";
  background-color: var(--color-text-caption);
}
.cp-tradein-faq .cp-head span::before {
  top: 14px;
  right: 7px;
  width: 13px;
  height: 1px;
}
.cp-tradein-faq .cp-head span::after {
  top: 8px;
  right: 13px;
  width: 1px;
  height: 13px;
}
.cp-tradein-faq .cp-body {
  display: none;
  padding-right: 50px;
  padding-bottom: 20px;
}
/* active */
.cp-tradein-faq .cp-item.active .cp-head span {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.cp-tradein-faq .cp-item.active .cp-head span::before {
  background-color: #fff;
}
.cp-tradein-faq .cp-item.active .cp-head span::after {
  height: 0;
}
