﻿.we-shop-all {
  margin: 36px 0;
}
.we-shop-all .we-shop-title {
  text-align: center;
}
.we-shop-all .we-shop-title h3 {
  font-size: 32px;
  color: #222222;
}
@media (max-width: 640px) {
  .we-shop-all .we-shop-title h3 {
    font-size: 22px;
  }
}
.we-shop-all .we-shop-title p {
  font-size: 17px;
  color: #333333;
  margin-top: 16px;
}
.we-shop-all .we-shop-con-n-all {
  margin-top: 32px;
}
.we-shop-all .we-shop-con-n-all .we-shop-con-s {
  cursor: pointer;
  width: 380px;
  height: 200px;
  border-radius: 8px;
  background-image: linear-gradient(#45484d, #2a2d32);
  padding: 24px;
  box-sizing: border-box;
  position: relative;
  transition: 0.2s ease-in-out;
}
@media (max-width: 640px) {
  .we-shop-all .we-shop-con-n-all .we-shop-con-s {
    width: 100%;
    margin-bottom: 20px;
    /* background-image: linear-gradient(#1cbcf8, #1c8ef9); */
  }
}
.we-shop-all .we-shop-con-n-all .we-shop-con-s:hover {
  transform: translateY(-8px);
}
.we-shop-all .we-shop-con-n-all .we-shop-con-s::after {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 14px);
  width: 24px;
  height: 24px;
  border-radius: 6px;
  transform: rotate(45deg);
  background-color: #222222;
  transition: 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 640px) {
  .we-shop-all .we-shop-con-n-all .we-shop-con-s::after {
    opacity: 0;
    visibility: hidden;
  }
}
.we-shop-all .we-shop-con-n-all .we-shop-con-s .we-shop-con-s-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.we-shop-all .we-shop-con-n-all .we-shop-con-s .we-shop-con-s-icon img {
  width: 100%;
}
.we-shop-all .we-shop-con-n-all .we-shop-con-s h3 {
  font-size: 20px;
  color: #ffffff;
  margin-top: 12px;
}
@media (max-width: 640px) {
  .we-shop-all .we-shop-con-n-all .we-shop-con-s h3 {
    color: #ffffff;
  }
}
.we-shop-all .we-shop-con-n-all .we-shop-con-s p {
  font-size: 14px;
  color: #ffffff;
  margin-top: 8px;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .we-shop-all .we-shop-con-n-all .we-shop-con-s p {
    color: #f2f2f2;
  }
}
.we-shop-all .we-shop-con-n-all .we-shop-con-s-active[data-color='1'] {
  background-image: linear-gradient(#f8a31c, #f9751c);
}
.we-shop-all .we-shop-con-n-all .we-shop-con-s-active[data-color='2'] {
  background-image: linear-gradient(#19EB94, #04C47E);
}
.we-shop-all .we-shop-con-n-all .we-shop-con-s-active[data-color='3'] {
  background-image: linear-gradient(#1cbcf8, #1c8ef9);
}
.we-shop-all .we-shop-con-n-all .we-shop-con-s-active[data-color='1']::after {
  background-color: #f9751c;
  opacity: 1;
  visibility: visible;
  bottom: -8px;
}
.we-shop-all .we-shop-con-n-all .we-shop-con-s-active[data-color='2']::after {
  background-color: #04C47E;
  opacity: 1;
  visibility: visible;
  bottom: -8px;
}
.we-shop-all .we-shop-con-n-all .we-shop-con-s-active[data-color='3']::after {
  background-color: #1c8ef9;
  opacity: 1;
  visibility: visible;
  bottom: -8px;
}
@media (max-width: 640px) {
  .we-shop-all .we-shop-con-n-all .we-shop-con-s-active::after {
    opacity: 0;
    visibility: hidden;
  }
}
.we-shop-all .we-shop-con-n-all .we-shop-con-s-active h3 {
  color: #ffffff;
}
.we-shop-all .we-shop-con-n-all .we-shop-con-s-active p {
  color: #f2f2f2;
}
.we-shop-all .we-shop-con-subs-all {
  margin-top: 16px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
  display: none;
  transform: translateY(-40px);
}
@media (max-width: 640px) {
  .we-shop-all .we-shop-con-subs-all {
    display: none !important;
  }
}
.we-shop-all .we-shop-con-subs-all .we-shop-con-subs-s {
  margin-top: 24px;
  width: 100%;
  padding: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  border-radius: 8px;
}
.we-shop-all .we-shop-con-subs-all[data-color='1'] .we-shop-con-subs-s {
  background-image: linear-gradient(to left, #f8a31c, #f9751c);
}
.we-shop-all .we-shop-con-subs-all[data-color='2'] .we-shop-con-subs-s {
  background-image: linear-gradient(to left, #19EB94, #04C47E);
}
.we-shop-all .we-shop-con-subs-all[data-color='3'] .we-shop-con-subs-s {
  background-image: linear-gradient(to left, #1cbcf8, #1c8ef9);
}
.we-shop-all .we-shop-con-subs-all .we-shop-con-subs-s .we-shop-con-subs-s-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.we-shop-all .we-shop-con-subs-all .we-shop-con-subs-s .we-shop-con-subs-s-icon img {
  width: 100%;
}
.we-shop-all .we-shop-con-subs-all .we-shop-con-subs-s .we-shop-con-subs-s-c {
  margin-left: 24px;
}
.we-shop-all .we-shop-con-subs-all .we-shop-con-subs-s .we-shop-con-subs-s-c h3 {
  font-size: 26px;
  color: #ffffff;
}
.we-shop-all .we-shop-con-subs-all .we-shop-con-subs-s .we-shop-con-subs-s-c a {
  width: 100px;
  font-size: 12px;
  font-weight: bolder;
  margin-top: 20px;
  padding: 8px 16px;
  background-color: #ffffff;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  transition: .25s ease-in-out;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
}
.we-shop-all .we-shop-con-subs-all[data-color='1'] .we-shop-con-subs-s .we-shop-con-subs-s-c a {
  color: #f9751c;
}
.we-shop-all .we-shop-con-subs-all[data-color='2'] .we-shop-con-subs-s .we-shop-con-subs-s-c a {
  color: #04C47E;
}
.we-shop-all .we-shop-con-subs-all[data-color='3'] .we-shop-con-subs-s .we-shop-con-subs-s-c a {
  color: #1c8ef9;
}
.we-shop-all .we-shop-con-subs-all .we-shop-con-subs-s .we-shop-con-subs-s-c a:hover{
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.2);
}
.we-shop-all .we-shop-con-subs-all .we-shop-con-subs-s .we-shop-con-subs-s-c h4 {
  font-size: 17px;
  font-weight: bolder;
  color: #f2f2f2;
  margin-top: 24px;
}
.we-shop-all .we-shop-con-subs-all .we-shop-con-subs-s .we-shop-con-subs-s-c p {
  font-size: 13px;
  color: rgb(255 255 255 / 80%);
  margin-top: 6px;
  line-height: 26px;
}
.we-shop-all .we-shop-con-subs-all-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.we-shop-all .we-module-all {
  margin-top: 36px;
}
.we-shop-all .we-module-all .we-module-s {
  width: 20%;
  margin-bottom: 24px;
  cursor: pointer;
}
@media (max-width: 640px) {
  .we-shop-all .we-module-all .we-module-s {
    width: 50%;
  }
}
.we-shop-all .we-module-all .we-module-s:hover .we-module-s-icon img {
  transform: translateY(-8px);
}
.we-shop-all .we-module-all .we-module-s .we-module-s-icon {
  box-sizing: border-box;
  width: 160px;
  height: 160px;
  margin: auto;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 24px;
}
.we-shop-all .we-module-all .we-module-s .we-module-s-icon img {
  transition: 0.2s ease-in-out;
  width: 120px;
  height: 120px;
}
.we-shop-all .we-module-all .we-module-s h3 {
  font-size: 16px;
  color: #222222;
  text-align: center;
}
.we-shop-all .web-build-all {
  margin-top: 36px;
}
.we-shop-all .web-build-all .web-build-s {
  width: 25%;
  padding: 20px 48px;
  height: 420px;
  border-radius: 8px;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.2s ease-in-out;
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  .we-shop-all .web-build-all .web-build-s {
    width: 100% !important;
    height: auto !important;
  }
}
.we-shop-all .web-build-all .web-build-s:hover {
  transform: translateY(-8px);
  box-shadow: 0 36px 16px -24px rgba(0, 0, 0, 0.1);
}
.we-shop-all .web-build-all .web-build-s .web-build-s-icon {
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.we-shop-all .web-build-all .web-build-s h3 {
  font-size: 18px;
  color: #222222;
  margin-top: 16px;
  position: relative;
}
.we-shop-all .web-build-all .web-build-s h3::after {
  content: "";
  position: absolute;
  background-color: var(--primary-color);
  width: 32px;
  height: 3px;
  left: calc(50% - 16px);
  bottom: -12px;
}
.we-shop-all .web-build-all .web-build-s p {
  font-size: 15px;
  color: #222222;
  margin-top: 24px;
  text-align: justify;
}
.we-shop-all .web-tc-all {
  width: 100%;
  height: 260px;
  position: relative;
}
@media (max-width: 640px) {
  .we-shop-all .web-tc-all {
    height: 200px;
  }
}
.we-shop-all .web-tc-all .web-tc-l {
  position: absolute;
  width: 280px;
  height: 200px;
  padding: 28px 0 28px 80px;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  background-image: linear-gradient(to right, #0c71f5, #2dacfd);
}
@media (max-width: 640px) {
  .we-shop-all .web-tc-all .web-tc-l {
    width: 100%;
    padding: 28px 20px 28px 20px;
  }
}
.we-shop-all .web-tc-all .web-tc-l .web-tc-l-con h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 12px;
}
.we-shop-all .web-tc-all .web-tc-l .web-tc-l-con p {
  color: #f2f2f2;
  font-size: 14px;
  line-height: 24px;
}
.we-shop-all .web-tc-all .web-tc-l::after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  width: 50px;
  background-color: #2dacfd;
  height: 100%;
}
@media (max-width: 640px) {
  .we-shop-all .web-tc-all .web-tc-l::after {
    display: none;
  }
}
.we-shop-all .web-tc-all .web-tc-r {
  position: absolute;
  top: 52px;
  right: 0;
  width: 940px;
  height: 200px;
  background-color: #1b1a1f;
  box-sizing: border-box;
  padding: 28px 20px 28px 60px;
}
@media (max-width: 640px) {
  .we-shop-all .web-tc-all .web-tc-r {
    display: none;
  }
}
.we-shop-all .web-tc-all .web-tc-r .web-tc-r-s {
  border-right: 1px solid #333333;
  width: 140px;
  height: 100%;
}
.we-shop-all .web-tc-all .web-tc-r .web-tc-r-s:last-child {
  border-right: none;
}
.we-shop-all .web-tc-all .web-tc-r .web-tc-r-s .web-tc-r-s-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.we-shop-all .web-tc-all .web-tc-r .web-tc-r-s h4 {
  margin-top: 12px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-weight: normal;
}
.we-shop-all .pub-inner-nav-all {
  width: 100%;
  margin: 24px 0;
}
.we-shop-all .pub-inner-nav-all .pub-inner-nav-s {
  font-weight: bold;
  width: 140px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222222;
  box-sizing: border-box;
  border-radius: 6px;
  border: 1px solid #dddddd;
  font-size: 15px;
  margin-right: 28px;
  transition: 0.2s ease-in-out;
  margin-bottom: 12px;
}
@media (max-width: 640px) {
  .we-shop-all .pub-inner-nav-all .pub-inner-nav-s {
    margin-right: 12px;
    width: 100px;
  }
}
.we-shop-all .pub-inner-nav-all .pub-inner-nav-s:last-child {
  margin-right: 0;
}
.we-shop-all .pub-inner-nav-all .pub-inner-nav-s:hover {
  background-color: var(--primary-color);
  color: #ffffff;
  border: 1px solid var(--primary-color);
}
.we-shop-all .pub-inner-nav-all .pub-inner-nav-s-active {
  background-color: var(--primary-color);
  color: #ffffff;
}
.we-shop-all .pub-inner-info-content-all {
  width: 100%;
}
.we-shop-all .pub-inner-info-content-all .pub-inner-info-c-s {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 18px;
  border-bottom: 1px solid #eeeeee;
  transition: 0.2s ease-in-out;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .we-shop-all .pub-inner-info-content-all .pub-inner-info-c-s {
    padding: 12px 14px;
    border-bottom: none;
    background-color: #f2f2f2;
    border-radius: 6px;
    margin-bottom: 12px;
  }
}
.we-shop-all .pub-inner-info-content-all .pub-inner-info-c-s:hover {
  background-color: #f2f2f2;
}
.we-shop-all .pub-inner-info-content-all .pub-inner-info-c-s:hover .pub-inner-info-c-s-times .arrow-icon {
  transform: translateX(160px);
}
@media (max-width: 640px) {
  .we-shop-all .pub-inner-info-content-all .pub-inner-info-c-s:hover .pub-inner-info-c-s-times .arrow-icon {
    transform: translateX(0);
  }
}
.we-shop-all .pub-inner-info-content-all .pub-inner-info-c-s:hover .pub-inner-info-c-s-img img {
  transform: scale(1.1);
}
.we-shop-all .pub-inner-info-content-all .pub-inner-info-c-s .pub-inner-info-c-s-times {
  width: 100px;
}
@media (max-width: 640px) {
  .we-shop-all .pub-inner-info-content-all .pub-inner-info-c-s .pub-inner-info-c-s-times {
    width: 320px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.we-shop-all .pub-inner-info-content-all .pub-inner-info-c-s .pub-inner-info-c-s-times .time {
  font-size: 16px;
  color: #666666;
  position: relative;
}
.we-shop-all .pub-inner-info-content-all .pub-inner-info-c-s .pub-inner-info-c-s-times .time::after {
  content: "";
  position: absolute;
  width: 88px;
  height: 1px;
  background-color: #dddddd;
  right: -100px;
  top: 50%;
}
.we-shop-all .pub-inner-info-content-all .pub-inner-info-c-s .pub-inner-info-c-s-times .arrow-icon {
  margin-top: 24px;
  transition: 0.2s ease-in-out;
  background-color: var(--secondary-color);
  width: 36px;
  height: 36px;
  border-radius: 4px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 640px) {
  .we-shop-all .pub-inner-info-content-all .pub-inner-info-c-s .pub-inner-info-c-s-times .arrow-icon {
    margin-top: 0;
  }
}
.we-shop-all .pub-inner-info-content-all .pub-inner-info-c-s .pub-inner-info-c-s-times .arrow-icon img {
  width: 60%;
}
.we-shop-all .pub-inner-info-content-all .pub-inner-info-c-s .pub-inner-info-c-s-content {
  margin-left: 128px;
  width: 720px;
  height: 88px;
}
@media (max-width: 640px) {
  .we-shop-all .pub-inner-info-content-all .pub-inner-info-c-s .pub-inner-info-c-s-content {
    margin-left: 0;
    margin-top: 24px;
    width: 100%;
    height: auto;
  }
}
.we-shop-all .pub-inner-info-content-all .pub-inner-info-c-s .pub-inner-info-c-s-content h3 {
  width: 100%;
  font-size: 18px;
  color: #222222;
}
.we-shop-all .pub-inner-info-content-all .pub-inner-info-c-s .pub-inner-info-c-s-content p {
  font-size: 15px;
  color: #222222;
  margin-top: 16px;
  line-height: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 640px) {
  .we-shop-all .pub-inner-info-content-all .pub-inner-info-c-s .pub-inner-info-c-s-content p {
    width: 320px;
    margin-top: 10px;
  }
}
.we-shop-all .pub-inner-info-content-all .pub-inner-info-c-s .pub-inner-info-c-s-img {
  width: 124px;
  height: 88px;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #eeeeee;
}
@media (max-width: 640px) {
  .we-shop-all .pub-inner-info-content-all .pub-inner-info-c-s .pub-inner-info-c-s-img {
    display: none;
  }
}
.we-shop-all .pub-inner-info-content-all .pub-inner-info-c-s .pub-inner-info-c-s-img img {
  transition: 0.2s ease-in-out;
  width: 100%;
  height: 100%;
}
.we-shop-all .pub-inner-info-content-all .pub-inner-case-c-s {
  width: 24%;
  margin-right: 1.3%;
  padding-bottom: 16px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 28px;
  position: relative;
}
@media (max-width: 640px) {
  .we-shop-all .pub-inner-info-content-all .pub-inner-case-c-s {
    width: 100%;
    margin-right: 0;
  }
}
.we-shop-all .pub-inner-info-content-all .pub-inner-case-c-s::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--primary-color);
  transform: scaleX(0);
  transition: 0.2s ease-in-out;
  transform-origin: left;
}
.we-shop-all .pub-inner-info-content-all .pub-inner-case-c-s:hover .pub-inner-case-c-s-img img {
  transform: scale(1.1);
}
.we-shop-all .pub-inner-info-content-all .pub-inner-case-c-s:hover::after {
  transform: scaleX(1);
}
.we-shop-all .pub-inner-info-content-all .pub-inner-case-c-s:nth-child(4n) {
  margin-right: 0;
}
.we-shop-all .pub-inner-info-content-all .pub-inner-case-c-s .pub-inner-case-c-s-img {
  width: 100%;
  height: 200px;
  border-radius: 6px;
  overflow: hidden;
  font-size: 0;
}
.we-shop-all .pub-inner-info-content-all .pub-inner-case-c-s .pub-inner-case-c-s-img img {
  width: 100%;
  height: 100%;
  transition: 0.2s ease-in-out;
}
.we-shop-all .pub-inner-info-content-all .pub-inner-case-c-s h4 {
  color: #222222;
  height: 44px;
  overflow: hidden;
  font-size: 16px;
  margin: 16px 0 8px;
}
.we-shop-all .pub-inner-info-content-all .pub-inner-case-c-s p {
  color: #aaaaaa;
  font-size: 14px;
}
.we-shop-all .pub-inner-info-page-all {
  text-align: center;
  margin-top: 28px;
}
.we-shop-all .pub-inner-info-page-all .pub-inner-info-page-s {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  color: #444444;
  transition: 0.2s ease-in-out;
  margin-bottom: 8px;
}
.we-shop-all .pub-inner-info-page-all .pub-inner-info-page-s:hover {
  color: #ffffff;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.we-shop-all .pub-inner-info-page-all .pub-inner-info-page-s p {
  font-size: 14px;
}
.we-shop-all .inner-detail-c-all .inner-detail-c-l {
  width: 800px;
  box-sizing: border-box;
  padding: 24px;
  background-color: #f6f6f6;
  border-radius: 8px;
}
@media (max-width: 640px) {
  .we-shop-all .inner-detail-c-all .inner-detail-c-l {
    width: 100%;
    margin-bottom: 24px;
  }
}
.we-shop-all .inner-detail-c-all .inner-detail-c-l .inner-detail-c-l-con {
  padding-bottom: 16px;
  border-bottom: 1px solid #dddddd;
}
.we-shop-all .inner-detail-c-all .inner-detail-c-l .inner-detail-c-l-con h2 {
  width: 720px;
  font-size: 22px;
  color: #222222;
}
@media (max-width: 640px) {
  .we-shop-all .inner-detail-c-all .inner-detail-c-l .inner-detail-c-l-con h2 {
    width: 100%;
    font-size: 18px;
  }
}
.we-shop-all .inner-detail-c-all .inner-detail-c-l .inner-detail-c-l-con h4 {
  width: 720px;
  font-size: 14px;
  color: #777777;
  margin-top: 12px;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .we-shop-all .inner-detail-c-all .inner-detail-c-l .inner-detail-c-l-con h4 {
    width: 100%;
  }
}
.we-shop-all .inner-detail-c-all .inner-detail-c-l .inner-detail-c-l-con-article {
  width: 100%;
  margin-top: 24px;
}
.we-shop-all .inner-detail-c-all .inner-detail-c-l .inner-detail-c-l-con-article p {
  font-size: 15px;
  color: #222222;
  margin-bottom: 12px;
  line-height: 26px;
}
.we-shop-all .inner-detail-c-all .inner-detail-c-l .inner-detail-c-l-con-article img {
  font-size: 0;
  margin-bottom: 12px;
  width: 100%;
  border-radius: 8px;
}
.we-shop-all .inner-detail-c-all .inner-detail-c-l .inner-detail-c-l-href {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 36px;
  border-radius: 6px;
  font-size: 13px;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  margin-top: 24px;
  transition: 0.2s ease-in-out;
}
.we-shop-all .inner-detail-c-all .inner-detail-c-l .inner-detail-c-l-href:hover {
  color: #ffffff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.we-shop-all .inner-detail-c-all .inner-detail-c-l .inner-detail-c-l-con-ud {
  margin-top: 24px;
}
.we-shop-all .inner-detail-c-all .inner-detail-c-l .inner-detail-c-l-con-ud a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 36px;
  border-radius: 6px;
  font-size: 13px;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.we-shop-all .inner-detail-c-all .inner-detail-c-r {
  width: 320px;
  box-sizing: border-box;
  border-left: 1px solid #dddddd;
}
@media (max-width: 640px) {
  .we-shop-all .inner-detail-c-all .inner-detail-c-r {
    width: 100%;
  }
}
.we-shop-all .inner-detail-c-all .inner-detail-c-r .inner-detail-c-r-s {
  padding: 0 20px;
  margin-bottom: 32px;
}
.we-shop-all .inner-detail-c-all .inner-detail-c-r .inner-detail-c-r-s h3 {
  font-size: 18px;
  color: #222222;
  position: relative;
}
.we-shop-all .inner-detail-c-all .inner-detail-c-r .inner-detail-c-r-s h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: -23px;
  width: 5px;
  height: 28px;
  background-color: var(--primary-color);
}
.we-shop-all .inner-detail-c-all .inner-detail-c-r .inner-detail-c-r-s .inner-detail-c-r-s-subs {
  margin-top: 16px;
}
.we-shop-all .inner-detail-c-all .inner-detail-c-r .inner-detail-c-r-s .inner-detail-c-r-s-subs a {
  display: block;
  font-size: 14px;
  color: #777777;
  margin-bottom: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.2s ease-in-out;
}
.we-shop-all .inner-detail-c-all .inner-detail-c-r .inner-detail-c-r-s .inner-detail-c-r-s-subs a:hover {
  transform: translateX(-8px);
  color: var(--primary-color);
}
.we-shop-all .about-us-profile-all {
  width: 100%;
  margin: 24px 0 48px;
}
.we-shop-all .about-us-profile-all .about-us-profile-img {
  width: 480px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
  font-size: 0;
}
.we-shop-all .about-us-profile-all .about-us-profile-img img {
  width: 100%;
  height: 100%;
}
.we-shop-all .about-us-profile-all .about-us-profile-con {
  width: 680px;
  font-size: 15px;
  color: #222222;
}
.we-shop-all .about-us-profile-all .about-us-profile-con p {
  text-align: justify;
  margin-bottom: 8px;
  line-height: 26px;
  text-indent: 24px;
}
.we-shop-all .about-us-profile-all .about-us-profile-con p span {
  font-weight: bold;
  color: #222222;
}
.we-shop-all .about-us-profile-all .com-course-all {
  width: 100%;
  height: 440px;
  background-image: url("https://jsslk.com/css/img/img/com-cor-licheng.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
.we-shop-all .about-us-profile-all .com-course-all ul li {
  position: absolute;
  width: 200px;
}
.we-shop-all .about-us-profile-all .com-course-all ul li h3 {
  font-size: 20px;
  color: var(--primary-color);
  margin-bottom: 8px;
}
.we-shop-all .about-us-profile-all .com-course-all ul li p {
  font-size: 14px;
  color: #777777;
  margin-bottom: 8px;
}
.we-shop-all .about-us-profile-all .com-course-all ul li:nth-child(1) {
  bottom: 40px;
  left: 30px;
}
.we-shop-all .about-us-profile-all .com-course-all ul li:nth-child(2) {
  top: 40px;
  left: 100px;
}
.we-shop-all .about-us-profile-all .com-course-all ul li:nth-child(3) {
  bottom: 40px;
  left: 270px;
}
.we-shop-all .about-us-profile-all .com-course-all ul li:nth-child(4) {
  top: 40px;
  left: 360px;
}
.we-shop-all .about-us-profile-all .com-course-all ul li:nth-child(5) {
  bottom: 20px;
  left: 510px;
}
.we-shop-all .about-us-profile-all .com-course-all ul li:nth-child(6) {
  top: 40px;
  left: 650px;
}
.we-shop-all .about-us-profile-all .com-course-all ul li:nth-child(7) {
  bottom: 40px;
  left: 750px;
}
.we-shop-all .about-us-profile-all .com-course-all ul li:nth-child(8) {
  top: 40px;
  left: 910px;
}
.we-shop-all .about-us-profile-all .com-course-all ul li:nth-child(9) {
  bottom: 60px;
  left: 1000px;
}
@media (max-width: 640px) {
  .we-shop-all .about-us-profile-all .com-course-all {
    display: none;
  }
}
.we-shop-all .about-us-profile-all .com-course-all-m {
  display: none;
  padding: 0 16px;
}
.we-shop-all .about-us-profile-all .com-course-all-m ul li {
  margin-bottom: 24px;
  text-align: left;
}
.we-shop-all .about-us-profile-all .com-course-all-m ul li h3 {
  font-size: 17px;
  color: var(--primary-color);
  margin-bottom: 8px;
}
.we-shop-all .about-us-profile-all .com-course-all-m ul li p {
  font-size: 14px;
  color: #777777;
}
@media (max-width: 640px) {
  .we-shop-all .about-us-profile-all .com-course-all-m {
    display: block;
  }
}


.p-ad-all {
  margin: 64px 0 0;
  width: 100%;
  background-image: linear-gradient(to right, #0c71f5, #2dacfd);
}
.p-ad-all .p-ad-inner-bg {
  width: 100%;
  height: 120px;
  background-position: left;
  background-size: 90%;
  background-repeat: no-repeat;
  background-image: url("https://jsslk.com/css/img/img/ad-bg.png");
}
.p-ad-all .p-ad-inner-bg .p-ad-inner-con {
  font-size: 18px;
  color: #ffffff;
}
@media (max-width: 640px) {
  .p-ad-all .p-ad-inner-bg .p-ad-inner-con {
    font-size: 18px;
  }
}
.p-ad-all .p-ad-inner-bg .p-ad-inner-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 40px;
  border-radius: 24px;
  background-image: linear-gradient(#fff, #cbf0ff);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  color: #2dacfd;
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 640px) {
  .address-map {
    width: 100%;
  }
}

/*# sourceMappingURL=inner.css.map */
