.alert_wrap .pro_sec3_txt {
  position: relative;
}
.alert_wrap .arrow_icon {
  position: absolute;
  bottom: -0.58rem;
  left: 1rem;
  transform: translateY(100%);
}
.alert_img_list {
  box-shadow: 0 0 0.28rem 0.07rem #e3eaf3;
  border-radius: 0.2rem;
  overflow: hidden;
}
.alert_img_list img {
  box-shadow: none;
  border-radius: 0;
}

/* 鏍稿績浼樺娍 */
.card-contain {
  gap: 0.45rem;
  align-items: stretch;
}
.card-k2 {
  min-width: 3.21rem;
  flex: 1 1;
  background: #fff;
  padding: 0.4rem 0.4rem 0 0.4rem;
}
.card-k2 .icon {
  display: inline-block;
  width: 0.26rem;
  height: 0.26rem;
  color: #2C64E5;
}
.card-k2 .t {
  font-weight: bold;
  font-size: 0.2rem;
  color: #0B0E48;
  margin: 0.6rem 0 0.4rem;
}
.card-k2 ul {
  font-weight: 400;
  font-size: 0.17rem;
  color: #0B0E48;
  line-height: 26px;
  opacity: 0.98;
}
.card-k2 li {
  margin: 0 0 0.3rem 0.2rem;
  list-style: disc;
  word-break: break-all;
}
.card-k2 li::marker {
  color: #2C64E5;
}

/* 搴旂敤鍦烘櫙 */
.app-scenarios {
  align-items: stretch;
}
.app-scenarios .left {
  width: 8.2rem;
  padding: 0.68rem;
  margin-right: 0.18rem;
  background: #F2F6FF;
  border-radius: 0.3rem;
  border: 1px solid #EDF3FB;
}
.app-scenarios .left .t {
  font-weight: bold;
  font-size: 0.35rem;
  color: #0B0E48;
}
.app-scenarios .left .d {
  font-weight: bold;
  font-size: 0.2rem;
  color: #2C64E5;
  margin: 0.5rem 0 0.3rem;
}
.app-scenarios .left ul {
  font-size: 0.17rem;
  color: #0B0E48;
  line-height: 0.26rem;
  opacity: 0.98;
  margin-bottom: 0.15rem;
  padding-bottom: 0.52rem;
  border-bottom: 1px solid #CAD7EB;
}
.app-scenarios .left li {
  list-style: disc;
  margin-bottom: 0.30rem;
  margin-left: 0.15rem;
}
.app-scenarios .left li:last-child {
  margin-bottom: 0;
}
.app-scenarios .left li::marker {
  color: #2C64E5;
}

.app-scenarios .right {
  width: 5.8rem;
  padding: 0.68rem 0.55rem;
  background: linear-gradient(-35deg, #2C64E5 0%, #6296FF 100%);
  border-radius: 0.30rem;
  border: 1px solid #EDF3FB;
  color: #FFFFFF;
}
.app-scenarios .right .t {
  font-weight: bold;
  font-size: 0.35rem;
  color: #FFFFFF;
  margin-bottom: 0.50rem;
}
.app-scenarios .right .d {
  font-weight: bold;
  font-size: 0.20rem;
  margin-bottom: 0.40rem;
}
.app-scenarios .right .label-a3 {
  font-weight: bold;
  font-size: 0.17rem;
  line-height: 0.26rem;
  margin: 0.30rem 0 12px;
}
.app-scenarios .right li {
  font-weight: 400;
  font-size: 0.17rem;
  color: #FFFFFF;
  line-height: 0.26rem;
  opacity: 0.9;
  list-style: disc;
  margin-left: 0.20rem;
}
.app-scenarios .right li::marker {
  color: #F4C356;
}

/* 瀹㈡埛妗堜緥 */
.case-wrap .container_pub {
  align-items: flex-start;
  justify-content: space-between;
}
.case_l {

}
.arrow_icon {
  gap: 0.3rem;
}
.arrow_icon > div {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.arrow_icon .l,
.arrow_icon .r {
  border: 1px solid #B0B1B5;
  background: #fff;
}
.arrow_icon .l:hover,
.arrow_icon .r:hover {
  border: none;
  color: #fff;
  background-color: #2C64E5;
}

.arrow_icon svg {
  width: 0.20rem;
  height: 0.20rem;
}
.arrow_icon .l svg {
  transform: rotate(180deg);
}

.case_r {
  width: 679px;
}
.case_r .label_j1 {
  margin-bottom: 32px;
  font-weight: bold;
  font-size: 20px;
  color: #2C64E5;
}
.case_r .list_one li {
  margin-bottom: 10px;
  margin-left: 20px;
  list-style: disc;
  font-weight: 400;
  font-size: 17px;
  color: #0B0E48;
  line-height: 26px;
  opacity: 0.98;
}
.case_r .list_one li::marker {
  color: #2C64E5;
}
.case_r .list_one li:last-child {
  margin-bottom: 0;
}
.case_r .line {
  height: 1px;
  background: #CAD7EB;
  margin: 50px 0;
}
.case_r .num_list p:first-child {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 17px;
  color: #2C64E5;
  line-height: 26px;
}
.case_r .num_list p:last-child {
  margin-bottom: 35px;
  font-weight: 400;
  font-size: 17px;
  color: #0B0E48;
  line-height: 26px;
  opacity: 0.98;
}