: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: 100%;
  margin-top: 3.5%;
}
.iderCaseDelBox8 .con .text {
  padding: 3%;
  text-align: center;
}.iderCaseDelBox8 .con .com-ls30{
	text-align: left;
}

.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: 0.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;
}
	.caseDelBox1 {
				width: 100%;
				height: auto;
				padding: 4% 0;
			}

			.caseDelBox1 .com-cards {
				display: flex;
				align-items: center;
			}

			.caseDelBox1 .lts {
				flex: 1;
			}

			.caseDelBox1 .lts form {
				display: grid;
				gap: 2% 3%;
				grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
			}

			.caseDelBox1 .lts .item {
				width: 100%;
				display: grid;
				grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
				gap: 0 3%;
			}

			.caseDelBox1 .lts input {
				display: block;
				width: 100%;
				height: 45px;
				border-radius: 5px;
				font-size: 16px;
				color: #000;
				padding-left: 10px;
				border: 1px solid #eee;
			}

			.caseDelBox1 .lts textarea {
				display: block;
				font-size: 16px;
				color: #000;
				width: 100%;
				height: 120px;
				border-radius: 5px;
				padding: 10px 0 0 10px;
				border: 1px solid #eee !important;
			}

			textarea:focus,
			input:focus {
				border-color: #E50112 !important;
			}

			.caseDelBox1 .lts button {
				width: 30%;
				height: 45px;
				display: block;
				line-height: 45px;
				border: none;
				font-size: 18px;
				background-color: #E50112;
				color: #fff;
				text-align: center;

				margin: 0 auto;
				margin-top: 3%;
			}

			.caseDelBox1 .lts .title {
				font-size: 32px;
				color: #000;
				text-align: center;
				margin-bottom: 3%;
			}

			.caseDelBox1 .text {
				width: 30%;
				margin-left: 5%;
			}

			.caseDelBox1 .text li {
				position: relative;
				font-size: 18px;
				color: #000;
				margin-bottom: 2%;
				padding-left: 23px;
			}

			.caseDelBox1 .text li::before {
				position: absolute;
				top: 0;
				left: 0;
				display: block;
				content: '\2713';
				font-size: 21px;
				color: #E50112;
			}

@media screen and (max-width: 1600px) {
  .com-cards {
    width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1300px) {
  .com-tls {
    font-size: 24px;
  }
}
@media screen and (max-width: 992px) {
  .com-tls ,
  .caseDelBox1 .lts .title{
    font-size: 18px;
  }
  .iderCaseDelBox2 .title {
    width: 100%;
  }
  .ocm-ls30 {
    line-height: 26px;
  }
  .iderCaseDelBox2Con,
  .caseDelBox1 .com-cards{
    flex-wrap: wrap;
  }
  .iderCaseDelBox2Con {
    margin-top: 0;
  }
  .iderCaseDelBox2Con .text,
  .caseDelBox1 .text,
  .caseDelBox1 .lts{
    width: 100%;
    flex: none;
  }.caseDelBox1 .text{
	  margin:  15px 0 0 ;
  }
  .iderCaseDelBox2Con .img {
    width: 100%;
    margin: 15px 0 0;
    height: auto;
  }
  .iderCaseDelBox2 .text ul {
    margin: 10px 0;
  }
  .iderCaseDelBox2 .text ul li {
    font-size: 14px;
    line-height: 25px;
    padding: 5px 0;
  }
  .com-ls30 {
    font-size: 14px !important;
    line-height: 25px !important;
  }  .caseDelBox1 .text{
	  margin-top: 30px;
  }
  .caseDelBox1 .text{} li {
      font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .iderCaseDelBox4Con .item,
  .iderCaseDelBox6 .com-cards {
    flex-wrap: wrap;
  }
  .iderCaseDelBox4Con .item .text,
  .iderCaseDelBox6 .text {
    flex: none;
    width: 100%;
  }.caseDelBox1 .lts form,
  .caseDelBox1 .lts .item{
	  gap: 0;
  }
  .caseDelBox1 .lts button {
      width: 100%;
  }
  
    .caseDelBox1 .lts .item  input{
		margin-bottom: 3%;
	}
  .caseDelBox1 .lts .item {
      grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
 
  }
  .iderCaseDelBox4Con .item .img,
  .iderCaseDelBox6 .img {
    width: 100%;
    margin-top: 15px;
  }
}
@media screen and (max-width: 420px) {
	.cate3_ul li{
		width: 100% !important;
		margin:  0 0 12px 0 !important;
	}
}