/* 表单区域 */
.page {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.section_1_1 {
  width: 100%;
  height: auto;
  background-size: 100% 100%;
}

/*.banner {*/
/*  position: relative;*/
  /* background: url("/images/banner-25.jpg") no-repeat center/cover; */
/*  height: 450px;*/
/*  width: 100%;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  text-align: center;*/
/*}*/

/*.bannerImg {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*}*/

/*.banner h1 {*/
/*  font-size: 2.5vw;*/
/*  font-family: var(--font-family);*/
/*  font-weight: 900;*/
/*  color: #ffffff;*/
/*  margin-bottom: 1.5rem;*/
/*      margin-top: 5%;*/
/*      position: relative;*/
/*}*/

/*.banner p {*/
/*  font-size: 0.83vw;*/
/*  font-family: var(--font-family);*/
/*  font-weight: 400;*/
/*  color: #ffffff;*/
/*  position: relative;*/
/*}*/

.form-container {
  display: flex;
  max-width: 1500px;
  margin: 5.15vw auto 125px;
  padding: 0 20px;
  gap: 40px;
  overflow: hidden;
}

.form-section {
  flex: 1;
  /* background: white; */
  border-radius: 8px;
  padding: 2.5rem;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
}

.info-section {
  flex: 0 0 46%;
  /* background: #fafafa; */
  border-radius: 8px;
  padding: 2.5rem;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); */
}

.section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 34px;
  padding-bottom: 23px;
  border-bottom: 3px solid #fad02c;
  width: max-content;
}

.section-title h2 {
  font-size: 1.56vw;
  font-family: var(--font-family);
  font-weight: bold;
  color: #222222;
}

.company-badge {
  display: flex;
  align-items: center;
  gap: 10px;
}

.company-badge img {
  width: 30px;
  height: 30px;
}

.company-badge span {
  font-size: 1.56vw;
  font-family: var(--font-family);
  font-weight: bold;
  color: #222222;
}

.form-description {
  color: #555;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 60px;
  font-family: var(--font-family);
}

.form-group {
  margin-bottom: 1.5rem;
}

#country {
  margin-bottom: 53px;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 1.5rem;
}

.form-col {
  flex: 1;
}

label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.83vw;
  font-family: var(--font-family);
  color: #222;
  font-weight: bold;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-family: var(--font-family);
  font-size: 0.9rem;
  background-color: transparent;
  transition: all 0.3s ease;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #fad02c;
  box-shadow: 0 0 0 2px rgba(250, 208, 44, 0.2);
}

.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.checkbox-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.checkbox-item input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
}

.checkbox-item label {
  margin-bottom: 0;
  flex: 1;
}

.btn {
  display: inline-block;
  background-color: #fad02c;
  color: #222;
  border: none;
  border-radius: 6px;
  padding: 15px 26px;
  font-size: 14px;
  font-family: var(--font-family);
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  width: max-content;
}

.btn:hover {
  background-color: #e6c01e;
  transform: translateY(-2px);
}

.btn-block {
  display: block;
  /*width: 100%;*/
  /*padding: 15px 26px;*/
  /*width: 150px;*/
  /*height: 55px;*/
}

.privacy-note {
  font-size: 0.83vw;
  color: #888;
  line-height: 1.6;
  margin-top: 55px;
  /* text-align: center; */
  font-family: var(--font-family);
}

.info-card {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.info-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
  font-size: 0.9rem;
  font-family: var(--font-family);
  font-weight: 400;
  color: #555;
  line-height: 1.6;
}
.info-content img,
.info-content video{
   max-width: 100%;
   display: block;
   margin: 15px 0;
}
/*.info-content h3 {*/
/*  font-size: 1.56vw;*/
/*  font-family: var(--font-family);*/
/*  font-weight: 400;*/
/*  color: #222;*/
/*  margin-top: 44px;*/
/*}*/

/*.info-content p {*/
/*  font-size: 0.83vw;*/
/*  font-family: var(--font-family);*/
/*  font-weight: 400;*/
/*  color: #555;*/
/*  line-height: 1.6;*/
/*  margin-top: 27px;*/
/*  margin-bottom: 45px;*/
/*}*/

