.section1 .warp {
  width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
.section1 .warp .top {
  font-size: 22px;
  text-align: center;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.section1 .warp .bottom {
  display: flex;
}
.section1 .warp .bottom .left {
  padding-left: 30px;
  padding-right: 30px;
  width: 50%;
}
.section1 .warp .bottom .right{
  width: 50%;
  padding-left: 30px;
}
.section1 .warp .bottom .left .title {
  font-size: 36px;
  line-height: 30px;
  color: #80726b;
  margin-bottom: 20px;
  text-align: center;
  font-family: 'PO', 'PingFang SC', 'Microsoft YaHei', sans-serif;
}
.section1 .warp .bottom .left .title.aos-animate {
  transition-delay: 0.3s;
}
.section1 .warp .bottom .left .main {
  font-size: 15px;
  color: #80726b;
  line-height: 1.6;
}
.section1 .warp .bottom .left .main p{
  font-family: 'NSC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
}

.section1 .warp .bottom .left .main.aos-animate {
  transition-delay: 0.6s;
}
.section1 .warp .bottom .right {
  display: flex;
  flex-direction: column;
}
.section1 .warp .bottom .right.aos-animate {
  transition-delay: 0.3s;
}
.section1 .warp .bottom .right .captcha {
  display: flex;
  align-items: center;
  width: fit-content;
}
.section1 .warp .bottom .right .captcha .input {
  margin-right: 10px;
  margin-bottom: 0;
}
.section1 .warp .bottom .right button {
  width: fit-content;
  padding: 10px 20px;
  margin-top: 15px;
  background: #636363;
  color: #fff;
  transition: all 0.5s;
}
.section1 .warp .bottom .right button:hover {
  background-color: #868D63;
}
.section1 .warp .bottom .right .input {
  margin-bottom: 10px;
  width: 100%;
  padding: 8px 10px;
  border: 1px solid gray;
  position: relative;
}

.section1 .warp .bottom .right .input .pl{
	position: absolute;
	left:10px;
	top: 50%;
	transform: translateY(-50%);
	color: #999;
	pointer-events: none;
}

.section1 .warp .bottom .right .input .pl span{
	/* color: #dd3d3d;
  font-size: 10px; */
}

.section1 .warp .bottom .right .input.textarea .pl{
  top: 17px;
}

.section1 .warp .bottom .right .input textarea{
  width: 100%;
  border: none;
  height: 120px;
}
.section1 .warp .bottom .right .input input {
  border: none;
}
.section1 .warp .bottom .right .input input::placeholder{
  color: #80726b;
}
/* .section2 {
  background-color: #f3f3f3;
} */
.section2 .warp {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
}
.section2 .warp .img img,
.section2 .warp .img{
  width: 100%;
}
.section2 .warp .right,
.section2 .warp .left {
  width: 50%;
}
.section2 .warp .left {
  text-align: center;
  font-size: 22px;
}
.section2 .warp .right {
  display: flex;
}
.section2 .warp .right .input {
  width: 80%;
  padding: 10px;
  background-color: #fff;
}

.section2 .warp .right .input input {
  width: 100%;
  border: none;
}
.section2 .warp .right button {
  padding: 10px 20px;
  background-color: transparent;
}
.section2 .warp .right button span {
  font-size: 12px;
  transform: rotate(-90deg);
  display: block;
}
.section1 .warp .bottom .right .input{
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1920px) {
  .section1 .warp {
    width: 62.5vw;
    padding-top: 3.125vw;
    padding-bottom: 3.125vw;
  }
  .section1 .warp .top {
    font-size: 1.1458333333vw;
    margin-bottom: 0.78125vw;
  }
  .section1 .warp .bottom .left {
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
  }
  .section1 .warp .bottom .right{
    width: 50%;
    padding-left: 1.5625vw;
  }
  .section1 .warp .bottom .left .title {
    font-size: 1.875vw;
    line-height: 1.5625vw;
    margin-bottom: 1.0416666667vw;
  }
  .section1 .warp .bottom .left .main {
    font-size: 0.78125vw;
  }
  .section1 .warp .bottom .right .captcha .input {
    margin-right: 0.5208333333vw;
  }
  .section1 .warp .bottom .right button {
    padding: 0.5208333333vw 1.0416666667vw;
    margin-top: 0.78125vw;
  }
  .section1 .warp .bottom .right .input {
    margin-bottom: 0.5208333333vw;
    padding: 0.4166666667vw 0.5208333333vw;
  }

  .section1 .warp .bottom .right .input .pl{
    left:0.5208333333vw;
    font-size: 0.833333333vw;
  }

  .section1 .warp .bottom .right .input.textarea .pl{
    top: 0.8854166667vw;
  }

  .section1 .warp .bottom .right .input textarea{
    height: 6.25vw;
  }
  .section2 .warp {
    width: 62.5vw;
    padding: 2.6041666667vw 0;
  }
  .section2 .warp .left {
    font-size: 1.1458333333vw;
  }
  .section2 .warp .right .input {
    padding: 0.5208333333vw;
  }

  .section2 .warp .right button {
    padding: 0.5208333333vw 1.0416666667vw;
  }
  .section2 .warp .right button span {
    font-size: 0.625vw;
  }
  .section1 .warp .bottom .right .input textarea,
  .section1 .warp .bottom .right .input input,
  .section1 .warp .bottom .right button{
    font-size:0.8333333333vw;
  }
  .section1 .warp .bottom .right .captcha .img{
    width: 4.73958333333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .section1 .warp{
    width: 90%;
    padding: 100px 0 60px;
  }
  .section1 .warp .bottom{
    flex-direction: column;
  }
  .section1 .warp .bottom .left{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .section1 .warp .bottom .left .main{
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 1.6;
  }
  .section1 .warp .bottom .left .title{
    font-size: 28px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .section1 .warp .bottom .right{
    padding-left: 0;
    width: 100%;
  }
  .section1 .warp .bottom .right .input textarea, .section1 .warp .bottom .right .input input, .section1 .warp .bottom .right button{
    font-size: 14px;
  }
  .section1 .warp .bottom .right .input .pl{
    font-size: 14px;
    left: 10px;
  }
  .section1 .warp .bottom .right .input{
    padding: 10px;
  }
  .section1 .warp .bottom .right .input.textarea .pl{
    top: 20px;
  }
  .section1 .warp .bottom .right .captcha .img{
    width: 135px;
  }
  .section1 .warp .bottom .right button{
    padding: 10px 20px;
  }
  .section1 .warp .bottom .right .input{
    margin-bottom:15px;
  }
  .section1 .warp .bottom .right button{
    margin-top:15px;
  }
  .section1 .warp .bottom .right .captcha .input{
    margin-right: 15px;
  }
  .section1 .warp .bottom .right .input input{
    width: 100%;
  }
  .section1 .warp .bottom .right .input textarea{
    height: 100px;
  }
  .section2 .warp{
    width: 90%;
    padding: 0 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .section1 .warp .bottom .left .title {
    font-size: 24px;
  }

  .section2 .warp{
    padding-bottom: 50px;
  }
  .section1 .warp .bottom .left .main {
    font-size: 12px;
  }
}
