.custom-gradient {
  background: linear-gradient(180deg, #EEEEEE 0%, #FFFFFF 100%);
  padding-bottom: 110px;
}


.w-6\/10 {

  width: 55%;
}

.w-4\/10 {
  width: 40%;
}

.upper-section {
  position: relative;
}


.overlay-section {
  position: relative;
  top: -50px;
  background: linear-gradient(180deg, #EEEEEE 0%, #FFFFFF 100%);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  width: 65%;
  margin: 0 auto;
  z-index: 1;
}

.overlay-div {
  border-radius: 25px;
}

.text-red-800 {
  color: #CE1E00;
}

.bg-blue-600 {
  background: linear-gradient(200deg, #769ADB 0%, #4260B5 100%);
  margin-top: 20px;
  position: relative;



  height: 37px;

  border-radius: 41px;
}

.banner-form__field {
  margin-top: 20px;
}
.application{
  margin-left: 15%;
}
.arrow-up-right {
  display: flex;
  align-items: center;
}

.section-projects {
  align-items: baseline;
  text-align: center;
  width: 65%;
  margin: auto;

}

.section-projects__desc {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #999999;
  line-height: 25px;
  font-style: normal;
}

.section-title {
  text-align: center;
  margin-bottom: 30px;
}

.card {

  width: 1/3;
  margin: 0 10px;
}

.card-img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.recommend-degree {
  text-align: center;
  margin-bottom: 10px;
}

.field-title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
}

/* 为 li 元素添加伪元素前置 ★ */
.custom-list li::before {
  content: '★';
  color: inherit;
  font-size: 1.8rem;
  margin-right: 0.5rem;
}

.rect-with-triangle {
  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%);
}

.chooise-item span {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 20px;
  text-align: left;
  font-style: normal;
}

.chooise-item .num {
  font-family: AkkuratPro, AkkuratPro;
  font-weight: bold;
  font-size: 20px;
  color: #CF282F;
  line-height: 34px;
  text-align: left;
  margin-right: 5px;
  font-style: normal;
}

.shadow-underline-with-gap {
  display: inline-block;
  box-shadow: 0 -1px #CF282F inset;
  padding-bottom: 10px;
  text-decoration: none;
}

.list-disc {
  list-style: disc;
}

.advantage-session  {
  background: linear-gradient( 195deg, #5C79B7 0%, #2F4481 100%);
}
.advantage-list {

 margin: 0 auto;
}

.custom-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.border-right{
  border-right: 1px solid  rgba(255, 255, 255, 0.18); /* 使用rgba设置白色边框并设置透明度为0.18 */
  height: 170px;
}
.border-right::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 50%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.18);
}
.process-session .border-dotted{
  border-bottom: 7px dotted red;
}


.process-session  {
  background: #FFFFFF;
  color: #000000;
}
.custom-icon2 {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
}
.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}

.process-step::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 1px;
  background-color: #ccc;
  z-index: -1;
}

.process-step:last-of-type::after {
  display: none;
}

.process-step-number {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #ccc;
  margin-top: 10px;
}

.process-session .advantage-list{

  align-items: normal;
}


.box {
  display: inline-block;
  position: relative;
}

.box:not(:first-child)::before{
  content: '';
  position: absolute;

  opacity: 0.9216;
  top: 50px;
  left: 2%;
  border-bottom: 7px dotted #D3D3D3;
  width: 30%; /* 连接线的宽度 */
  height: 1px; /* 连接线的高度，可以根据需要调整 */

}
.box:not(:last-child)::after {
  content: '';
  position: absolute;
  opacity: 0.9216;
  top: 50px;
  right: 2%;
  border-bottom: 7px dotted #D3D3D3;
  width: 30%; /* 连接线的宽度 */
  height: 1px; /* 连接线的高度，可以根据需要调整 */
}

.box-number {
  position: absolute;
  right: -14px;
  top: 10px;
  background-color:#CFCFCF;
  color: white;
  padding: 6px 4px;
  border-radius: 6px;
  display: inline-block;
  transform: rotate(45deg);
  line-height: 1;
  width: 30px;
  height: 30px;
  text-align: center;
  align-items: center;
}

.box-number span {
  display: inline-block;
  transform: rotate(-45deg);
}
.name-mobile-form button {
  background-color: #308EFF;
  color: white;
  font-weight: bold;
}
.input-wrapper {
  display: flex;
  align-items: center;
  padding: 0;
  /* 去除边距 */
  border-radius: 40px;
  background-color: white;

}

.input-wrapper label {
  background-color: #308eff;
  color: white;
  width: 6rem;
  text-align: center;
  margin: auto;
  padding: 5px 10px;
  line-height: 40px;
  border-radius: 40px;
  font-weight: bold;
  font-size: 1.2rem;
}

.input-wrapper input {
  flex: 1;
  height: 40px;
  border: none;
  background-color: transparent;
  outline: none;
  font-size: 1rem;
}

.icon_title{
  align-items: flex-start;
}
.right_icon {
  width: 30px;
}
.pl-desc {
  padding-left: 3rem;
  font-size: 16px;
  line-height: 20px;
}