<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clearFix {
  *zoom: 1;
}

.clearFix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.after:after {
  content: "";
  display: block;
}

.before::before {
  content: "";
  display: block;
}

.transition-03 {
  transition: all 0.3s;
}

.caseWrap .boxWrap {
  padding: 20px 14px;
}

.case_detailsWrap .boxWrap .caseDetailstitle {
  text-align: center;
  margin-top: 40px;
}
.case_detailsWrap .boxWrap .caseDetailstitle h4 {
  font-size: 18px;
  color: #18171D;
  font-weight: normal;
}
.case_detailsWrap .boxWrap .caseDetailstitle .Label {
  margin: 15px auto;
}
.case_detailsWrap .boxWrap section {
  padding: 17px 14px;
}
.case_detailsWrap .boxWrap .one .caseDetailsSwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.case_detailsWrap .boxWrap .one .caseDetailsSwiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
}
.case_detailsWrap .boxWrap .one .caseDetailsSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #4164FF;
}
.case_detailsWrap .boxWrap .one .box ul {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case_detailsWrap .boxWrap .one .box ul li {
  width: 50%;
  margin-bottom: 6px;
  font-size: 14px;
  color: #666;
}
.case_detailsWrap .boxWrap .one .box h4 {
  font-size: 18px;
  color: #2A2929;
  font-weight: normal;
  position: relative;
  padding-bottom: 15px;
  text-align: center;
  margin-bottom: 15px;
}
.case_detailsWrap .boxWrap .one .box h4::after {
  content: "";
  display: block;
  height: 2px;
  width: 20px;
  background-color: #D2A97E;
  position: absolute;
  bottom: 0;
  left: calc(50% - 10px);
}
.case_detailsWrap .boxWrap .one .box .txtBox p {
  line-height: 2;
  font-size: 14px;
  color: #666;
  position: relative;
}
.case_detailsWrap .boxWrap .one .box .txtBox p span {
  color: #D2A97E;
  display: none;
  align-items: center;
  position: absolute;
  bottom: -3px;
  right: 0;
  background-color: #fff;
  line-height: 1.4;
}
.case_detailsWrap .boxWrap .one .box .txtBox p span::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #D2A97E;
  margin-left: 2px;
}
.case_detailsWrap .boxWrap .one .box .txtBox p span::before {
  content: "...";
  display: inline-block;
  font-size: 16px;
  color: #666;
  margin-right: 5px;
}
.case_detailsWrap .boxWrap .one .box .txtBox p.hide {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.case_detailsWrap .boxWrap .one .box .txtBox p.hide span {
  display: inline-flex;
}
.case_detailsWrap .boxWrap .two .boxWrap {
  padding-top: 20px;
  display: flex;
}
.case_detailsWrap .boxWrap .two .boxWrap .imgBox {
  width: 50%;
}
.case_detailsWrap .boxWrap .two .boxWrap .imgBox img {
  width: 100%;
}
.case_detailsWrap .boxWrap .two .boxWrap .txtBox {
  background-color: #fff;
  width: 50%;
  padding: 12px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.case_detailsWrap .boxWrap .two .boxWrap .txtBox .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case_detailsWrap .boxWrap .two .boxWrap .txtBox .tit h4 {
  font-size: 18px;
  color: #18171D;
  font-weight: normal;
}
.case_detailsWrap .boxWrap .two .boxWrap .txtBox .tit .Label {
  font-size: 14px;
  width: 60px;
  padding: 3px 0;
  color: #A2A2A2;
}
.case_detailsWrap .boxWrap .two .boxWrap .txtBox .tit .Label::before {
  background-image: url("../img/x1.png");
  position: relative;
  top: 1px;
}
.case_detailsWrap .boxWrap .two .boxWrap .txtBox .txt p {
  font-size: 12px;
  color: #666;
  line-height: 1.8;
}
.case_detailsWrap .boxWrap .two .boxWrap .txtBox .btnBox &gt; * {
  display: block;
  width: 100%;
  height: 27px;
  font-size: 12px;
  border: 1px solid #4164FF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case_detailsWrap .boxWrap .two .boxWrap .txtBox .btnBox #ejectBtn {
  color: #fff;
  background-color: #4164FF;
  text-transform: uppercase;
}
.case_detailsWrap .boxWrap .two .boxWrap .txtBox .btnBox .zp {
  margin-top: 5px;
  color: #4164FF;
  box-sizing: border-box;
}
.case_detailsWrap .boxWrap .three .boxWrap {
  padding-top: 20px;
}/*# sourceMappingURL=case.css.map */</pre></body></html>