
body {
  background: white ;
}
.banner-form__field {
  margin-top: 20px;
}

.arrow-up-right {
  display: flex;
  align-items: center;
}

.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_japan/bg-contact.png') no-repeat 0 0 / cover;
  /* background-image: url('/v2/img/event_japan/bg-contact.png'); */
}

.target {
  width: 90%;
  margin: 20px auto 0 auto;
  padding: 22px;


  text-align: left;
}

.target__title {
  text-align: left;
  margin-left: 0;
  margin-bottom: 8px;
  font-weight: 700;
  color: #222;
}

.target__desc {
  text-align: left;
  margin-left: 0;
  color: #b0b0b0;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.5;
}
.target__desc:nth-child(3) {
  color: #DC3C62;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0;
}
.target__desc:nth-child(4) {
  color: #F85A7A;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.target__list {
  color: #000;
  font-weight: 400;
  padding: 0;
  margin-top: 10px;
  font-size: 0.8rem;
  line-height: 1.8;
  margin-bottom: 16px;
}

.target__list .red {
  color: #f73535;
}

.target__button {
  display: flex;

}
.target__button button {
  position: relative;

  color: white;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  background: linear-gradient( 220deg, #D73366 0%, #D73366 100%);
  border-radius: 41px;
  opacity: 0.92;
}



.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%;
}

.application {
  background: url('/v2/img/event_japan/bg-apply.jpg') no-repeat 0 0 / cover;
  padding-top: 20px;
  background-size: contain;
}
.condition-card {
  margin-left: 2rem;
}
.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;
  line-height: 1.5rem;
  font-size: 16px;
  font-weight: bold;
}
.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{
}
.process .item-img{
  display: flex;
  flex-direction: column;
  width: 20%;
  margin: 0 10px;
}
.item-img p {
  font-weight: 600;
  font-size: 14px;
}

.item-img p span {
  display: block;
    
      width: 200%;
      font-size: 13px;
      font-weight: 500;
      color: #AC0000;
      opacity: 0.9;
      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: -1.6rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 2px;

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

/* 为图片容器添加样式，方便观察 */

.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;
    }
  }

  .applicable {
    margin: 30px 0 0 30px;
    color: white;
    font-size: 17px;
    line-height: 28px;
    opacity: 0.9;
  }
  /* 优势 */
  
.advantages {

  background-position: center calc(100% - 20%);
  background-image: url(/v2/img/event_japan/bgimg4.png);
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 1rem;

  height: 500px;
}

.advantages img {
  padding-top: 120px;
  margin: auto;
  width: 85%;
}
.highlight {
  color: #dc2626;
  font-weight: 500;
}



.quaimg {
  width: 70%;
  margin-left: 30%;
}

.w-28 {
  width: 7rem;
}