.custom-gradient {

  background-image: url('/v2/img/event_parnama/bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height:700px;
}


.w-6\/10 {

  width: 55%;
}

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

.upper-section {
  position: relative;
}


.overlay-section {
  
}

.overlay-div {
  width: 65%;
  margin-top: 3rem;
  opacity: 0.95;

}

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

.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;
  border-radius: 41px;
  border: 1px solid #C2070C;
  color: #C2070C;
}

.arrow-up-right:hover {
  background-color: #C2070C;
  color: white;
}

.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: linear-gradient(194deg, #FFC54E 0%, #FFE497 100%);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  color: black;
  font-weight: bold;
}

.input-wrapper {
  display: flex;
  align-items: center;
  padding: 0;
  /* 去除边距 */
  border-radius: 40px;
  background-color: white;

}

.input-wrapper label {
  background-color: #2F4F87;
  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;
}

.parnama—container {
  max-width: 800px;
  margin: 30px auto;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.parnama—banner {
  background-color: #d32f2f;
  color: white;
  padding: 15px 20px;
  text-align: right;
}

.parnama—banner h1 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

.parnama—banner p {
  margin: 5px 0 0;
  font-size: 14px;
  opacity: 0.9;
}

.parnama—content {
  padding: 30px;
}

.parnama—section-title {
  color: #d32f2f;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.parnama—requirements {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.requirements li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 40px;
  line-height: 1.5;
}

.requirements li:before {
  content: attr(data-number);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #d32f2f;
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
}

.bg-red-bgright {
  background-color: #C2070C;
  text-align: right;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.bg-red-bg {
  background-color: #C2070C;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.bg-red-num {
  background-color: #C61A1F
}

.section-title2 {
  color: #000000;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;

  padding-bottom: 8px;
}

.section-title2::after {
  content: " ——";
  color: #ccc;
  font-size: 18px;
  margin-bottom: 30px;
}

.space-x-2 {
  margin-right: 20px;
}

.text-white-800 {
  color: white;
}

.tracking-normal h4 {
  margin-left: -80px;
  background-color: #C2070C;
  width: 150px;
  text-align: center;
  padding: 8px 16px;
  border-radius: 50px;
  
}

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

.tracking-normal h4:before,
.tracking-normal h4:after {
  content: "";
  position: absolute;
  left: 50%;
  z-index: -1;
  width: 1px;
  height: 100px;
  background-color: #C2070C;
}
.tracking-normal-end:before,
.tracking-normal-end:after {
  content: "";
  position: absolute;
  left: 50%;
  z-index: -1;
  width: 1px;
  height: 100px;
  top: 40px; /* 红线在标题上方 */
  background-color: #C2070C;
}
.tracking-normal h4:before {
  top: -100px; /* 红线在标题上方 */
}

.tracking-normal h4:after {
  bottom: -50px; /* 红线在标题下方 */
}
.my-16{
  margin: 4rem 0;
}