.real-case .PCB-product-filter {
  padding-bottom: 19px;
}

.real-case-list {
  padding-top: 34px;
  display: grid;
  grid-template-columns: repeat(4, 305px);
  gap: 21px 20px;
}

.real-case-list__item {
  /* height: 260px; */
  background: #ffffff;
  box-shadow: 0px 0px 29px 0px rgba(4, 38, 94, 0.08);
  border-radius: 16px;
}

.real-case-list__item:hover {
  box-shadow: 0px 0px 42px 0px rgba(4, 38, 94, 0.16);
}
.real-case-list__item:hover .picture .expand {
  display: flex;
}

.real-case-list__item .picture {
  position: relative;
  width: 100%;
  height: 228px;
}

.real-case-list__item .picture img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.real-case-list__item .picture .expand {
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(
    0deg,
    #262626 0%,
    rgba(38, 38, 38, 0) 88%,
    rgba(38, 38, 38, 0) 100%
  );
  border-radius: 0px 0px 16px 16px;
  padding: 20px 20px 20px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #ffffff;
  font-size: 12px;
  display: none;
}

.real-case-list__item .picture .expand__top {
  display: flex;
  justify-content: space-between;
  padding-left: 5px;
}

.real-case-list__item .picture .expand__top ul {
  display: flex;
}

.real-case-comment .content .tag li,
.real-case-list__item .picture .expand__top div,
.real-case-list__item .picture .expand__top li {
  height: 15px;
  line-height: 15px;
  background: #7f879e;
  padding: 0 4px;
  border-radius: 2px;
}

.real-case-list__item .picture .expand__top li + li {
  margin-left: 4px;
}

.real-case-comment .content,
.real-case-comment .info,
.real-case-list__item .picture .expand__bottom {
  display: flex;
  justify-content: space-between;
}

.real-case-comment .content .user,
.real-case-list__item .picture .expand__bottom .user,
.real-case-list__item .picture .expand__bottom .other {
  display: flex;
  align-items: center;
}
.real-case-comment .content .user,
.real-case-list__item .picture .expand__bottom .user,
.real-case-list__item .picture .expand__bottom .other i {
  vertical-align: baseline;
  font-size: 11px;
}

.real-case-comment .content .user,
.real-case-list__item .picture .expand__bottom .user,
.real-case-list__item .picture .expand__bottom .other .icon-yanjing {
  font-size: 14px;
  vertical-align: baseline;
}

.real-case-list__item .picture .expand__bottom .user img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 4px;
}

.real-case-list__item .picture .expand__bottom .other li + li {
  margin-left: 10px;
}

.real-case-list__item .content {
  padding: 12px 20px 36px 16px;
}

.real-case-list__item .content .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 13px;
}

.real-case-list__item .content .star {
  display: flex;
  align-items: center;
  height: 17px;
  line-height: 17px;
}
.real-case-list__item .content .star .iconfont {
  color: #ff9500;
  font-size: 17px;
  margin-right: 5px;
}

.real-case-list__item .content .date {
  font-size: 12px;
  line-height: 17px;
  color: #bfc3ce;
}

.real-case-list__item .title {
  /* padding: 18px 18px 16px; */
  /* line-height: 12px; */
}

.real-case-more {
  padding: 74px 0 80px;
}

.sub {
  color: #d5dcf3;
}

.real-case-detail {
  display: flex;
  justify-content: space-between;
  margin: 40px auto 25px;
}

.real-case-detail__left {
  flex: 1;
  padding-right: 80px;
}

.real-case-comment {
  margin-bottom: 40px;
}

.real-case-comment .info .star {
  display: flex;
  align-items: center;
  height: 17px;
  line-height: 17px;
}
.real-case-comment .info .star .iconfont {
  color: #ff9500;
  font-size: 17px;
  margin-right: 5px;
}

.real-case-comment .info .date {
  font-size: 14px;
  line-height: 17px;
  color: #bfc3ce;
}

