:root {
  --mainColor: rgb(229, 1, 18);
  --bg-img:
    linear-gradient(91deg, #e4873c 0%, #294797 100%),
    linear-gradient(#2650d8, #2650d8);
}
.flex {
  display: flex;
}
.flex-c {
  display: flex;
  align-items: center;
}
.com-cards {
  width: 73.3%;
  margin: 0 auto;
}
.com-ls30,
.com-ls30 p,
.com-ls30 span,
.com-ls30 div {
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
.tranImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.5s;
}
.hoverImg:hover img {
  transform: scale(1.2);
}
.com-tls {
  font-size: 32px;
  color: #000;
  font-weight: 600;
  text-align: center;
}
.com-tls.left {
  text-align: left;
}
.gradient-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.gradient-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: var(--bg-img);
  opacity: 0.1;
  z-index: -1;
}

.iderCaseDelBox2 {
  width: 100%;
  height: auto;
  padding: 3% 0;
}
.iderCaseDelBox2 .img {
  width: 55%;
  height: auto;
  overflow: hidden;
  margin-left: 4%;
  border-radius: 10px;
}

.iderCaseDelBox2 .title {
  width: 92%;
  margin: 0 auto;
  margin-top: 2%;
  text-align: center;
}
.iderCaseDelBox2Swiper .text {
  flex: 1;
}
.iderCaseDelBox2 .text .com-tl {
  padding-right: 4%;
}
.iderCaseDelBox2 .text {
  flex: 1;
}
.iderCaseDelBox2 .text ul {
  margin: 25px 0 40px 0;
}
.iderCaseDelBox2Con {
  width: 100%;
  margin-top: 4%;
}
.iderCaseDelBox2 .text ul li {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.iderCaseDelBox2 .text ul li strong {
  color: var(--mainColor);
}

.iderCaseDelBox7 {
  width: 100%;
  height: auto;
  padding: 4% 0;
  background-color: #eee;
}
.iderCaseDelBox7 .con,
.iderCaseDelBox8 .con {
  height: auto;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #e5e5e5;
  margin: 0 auto;
  width: 65%;
  margin-top: 3.5%;
}
.iderCaseDelBox8 .con .text {
  padding: 4% 3%;
  text-align: center;
}

.iderCaseDelBox7 .top {
  width: 100%;
  padding-bottom: 0.15rem;
  padding-top: 0.4875rem;
  border-bottom: 1px solid #e5e5e5;
}

.iderCaseDelBox7 .con .com-ls30 {
  padding: 4%;
}
.iderCaseDelBox7 .con .com-ls30 strong {
  color: var(--mainColor);
}
.iderCaseDelBox4 {
  width: 100%;
  height: auto;
  padding: 5% 0;
}

.iderCaseDelBox4Con {
  width: 100%;
  height: auto;
  margin-top: 4%;
}
.iderCaseDelBox4Con .item {
  width: 100%;
  height: auto;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.iderCaseDelBox4Con .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.iderCaseDelBox4Con .item:nth-child(2n) .text {
  padding: 0 0 0 5%;
}
.iderCaseDelBox4Con .item a {
  color: var(--mainColor);
  font-weight: 700;
}
.iderCaseDelBox4Con .item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
.iderCaseDelBox4Con .item .text {
  flex: 1;
  padding-right: 5%;
}

.iderCaseDelBox4Con .item .img {
  width: 55%;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
}

.iderCaseDelBox6 {
  width: 100%;
  height: auto;
  padding: 2% 0;
}
.iderCaseDelBox6 .img {
  width: 58%;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
  margin-left: 10px;
}
.iderCaseDelBox6 .text {
  flex: 1;
  height: auto;
  padding: 3%;
}
.iderCaseDelBox6 .text .com-ls30 {
  margin-top: 15px;
}

.iderCaseDelBox8 {
  width: 100%;
  padding: 4% 0;
  height: auto;
}
.iderCaseDelBox8 .text {
  width: 100%;
  margin-top: 3.5%;
}
.iderCaseDelBox8 .con .text strong,
.iderCaseDelBox8 .con .text a,
.iderCaseDelBox9 .com-ls30 a,
.iderCaseDelBox9 .com-ls30 strong {
  color: var(--mainColor);
}

.iderCaseDelBox9 .img {
  margin: 0 10px 0 0;
}
