.wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

.banner .background-image {
  width: 100%;
  height: auto;
  display: block;
}

.banner .content-container {
  position: absolute;
  left: 0;
  width: 90%;
  margin-left: 5%;
  padding: 20px 5%;
  bottom: 1%;
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.73) 100%);
  border-radius: 6px;
}

.banner h2 {
  color: white;
  font-size: 24px;
  margin-bottom: 10px;
  font-family: NotoSansHans, NotoSansHans;
  font-weight: bold;

  color: #FFFFFF;
  line-height: 24px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  text-align: left;
  font-style: normal;
}

.banner .subtitle {
  color: white;
  font-size: 16px;
  margin-bottom: 10px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;

  color: #9C9C9C;
  line-height: 20px;
  text-align: left;
  font-style: normal;
}

.banner hr {
  border: none;
  border-top: 1px solid #ccc;
  background: rgba(206, 206, 206, 0.51);
  margin-bottom: 10px;
  margin: 5px 0;
}

.banner .desc {
  color: white;
  font-size: 16px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;

  color: #FFFFFF;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  opacity: 0.9;
}

.banner .more-link {
  float: inline-end;
  text-decoration: none;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 20px;
  color: #FFF000;
  line-height: 22px;
  text-align: left;
  font-style: normal;
}

/* --------------------------img1---------------------------------- */


.wrapper {
  position: relative;
}

.container_img1 {

  top: 20px;
  margin-left: 10%;
  padding-top: 40px ;
  justify-content: center;
  width:80%;
 
}

.container_img1 .title {

  margin-bottom: 10px;
  font-family: NotoSansHans, NotoSansHans;
  font-size: 24px;
  right: 10%;
  color: #FFFFFF;
  line-height: 28px;
  font-weight: 600;
  text-align: right;
  font-style: normal;

  text-shadow: 0px 2px 3px rgba(0,0,0,0.13);


}

.container_img1 .subtitle {
  margin-bottom: 10px;
  font-family: NotoSansHans, NotoSansHans;
  font-size: 20px;
  right: 10%;
  color: #FFFFFF;
  font-weight: 600;
  text-align: right;
  font-style: normal;
  line-height: 20px;
  text-shadow: 0px 2px 3px rgba(0,0,0,0.13);

  
}

.container_img1 .target-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 4rem;
}
.container_img1 .target-grid2 {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 3rem;
}

.container_img1 .target-grid .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%; /* 可根据需要调整宽度 */

  box-sizing: border-box;
}
.container_img1 .target-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}


.container_img1 .number-container .number {
  position: absolute;
  color: yellow;
  justify-content: center;
  align-items: center;
  opacity: 0.35;
  font-size: 6.5rem;
  font-weight: bold;

}


.container_img1 .number-container {
  width: 100%;
  text-align: center;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 6vw;
  /* 可根据实际需要调整容器的高度 */
  position: relative;
  /* 作为绝对定位的父元素 */
}

.container_img1 .number-container .number-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  /* 让.number-wrapper 占据.number-container 的剩余空间 */
}



.container_img1 .number-container .title {
  margin: 0;
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;

  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #000000;
  line-height: 23px;

  font-style: normal;
}
.container_img1 .target-grid .number-container .title {
  margin: 0;
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;

  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #000000;
  line-height: 28px;

  font-style: normal;
}
.container_img1 .target-grid2 .number-container .title {
  margin: 0;
  font-size: 24px;
  color: #fff;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  text-align: center;

  color: #FFFFFF;
  line-height: 28px;
  text-shadow: 0px 2px 4px rgba(0,0,0,0.5);

  font-style: normal;
}
.content-container {
  width: 100%;
  text-align: center;
}

.container_img1 .target-grid .description {
  text-align: justify;

}

.container_img1 .target-grid2 .description {
  text-align: center;
  color: #fff;
  margin-left: 20%;
  margin: 10px 10px;
}


