
.case-1 {
  padding-top: 1.28rem;
  padding-bottom: 1.15rem;
}
.case-1 .tags {
  text-align: center;
  margin-bottom: 0.6rem;
}
.case-1 .tags .ti {
  position: relative;
  display: inline-block;
  color: #666;
  padding: 0.09rem 0;
  margin: 0 0.5rem;
}
.case-1 .tags .ti:hover {
  color: #333;
  font-weight: 600;
}
.case-1 .tags .ti.on {
  color: #333;
  font-weight: 600;
}
.case-1 .tags .ti.on::before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #007bff;
}
@media (max-width: 900px) {
  .case-1 {
    padding-top: 0.6rem;
  }
  .case-1 .tags .ti {
    margin: 0.1rem;
  }
}

.case-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.1rem;
}
.case-list .li {
  width: 30.9523809524%;
  margin-right: 3.5714285714%;
  margin-bottom: 0.6rem;
}
.case-list .li:nth-child(3n) {
  margin-right: 0;
}
.case-list .dd {
  display: block;
  background-color: #fff;
  height: 100%;
  box-shadow: 0 0 0.2rem rgba(0, 123, 255, 0.15);
  border-radius: 0.2rem;
  overflow: hidden;
}
.case-list .dd:hover .img img {
  transform: scale(1.1);
}
.case-list .dd:hover .btn {
  background-color: #007bff;
  color: #fff;
}
.case-list .dd:hover .ic {
  background-image: url(/static/home/images/icon-2.png);
}
.case-list .img {
  position: relative;
  padding-top: 53.8461538462%;
  overflow: hidden;
}
.case-list .text {
  padding: 0.36rem 0.3rem 0.34rem;
}
.case-list .h3 {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.case-list .d2 {
  color: #666;
  line-height: 1.75;
  height: 5.25em;
  margin-top: 0.11rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.case-list .btn {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.17rem 0.42rem;
  box-shadow: 0 0 0 1px inset #007bff;
  color: #007bff;
  border-radius: 1rem;
  margin-top: 0.25rem;
  transition: all 0.3s;
}
.case-list .ic {
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background-image: url(/static/home/images/icon-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 900px) {
  .case-list {
    justify-content: space-between;
  }
  .case-list .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .case-list .h3 {
    -webkit-line-clamp: 2;
  }
  .case-list .d2 {
    height: auto;
    -webkit-line-clamp: 2;
  }
}

.com-pag {
  display: flex;
  justify-content: center;
}
.com-pag.bgfff .p_a {
  background-color: #fff;
}
.com-pag .p_a {
  width: 0.6rem;
  height: 0.6rem;
  min-width: 30px;
  min-height: 30px;
  margin: 0 0.1rem;
  line-height: 1;
  border-radius: 1rem;
  color: #666;
  background-color: #f2f2f2;
}
.com-pag .btn {
  background-size: 26.6666666667% auto;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}
.com-pag .btn span {
  display: block;
  text-align: center;
}
.com-pag .btn:hover {
  background-color: #007bff;
  transition: all 0.3s;
}
.com-pag .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.com-pag .num:hover, .com-pag .num.on {
  background-color: #007bff;
  color: #fff;
  box-shadow: none;
  transition: all 0.3s;
}
.com-pag .prev {
  background-image: url(/static/home/images/icon-p11.png);
}
.com-pag .prev:hover {
  background-image: url(/static/home/images/icon-p12.png);
}
.com-pag .next {
  background-image: url(/static/home/images/icon-p21.png);
}
.com-pag .next:hover {
  background-image: url(/static/home/images/icon-p22.png);
}
.com-pag .prev1 {
  background-image: url(/static/home/images/icon-p11.png);
}
.com-pag .prev1:hover {
  background-image: url(/static/home/images/icon-p12.png);
}
.com-pag .prev2 {
  background-image: url(/static/home/images/icon-p13.png);
}
.com-pag .prev2:hover {
  background-image: url(/static/home/images/icon-p14.png);
}
.com-pag .next1 {
  background-image: url(/static/home/images/icon-p21.png);
}
.com-pag .next1:hover {
  background-image: url(/static/home/images/icon-p22.png);
}
.com-pag .next2 {
  background-image: url(/static/home/images/icon-p23.png);
}
.com-pag .next2:hover {
  background-image: url(/static/home/images/icon-p24.png);
}
.com-pag .te {
  width: auto;
  padding: 0 0.2rem;
  display: inline-flex;
  align-items: center;
}
.com-pag .ip {
  width: 0.44rem;
  height: 0.44rem;
  min-width: 30px;
  min-height: 30px;
  background-color: #fff;
  border: 1px solid #e9ecf2;
  text-align: center;
  margin: 0 0.5em;
  padding: 0 5px;
}
.com-pag input::-webkit-outer-spin-button,
.com-pag input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.com-pag input[type=number] {
  -moz-appearance: textfield;
}
