.main {

  background: #FFF;
}
.banner-form__field {
  margin-top: 20px;
}


.arrow-up-right {
  display: flex;
  align-items: center;
  border-radius: 41px;
  border: 1px solid #C2070C;
  color: #C2070C;
}

.arrow-up-right:hover {
  background-color: #C2070C;
  color: white;
}
.my-top {
  margin-top: 100px;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.banner-form__field {
  position: absolute;
  bottom: 20px;
  left: 10%;
  transform: translateX(-10%);
}

.project_dec {
  margin-left: 15%;
  width: 70%;
  text-align: center;
}

.circle {
  height: 30px;
  width: 30px;
  background-color: #1D7EC5;
  border-radius: 50%;
  position: relative;
}

.circle::before {
  content: "1";
  color: white;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}


.circle2 {
  height: 30px;
  width: 30px;
  background-color: #1D7EC5;
  border-radius: 50%;
  position: relative;
}

.circle2::before {
  content: "2";
  color: white;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}

.circle3 {
  height: 30px;
  width: 30px;
  background-color: #1D7EC5;
  border-radius: 50%;
  position: relative;
}

.circle3::before {
  content: "3";
  color: white;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}


.circle4 {
  height: 30px;
  width: 30px;
  background-color: #1D7EC5;
  border-radius: 50%;
  position: relative;
}

.circle4::before {
  content: "4";
  color: white;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}

.bg-contact {
  background: url('/v2/img/event_rural/bg-contact.png') no-repeat 0 0 / cover;
  /* background-image: url('/v2/img/event_rural/bg-contact.png'); */
}

.target {

  background: #FFF;

  padding-top: 20px;
}

.target__title {
  text-align: left;
  margin-left: 8%;
  margin-bottom: 1vw;
  font-weight: bold;
}

.target__desc {

  text-align: left;
  margin-left: 8%;
  color: #C2070C;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
}


.target__list {

  color: #3a3333;
  font-weight: 500;
  padding: 0 8%;
}

.target__list .red {
  color: #f73535;
}

.target__button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  align-items: center;
}
.target__button button {

  font-weight: 600;
  font-size: 18px;
  width: 80%;
  cursor: pointer;
}



.advantage_title {
  background-color: white;
  width: 30%;
  color: #5b6fb4;
  size: 1.5rem;
  border-radius: 1.42rem;

  text-align: center;
  margin: 20px 0 10px 0;
}

.advantage_desc {

  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 600;
  text-align: left;

}

.customer-img1 {
  width: 85%;
  margin-top: 20px;
  margin-left: 8%;
}

.customer-img2 {
  width: 85%;
  margin-left: 8%;
  margin-top: -30px;
}

.customer-img3 {
  width: 85%;
  margin-left: 8%;
  margin-top: -30px;
}
.w-apply {
  width: 76%;
  margin-left: 12%;
}

.custom-p::before {
  content: '★';
  color: inherit;
  font-size: 1.7rem;
  margin-right: 0.5rem;
}
.rect-with-triangle {
  margin-left: 10px;
  position: relative;
  background-color: #CF282F;
  color: white;
  border-radius: 10px;
  display: inline-block;
}

.rect-with-triangle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 7px 0;
  border-color: transparent #CF282F transparent transparent;
  transform: translateY(-50%);
}
 .w-apply__desc{
  background: linear-gradient( 42deg, #405896 0%, #405896 34%, #5672C2 100%);
  width: 86%;
  margin-left: 7%;
  border-radius: 20px;
  padding: 30px;
  color: #FFF;
 }
 .chooise-item span {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 1.15rem;
  line-height: 1.5rem;
  text-align: left;
  font-style: normal;
}

.chooise-item .num {
  font-family: AkkuratPro, AkkuratPro;
  font-weight: bold;
  font-size: 28px;
  color: #2BCDF4;
  line-height: 34px;
  text-align: left;
  margin-right: 10px;
  font-style: normal;
}
.list-disc {
  padding: 10px 0px 10px 25px;
  list-style: disc;
  font-size: 1.15rem;
  line-height: 1.5rem;
}
.project {
  color: #FFF;
  padding-left: 3rem;
  padding-right: 3rem;
  background: linear-gradient( 195deg, #5C79B7 0%, #2F4481 100%);
}
.icon-img1{
  margin-right: 5px;
  width: 80px;
}

.bg-apply2{
  height: 80px;
  background: linear-gradient( 17deg, #E0FFBE 0%, rgba(48,223,253,0.92) 62%, #57B9C6 100%);
opacity: 0.96;
}
.bg-apply2 p{
  font-family: Lato, Lato;
  font-weight: 900;
  font-size: 56px;
  color: #FFFFFF;
  letter-spacing: 4px;
  text-align: center;
  line-height: 80px;
  font-style: normal;
}
.process{
  height: 300px;
}
.process .item-img{
  display: flex;
  flex-direction: column;
  width: 20%;
  margin: 0 10px;
}
.item-img p {
  font-weight: 600;
  font-size: 16px;
}

.item-img p span {
  display: block;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      width: 200%;
      font-size: 13px;
      font-weight: 500;
      color: rgb(0, 0, 0);
      text-align: center;
}
.icon_title{
  align-items: flex-start;
}
.right_icon{
  width: 35px;
}
.px-8{
  padding-left: 4rem;
  padding-right: 4rem;
}

 /* 设置 item-img 容器为相对定位 */
 .item-img {
  position: relative;
}

/* 在每个 item-img 容器的右侧创建连接线 */
.item-img:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 26%;
  right: -2rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 2px;

  border-top: 3px dotted #bebebe; /* 使用 dotted 样式创建点点线 */
}

/* 为图片容器添加样式，方便观察 */
.box {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box img {
  max-width: 100%;
  max-height: 100%;
}
.project-items{
  align-items: flex-start; 
  margin-left: 30px;
}
.project-items p{
  opacity: 0.8;
}
/* 媒体查询，当屏幕宽度小于 375px 时应用以下样式 */
@media (max-width: 400px) {
  .icon-img1 {
      width: 70px;
    }
  }

  
.w-28 {
  width: 7rem;
}

.text-intro {
  margin-top: 6rem;
  color: #FFF;
  margin-left: 2rem;
  margin-right: 1rem;
}

.tracking-normal h4 {
  position: relative; /* 为伪元素定位提供参照 */
  margin-left: 0px;
  background-color: #C2070C;
  width: 150px;
  text-align: center;
  padding: 8px 16px;
  border-radius: 50px;
  color: white; /* 确保文字可见 */
}
.ml-8 {
  margin-left: 20px;
}

.welfare{
  width: 95%;
}
.ml-10{
  margin-left: 5%;
}
.text-desc {
  width: 60%;
  margin-left: 40%;
  text-align: left;
  margin-bottom: 12%;
}
.text-desc2 {
  width: 60%;
  text-align: left;
  margin-bottom: 12%;
}