.main-top-box {

  padding: 120px 0 120px 0;

  background-image: url("../images/products-top-background-img.png");

  background-repeat: no-repeat;

  background-size: cover;

  position: relative;

  z-index: 1;

}

.main-top-box::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-color: rgba(0, 0, 0, 0.8);

  z-index: -1;

}

.main-top-text-box {

  width: 60% !important;

  margin: 0 auto;

  display: flex;

  flex-direction: column;

  justify-content: center;

}

.main-top-text-box > h2 {

  color: white;

  text-align: center;

  font-weight: 600;

  font-size: 50px;

  line-height: 60px;

  margin-bottom: 0;

}

.main-box {

  overflow: hidden;

  padding-bottom: 80px;

}

.main-crumbs-box {

  margin-top: 40px !important;

  margin-bottom: 80px;

  display: flex;

  align-items: center;

}

.main-crumbs-box > img {

  width: 20px;

  margin-right: 10px;

}

.main-crumbs-box p {

  margin-bottom: 0 !important;

}



.warranty-policy-box > p {

  text-align: center;

  font-size: 18px;

  margin-bottom: 50px;

  line-height: 30px;

}

.warranty-policy-box > p > a {

  color: #ff4d47 !important;

}

.warranty-policy-box > h2 {

  font-weight: 600;

  font-size: 50px;

  margin: 0 0 10px 0;

  text-align: center;

}

.register-btn-box {

  display: flex;

  justify-content: space-between;

  margin-bottom: 40px;

}

.register-btn-box > div {

  width: 49%;

  background-color: rgb(242, 242, 242);

  padding: 15px 25px;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;

  cursor: pointer;

}

.register-btn-box-active {

  background-color: #ff4d47 !important;

}

.register-btn-box-active > h4,

.register-btn-box-active > p,

.register-btn-box-active > b {

  color: white !important;

}

.register-btn-box > div > h4 {

  font-weight: 600;

  font-size: 26px;

  margin-bottom: 0;

}

#showPartnerBenefits{
  font-size: 18px;
}

.register-btn-box > div:nth-child(1) > p {

  margin-bottom: 0;

}

.register-btn-box > div > p {

  margin: 15px 0;

  line-height: 30px;

  text-align: center;

}

input::placeholder {

  color: #999; /* 灰色 */

  opacity: 1; /* 确保颜色完全显示（部分浏览器默认有透明度） */

}

.warranty-policy-box > div > form {

  border: 2px solid #ddd;

  padding: 30px 50px;

  width: 70%;

  margin: 0 auto;

}

.warranty-policy-box > div > form > div {

  width: 100%;

  margin-bottom: 25px;

  display: flex;

  align-items: center;

  justify-content: space-between;

}

.warranty-policy-box > div > form > div > p {

  margin-bottom: 0;

  font-weight: 600;

  display: flex;

  justify-content: right;

  font-size: 18px;

  width: 20%;

}

.warranty-policy-box > div > form > div > p > span {

  color: #ff4d47;

  margin-right: 5px;

}

.warranty-policy-box > div > form > div > input,

.warranty-policy-box > div > form > div > div > input {

  width: 79%;

  padding: 10px 15px;

  font-size: 18px;

  border: 1px solid #ddd;

}

.warranty-policy-box > div > form > div > div > input {

  width: 100%;

}

.warranty-policy-box > div > form > div > div {

  position: relative;

  width: 79%;

}

.warranty-policy-box > div > form > div > div > img {

  position: absolute;

  right: 20px;

  top: 50%;

  transform: translateY(-50%);

}

.warranty-policy-box > div > form > div:last-child {

  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-bottom: 0;

}

.warranty-policy-box > div > form > div:last-child > button {

  border: 0;

  background-color: #ff4d47;

  color: white;

  font-weight: 600;

  padding: 8px 25px;

  margin-left: 21%;

  font-size: 20px;

}

.warranty-policy-box > div > form > div > div {

  display: flex;

  align-items: center;

}

.warranty-policy-box > div > form > div > select {

  padding: 11px 15px;

  border: 1px solid #ddd;

  width: 79%;

  color: #999;

  font-size: 18px;

}

.warranty-policy-box > div > form > div > div > select {

  padding: 11px 15px;

  border: 1px solid #ddd;

  color: #999;

  font-size: 18px;

}

.warranty-policy-box > div > form > section > p{

    font-weight: 600;

    margin-left: 15px;

}

.warranty-policy-box > div > form > section > p > span{
  color: #ff4d47 !important;
}

.warranty-policy-box > div > form > div:last-child > a {

  color: #ff4d47 !important;

}

/* 自定义上传容器 */

.custom-upload {

  display: flex;

  align-items: flex-start;

  flex-direction: column;

  gap: 16px;

  width: 79%; /* 容器宽度，可调整 */

  cursor: pointer;

  transition: border-color 0.3s ease;

  margin-left: 21%;

  margin-bottom: 30px;

}

.custom-upload:hover {

  border-color: #999;

}



/* + 图标样式 */

.upload-icon {

  width: 80px;

  height: 70px;

  border: 2px solid #ddd;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 24px;

  color: #999;

  transition: all 0.3s ease;

}

.custom-upload:hover .upload-icon {

  border-color: #666;

  color: #666;

}