/* -----------------img2------------------------*/


.container_img2 {

  top: 20px;
  left: 15%;
  background-color: #f0f2f5;
  padding: 20px;
}

.container_img2 .title {

  font-family: AlibabaPuHuiTi_3_95_ExtraBold;
  font-size: 26px;
  right: 10%;
  color: #000;
  font-weight: 600;
  line-height: 39px;
  text-align: center;
  font-style: normal;
}

.container_img2 .subtitle {


  margin-bottom: 20px;

  opacity: 0.67;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 17px;
  color: #9C9C9C;
  line-height: 17px;
  text-align: center;
  font-style: normal;
}

.container_img2 .target-grid {
  display: grid;
  width: 80%;
  margin: 25px 0 0 50px;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.container_img2 .target-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;

}


.container_img2 .item {
  display: flex;
  align-items: center;

  color: white;
  border-radius: 5px;

  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.container_img2 .item .number-container {
  width: 31px;
  height: 30px;
  background: linear-gradient(40deg, #FFF000 0%, #FF8717 100%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;

  margin-right: -20px;
  
  z-index: 2;
}

.container_img2 .item .number {
  font-size: 24px;
  font-style: oblique;
  font-weight: bold;
  padding-right: 2px;
  opacity: 0.95;
}

.container_img2 .item .text-container {
  background: linear-gradient(196deg, #163065 0%, #3D4553 100%);
  border-radius: 1px 56px 56px 1px;
  padding: 2px 30px 2px 30px;
  opacity: 0.8;
}

.container_img2 .item .text-container .text {
  font-size: 16px;

}

.container_img2 .item .content-container {
  width: 100%;

  /* 这里可以添加其他样式，例如设置内边距、边框等 */
}

.container_img2 .description {
  margin: 0px 0px 0 0;
  font-family: NotoSansHans, NotoSansHans;
  font-weight: 600;
  font-size: 15px;

  color: #000000;
  line-height: 22px;
  text-align: left;
  font-style: normal;
}

.container_img2 .description_left {
  margin: 0px 10rem 0 0;
  color: #fff;

}

/* --------------application-------------------- */

.application .title {

  font-family: AlibabaPuHuiTi_3_95_ExtraBold;
  font-size: 26px;
  right: 10%;
  color: #fff;
  font-weight: 600;
  line-height: 39px;
  text-align: center;
  font-style: normal;
  opacity: 0.95;
}

.application .subtitle {
  margin-bottom: 20px;

  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 17px;
  color: #9C9C9C;
  line-height: 17px;
  text-align: center;
  font-style: normal;
}


.application .d1 {
  font-size: 20px;
  font-weight: bold;

  color: #FFDC00;
}
.application button {
  background: -webkit-linear-gradient(194deg, #FFC54E 0%, #FFE497 100%);
  background: linear-gradient( 194deg, #FFC54E 0%, #FFE497 100%);
  color: black;
  height: 35px;
  width: 200px;
  line-height: 35px;
  font-weight: bold;
}
.application .more-link {

  text-decoration: none;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 20px;
  margin-top: -10px;
  color: #FFF000;
  line-height: 22px;
  text-align: left;
  font-style: normal;
}
#underline {
  height: 5px;
  background-color: #FFDC00;
  width: 80px;
  margin-top: -2px;

  position: absolute;
}

.application .d1 .d1desc {
  margin-left: 15px;
  margin-bottom: 10px;
}

.application .requirement-list {
  color: #fff;
  list-style-type: initial;
  /* 使用十进制数字作为列表项标记 */
  padding-left: 20px;
  /* 给列表项左侧添加一些内边距，使数字不紧贴边缘 */
  font-size: 14px;
  /* 设置列表字体大小 */
}

.application .requirement-list li {
  margin-bottom: 10px;
  /* 设置列表项之间的底部外边距，增加间距 */
}

/* ------------process */
.process {
 background-color: #f5f5f5; 
}
.process .title {
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.process .subtitle {
  font-size: 1.5vw;

}
.risk-warning {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: white;
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 12px;
  letter-spacing: 2px;
  text-align: left;
  font-style: normal;
  opacity: 0.46;
}

/* ------------project */

.project {
  margin-top: 2rem;
}

.process .title-top{
  background: linear-gradient(  #576A7F 0%, rgba(35,43,59,0.86) 100%);
  border-radius: 0px 1px 0px 0px;
  opacity: 0.98;
}
.project .title {

  font-family: NotoSansHans, NotoSansHans;
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  line-height: 36px;

  text-align: center;
  font-style: normal;
}

.project .subtitle {
  margin-bottom: 20px;

  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 17px;
  color: #9C9C9C;
  line-height: 17px;
  margin-top: 5px;  
  text-align: center;
  font-style: normal;
}

.project .grid-divider {
  border-left: 1px dashed white;
  height: 100%;
  width: 0;
  grid-column: 2/3;
  /* 调整分隔线占用的网格列数 */
}

.project .grid-container {
  display: grid;
  background-image: url('/v2/img/event_america_eb-5/project_bg.png');
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 20px;
  color: white;

  background-size: cover;
}

.project .grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 20px 10px 10px 10px;
}

.project .grid-item img {

  height: 58.44px;
  margin-bottom: 10px;
}

.project .grid-item h3 {
  font-family: NotoSansHans, NotoSansHans;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 20px;
  text-shadow: 0px 2px 4px rgba(0,0,0,0.3);
  text-align: center;
  font-style: normal;
  opacity: 0.95;
}

.project .grid-item p {
  margin-top: 5px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
  text-shadow: 0px 2px 4px rgba(0,0,0,0.3), 0px 1px 3px rgba(255,255,255,0.31);
  text-align: center;
  font-style: normal;
  opacity: 0.95;
}

.project .grid-item small {
  font-size: 12px;
  color: #FFE900;
}


.qusition .icon {
  width: 40px;
}

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

}

.input-wrapper label {
  background-color: rgba(47, 79, 135, 1);
  color: white;
  width: 6rem;
  text-align: center;
  margin: auto;
  padding: 5px 10px;
  height: 35px;
  border-radius: 40px;
  font-weight: bold;
  font-size: 1.0rem;
}

.input-wrapper .label2 {
  background-color: rgba(47, 79, 135, 1);
  color: white;
  width: 10rem;
  text-align: center;
  margin: auto;
  padding: 5px 5px;
  height: 35px;
  border-radius: 40px;
  font-weight: bold;
  font-size: 1.0rem;
}

.input-wrapper input {
  flex: 1;

  border: none;
  background-color: transparent;
  outline: none;
  font-size: 1rem;
}

.name-mobile-address {}

.name-mobile-address button {
  background: linear-gradient(194deg, #FFC54E 0%, #FFE497 100%);
  color: white;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
}

.bg-no-repeat .desc {
  color: rgb(0, 0, 0);
  padding-left: 30px;
}

.custom-select {

  background-position: right 10px center;
  /* 调整箭头图标的位置 */
  background-size: 15px;
  /* 调整箭头图标的大小 */
  padding-right: 20px;
  /* 为箭头图标留出空间 */
  width: 70%;
  height: 30px;
  /* 自定义高度 */
}

.nameaddressform {
  height: 150px;
}
/* question */


.question .number-container {
  width: 31px;
  height: 30px;
  background: linear-gradient( 53deg, rgba(77,129,180,0) 0%, #32506B 100%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.question .number {
  font-size: 24px;
  font-style: oblique;
  font-weight: bold;
  padding-right: 2px;
  opacity: 0.95;
}


.name-mobile-form input,.name-mobile-form select {

  height: 44px;
}

@media (max-width: 380px) {
  body {
    .banner .desc {
      color: white;
      font-size: 12px;
     
  }
  }
}