.real-case-comment .info .date span:nth-child(2) {
  margin-left: 9px;
}

.real-case-comment .info .date span:nth-child(3) {
  margin-left: 20px;
}

.real-case-comment .content {
  margin-top: 26px;
  align-items: flex-start;
}

.real-case-comment .content .user {
  width: 110px;
}

.real-case-comment .content .user img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 12px;
}

.real-case-comment .content .other {
  flex: 1;
}

.real-case-comment .content .text {
  font-size: 16px;
  line-height: 24px;
}

.real-case-comment .content .tag {
  display: flex;
  padding-left: 5px;
  font-size: 12px;
  color: #ffffff;
  margin-top: 17px;
}

.real-case-comment .content .tag li + li {
  margin-left: 6px;
}

/* .real-case-comment .content .tag li {} */
.real-case-detail__right {
  width: 350px;
  height: 664px;
  background: #dcf0ff url("./../images/process/bg-title-circuit-2.png")
    no-repeat;
  background-position: left bottom 30px;
  /* background: #fff url("./../images/pricing/电路板元素.png"); */
  border-radius: 16px;
  padding: 33px 36px;
  color: #04265e;
}
.real-case__right-title .title {
  font-weight: bold;
  font-size: 26px;
  line-height: 26px;
}
.real-case__right-title .title-sub {
  font-size: 22px;
  line-height: 22px;
  margin: 8px 0 44px;
}

.real-case__right-content .title {
  position: relative;
  padding-left: 15px;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 3px;
}
.real-case__right-content .title ::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 20px;
  background: #1953ff;
}
.real-case__right-content .__field {
  margin-top: 12px;
  height: 44px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}
.real-case__right-content .__field .label {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #7f879e;
}
.real-case__right-content .__field > input {
  width: 100px;
}
.real-case__right-content .__field > input.width {
  text-align: right;
  border-left: #7f879e solid 1px;
}
.real-case__right-content .__field .custom-select {
  flex: 1;
  text-align: right;
}
.real-case__right-content .__field .custom-select .select-val {
  height: 44px;
  line-height: 44px;
}
.real-case__right-content .pcs-option-panel {
  left: initial;
  right: -16px;
}
/* ----- */

.real-case__right-content ._btn {
  margin-top: 25px;
  width: 100%;
  height: 44px;
  background: #1969fa;
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
}
.real-case__right-content ._btn:hover {
  background: #0a3ac9;
}

.real-case-thumbs-up {
  text-align: center;
}

.real-case-thumbs-up .thumbs-up {
  cursor: pointer;
  background: #1969fa;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  margin: 30px auto 0;
}
.real-case-thumbs-up .thumbs-up i {
  font-size: 23px;
}

.real-case-thumbs-up .thumbs-up:hover {
  background: #0a3ac9;
}

.real-case-thumbs-up ul {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}

.real-case-thumbs-up ul li {
  font-size: 14px;
  color: #7f879e;
}
.real-case-thumbs-up ul li i {
  vertical-align: baseline;
  font-size: 11px;
}
.real-case-thumbs-up ul li .icon-yanjing {
  font-size: 9px;
  vertical-align: middle;
}

.real-case-thumbs-up ul li + li {
  margin-left: 10px;
}

.real-case-thumbs-up ul li span {
  margin-left: 3px;
}

.real-case-title {
  font-size: 22px;
  line-height: 22px;
  padding-left: 15px;
  position: relative;
}

.real-case-title::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 20px;
  background: #1969fa;
  left: 0;
  top: 1px;
}

.swiper {
  width: 100%;
  /* width: 850px; */
  height: 515px;
  border-radius: 16px;
}

.swiper img {
  border-radius: 16px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 1;
  border-radius: 50%;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1969fa;
  border-radius: 50%;
  position: relative;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  border: 2px solid #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.swiper-button-next {
  right: 41px;
}
.swiper-button-prev {
  left: 41px;
}

.pb-90 {
  padding-bottom: 90px;
}
