
.banner-img {
  height: 800px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  .marginAuto {
    padding-top: 86px;
    height: 100%;
    .text-box {
      height: 100%;
      .text {
        max-width: 960px;
        font-size: 48px;
        color: #ffffff;
        font-family: "Poppins-Bold";
      }
    }
  }
}
.page-content {
  padding: 100px 0;
  background-color: #ffffff;
  .marginAuto {
    .left {
      flex: 1;
      .title {
        font-size: 48px;
        color: #000000;
        font-family: "Poppins-Bold";
        padding-bottom: 48px;
      }
      .cell {
        max-width: 448px;
        padding-bottom: 24px;
        .label {
          font-size: 16px;
          color: #999999;
          font-family: "Poppins-Regular";
        }
        .value {
          font-size: 18px;
          color: #000000;
          font-family: "Poppins-Regular";
        }
      }
    }
    .right {
      .title {
        font-size: 48px;
        color: #000000;
        font-family: "Poppins-Bold";
        padding-bottom: 48px;
      }
      .form {
        .button {
          width: 178px;
          height: 58px;
          background: #000000;
          border-radius: 30px;
          line-height: 58px;
          text-align: center;
          font-size: 16px;
          color: #ffffff;
          font-family: "Poppins-Regular";
          border: none;
          margin-top: 28px;
          cursor: pointer;
        }
        .button:hover {
          background: #192F58;
        }
        .list {
          width: 100%;
          .label {
            font-size: 16px;
            color: #666666;
          }
          .min {
            margin-top: 12px;
            margin-right: 20px;
          }
          .cell {
            width: 50%;
            padding-right: 24px;
            position: relative;
            .select {
              height: 54px;
              border-bottom: 1px solid #DDDDDD;
              .text {
                color: #999999;
                font-size: 16px;
                font-family: "Poppins-Regular";
              }
              .down {
                width: 20px;
                height: 20px;
                background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1IDcuNUwxMCAxMi41TDUgNy41IiBzdHJva2U9IiM5OTk5OTkiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
              }
            }

          }
          input {
            height: 54px;
            border: none;
            width: 100%;
            border-bottom: 1px solid #DDDDDD;
          }
          ::placeholder {
            color: #999999;
            font-size: 16px;
            font-family: "Poppins-Regular";
          }
          .cell:nth-child(2n) {
            padding-right: 0;
          }
        }
      }
    }
  }
}
@media only screen and (max-width: 1440px) and (min-width:1200px) {
  .banner-img {
    height: 700px;
    .marginAuto {
      .text-box {
        .text {
          font-size: 40px;
        }
      }
    }
  }
}
@media only screen and (max-width: 1200px) and (min-width:1024px) {
  .banner-img {
    height: 500px;
    .marginAuto {
      .text-box {
        .text {
          font-size: 34px;
        }
      }
    }
  }
}
@media only screen and (max-width: 1024px) and (min-width:0px) {
  .banner-img {
    height: 500px;
    .marginAuto {
      padding-top: 48px;
      .text-box {
        .text {
          font-size: 24px;
          max-width: 100%;
        }
      }
    }
  }
  .page-content {
    padding: 40px 0;
    .marginAuto {
      display: block;
      .left {
        flex: 1;
        .title {
          font-size: 32px;
          padding-bottom: 20px;
        }
        .cell {
          max-width: 100%;
          padding-bottom: 24px;
          .label {
            font-size: 14px;
          }
          .value {
            font-size: 14px;
          }
        }
      }
      .right {
        .title {
          font-size: 32px;
          padding-bottom: 20px;
        }
        .form {
          .list {
            width: 100%;
            display: block;
            .cell {
              width: 100%;
              padding-right: 0;
              .select {
                height: 50px;
                .text {
                  font-size: 14px;
                }
              }
            }
            input {
              height: 50px;
              font-size: 14px;
            }
            ::placeholder {
              font-size: 14px;
            }
            .cell:nth-child(2n) {
              padding-right: 0;
            }
          }
        }
      }
    }
  }
}



@media only screen and (max-width: 1200px) {
	
}
@media only screen and (max-width: 950px) {

}




@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 950px) {

}