/* 说明文字样式 */

.upload-info {

  display: flex;

  flex-direction: column;

  gap: 4px;

}

.upload-info strong {

  font-weight: 600;

  color: #333;

}

.upload-info p {

  margin: 0;

  font-size: 16px;

  color: #666;

  line-height: 1.4;

}



/* 隐藏原生 input */

#fileInput {

  display: none;

}



/* 已上传文件预览（可选扩展） */

.uploaded-files {

  margin-top: 16px;

  display: flex;

  gap: 8px;

  flex-wrap: wrap;

}

.uploaded-file {

  display: flex;

  align-items: center;

  gap: 4px;

  padding: 8px 12px;

  background: #f8f8f8;

  border-radius: 4px;

  font-size: 14px;

  color: #333;

}

.uploaded-file img {

  width: 24px;

  height: 24px;

  object-fit: cover;

}

.uploaded-file span {

  cursor: pointer;

  color: #ff4d4d;

  margin-left: 8px;

}

.register-form-bottom-text{

  margin-top: 30px !important;

  width: 60%;

  margin: 0 auto;

}

.register-form-bottom-text > p{

  margin-bottom: 0;

  margin-top: 15px;

}

.register-form-2{

  position: relative;

}

.register-form-2-pop-up-notification{

  position: absolute;

  top: 0;

  left: 50%;

  transform: translateX(-50%);

  background-color: white;

  box-shadow: 6.395px -2.847px 22.68px 4.32px rgba(21, 21, 21, 0.16);

  padding: 40px 60px;

  width: 60%;

  border-radius: 6px;

}

.register-form-2-pop-up-notification > img{

  position: absolute;

  right: 10px;

  top: 10px;

}

.register-form-2-pop-up-notification > h3{

  font-weight: 600;

  margin-bottom: 30px;
  
  font-size: 42px;

  margin-top: 30px;

  text-align: center;

}

.register-form-2-pop-up-notification > P{
  text-align: center;
  font-size: 20px;
}
.register-form-2-pop-up-notification > div{
  margin-top: 30px;
}
.register-form-2-pop-up-notification > div > p{
  display: flex;
  align-items: center;
  font-size: 20px;
}
.register-form-2-pop-up-notification > div > p:last-child{
  margin-bottom: 0;
}
.register-form-2-pop-up-notification > div > p > img{
  margin-right: 10px;
  width: 18px;
}



@media (max-width:1200px) {

    .warranty-policy-box > div > form{

        width: 100%;

    }

}

@media (min-width: 768px) and (max-width: 1023px) {

  .main-crumbs-box {

    margin-bottom: 80px;

  }

  .warranty-policy-box > div > form {

    width: 100%;

  }

  .warranty-policy-box > div > form > div{

    flex-direction: column;

  }

  .warranty-policy-box > div > form > div > p{

    width: 100%;

    justify-content: left;

  }

  .warranty-policy-box > div > form > div > input, .warranty-policy-box > div > form > div > div > input,.warranty-policy-box > div > form > div > div,.warranty-policy-box > div > form > div > select{

    width: 100%;

  }

  .warranty-policy-box > div > form > div:last-child > button,.warranty-policy-box > div > form > section > p,.custom-upload{

    margin-left: 0;

  }

  .warranty-policy-box > div > form > div > p{

    margin-bottom: 5px;

  }

  .register-form-bottom-text{

    width: 100%;

  }

  .register-form-2-pop-up-notification{

    width: 90%;

  }

}



@media (max-width: 580px) {

  .main-top-box {

    padding: 50px 0 50px 0;

  }

  .main-crumbs-box {

    flex-wrap: wrap;

    margin-bottom: 40px;

  }

  .main-crumbs-box p,

  .main-crumbs-box a {

    line-height: 40px;

  }

  .warranty-policy-box > div > form {

    width: 100%;

    padding: 20px 10px;

  }

  .warranty-policy-box > p {

    margin-bottom: 30px;

  }

  .main-box {

    padding-bottom: 60px;

  }

  .warranty-policy-box > div > form {

    width: 100%;

  }

  .warranty-policy-box > div > form > div{

    flex-direction: column;

  }

  .warranty-policy-box > div > form > div > p{

    width: 100%;

    justify-content: left;

  }

  .warranty-policy-box > div > form > div > input, .warranty-policy-box > div > form > div > div > input,.warranty-policy-box > div > form > div > div,.warranty-policy-box > div > form > div > select{

    width: 100%;

  }

  .warranty-policy-box > div > form > div:last-child > button,.warranty-policy-box > div > form > section > p,.custom-upload{

    margin-left: 0;

  }

  .register-btn-box > div{

    width: 100%;

    margin-bottom: 10px;

  }

  .register-btn-box{

    flex-wrap: wrap;

  }

  .register-btn-box > div{

    padding: 15px;

  }

  .warranty-policy-box > div > form > div > p{

    margin-bottom: 5px;

  }

  .register-form-bottom-text{

    width: 100%;

  }

  .register-form-2-pop-up-notification{

    width: 100%;

    padding: 40px 20px;

  }

  .main-top-text-box > h2,.warranty-policy-box > h2,.register-form-2-pop-up-notification > h3{
    font-size: 30px;
    line-height: 40px;
  }

}