.highlight {
  color: #0d67cd;
  font-weight: 600;
}
@media only screen and (max-width:1560px) {
    /*.info-content p{*/
    /*    font-size: 1vw;*/
    /*    line-height: 1.4vw;*/
    /*}*/
    label,
    .privacy-note{
        font-size: 1vw;
    }
    .form-container{
        max-width: 1150px;
    }
}
/* 响应式设计 */
/*@media (max-width: 1200px) {*/
/*  .form-container {*/
/*    flex-direction: column;*/
/*  }*/
/*  .info-section {*/
/*    flex: 1;*/
/*  }*/
/*}*/

/*@media (max-width: 768px) {*/
/*  .banner h1 {*/
/*    font-size: 24px;*/
/*  }*/

/*  .banner p {*/
/*    font-size: 14px;*/
/*  }*/

/*  .section-title h2,*/
/*  .company-badge span,*/
/*  .info-content h3 {*/
/*    font-size: 18px;*/
/*  }*/

/*  .info-content p,*/
/*  .form-description {*/
/*    font-size: 14px;*/
/*  }*/
/*}*/

/*@media (max-width: 576px) {*/
/*  .form-row {*/
/*    flex-direction: column;*/
/*    gap: 15px;*/
/*  }*/
/*  .form-section,*/
/*  .info-section {*/
/*    padding: 1.5rem;*/
/*  }*/
/*}*/
.label1 {
  margin-bottom: 28px;
}
.details {
  margin-top: 35px;
}
#details {
  margin-top: 7px;
  margin-bottom: 27px;
}
.source {
  margin-bottom: 11px;
}
#source {
  margin-bottom: 31px;
}
.btn-2 {
  width: 260px;
  height: 45px;
}
@media only screen and (max-width:960px) {
    .form-container{
        max-width: 92%;
        width: 92%;
        margin: 0 auto;
        padding: 60px 0;
        gap: unset;
        overflow: hidden;
        display: block;
    }
    .form-section{
     border-radius: 0px;
     padding: 0;
    }
    .section-title h2{
        font-size: 20px;
    }
    .section-title{
        padding-bottom: 10px;
        width: max-content !important;
        max-width: 100%;
        margin: 0 !important;
    }
    .form-description{
        margin: 20px 0 30px 0;
        font-size: 14px;
        line-height: 20px;
    }
    .form-row{
        gap:unset;
        margin-bottom: 20px;
        justify-content: space-between;
    }
    .form-col{
        width: calc((100% - 14px) / 2);
        flex: unset;
    }
    label, .privacy-note{
        font-size: 14px;
    }
    label{
        margin-bottom: 10px !important;
    }
    input, select, textarea{
    width: 100%;
    height: 36px;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: var(--font-family);
    font-size: 14px;
    }
    .form-group{
        margin-bottom: 25px;
    }
    #country{
        margin-bottom: 0px;
    }
    .checkbox-group{
        gap: unset;
    }
    .checkbox-item{
        justify-content: space-between;
    }
    .checkbox-item:not(:first-of-type){
        margin-top: 15px;
    }
    .checkbox-item input{
        width: 16px;
        height: 16px;
        margin-top: 0;
    }
    .checkbox-item label{
        width: calc(100% - 25px);
        flex: unset;
        margin: 0 !important;
    }
    .details{
        margin-top: 0;
    }
    textarea{
        height: 80px;
    }
    #details{
        margin: 0 !important;
    }
    #source{
        margin-bottom: 0;
    }
    .btn{
        font-size: 14px;
        padding: 10px 26px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .btn-block{
        width: auto;
        height: auto;
    }
    .privacy-note{
        line-height: 20px;
        margin-top: 30px;
    }
    .info-section{
        padding: 0;
        margin-top: 60px;
    }
    .company-badge span{
        font-size: 20px;
    }
    .info-card{
        gap: unset;
    }
    .info-content{
        gap: unset;
        font-size: 14px;
        line-height: 22px;
    }
    /*.info-content h3{*/
    /*font-size: 16px;*/
    /*margin-top: 15px;*/
    /*}*/
    /*.info-content p{*/
    /*font-size: 14px;*/
    /*font-family: var(--font-family);*/
    /*font-weight: 400;*/
    /*color: #555;*/
    /*line-height: 20px;*/
    /*margin-top: 15px;*/
    /*margin-bottom: 25px;*/
    /*}*/
    .btn-2{
        width: max-content;
        height: max-content;
    }
    .company-badge:not(:first-of-type){
        margin-top: 40px !important;
    }
    
    .form-container.ll .info-section{
        margin-top: 0;
    }
    .form-container.ll .form-section{
        margin-top: 60px;
    }
}