.section_1 {
  background-color: #fff;
}
.section_1 .warp {
  width: 1680px;
  margin: 0 auto;
  padding-top: 82px;
}
.section_1 .warp .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 34px;
}
.section_1 .warp .top .left h3 {
  color: #111;
  font-size: 40px;
  font-family: MR;
}
.section_1 .warp .top .left p {
  color: #999;
  font-size: 20px;
  margin-top: 24px;
}
.section_1 .warp .top .left p span {
  font-family: MR;
  margin-right: 40px;
}
.section_1 .warp .top .right p {
  color: #2B33FF;
  font-size: 30px;
  font-family: MR;
  font-weight: 700;
}
.section_1 .warp .bottom .item {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  border-top: 1px solid #E9E9E9;
}
.section_1 .warp .bottom .item .left h4 {
  color: #111;
  font-size: 30px;
  font-family: MR;
}
.section_1 .warp .bottom .item .right {
  width: 1000px;
}
.section_1 .warp .bottom .item .right .trem:not(:last-child) {
  margin-bottom: 30px;
}
.section_1 .warp .bottom .item .right h5 {
  color: #111;
  font-size: 20px;
  line-height: 36px;
  font-family: MR;
}
.section_1 .warp .bottom .item .right p {
  font-family: MR;
  font-size: 20px;
  line-height: 36px;
  color: #666;
}
.section_2 .warp {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.section_2 .warp .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.section_2 .warp .bg img {
  width: 100%;
  height: 100%;
}
.section_2 .warp .main {
  padding-top: 170px;
  padding-bottom: 130px;
  width: 1680px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.section_2 .warp .main .left h3 {
  color: #111;
  font-size: 40px;
  font-family: MR;
}
.section_2 .warp .main .right {
  width: 1000px;
}
.section_2 .warp .main .right .top {
  margin-bottom: 110px;
}
.section_2 .warp .main .right .top p {
  font-size: 30px;
  line-height: 48px;
  color: #111;
  font-family: MR;
}
.section_2 .warp .main .right .bottom {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 60px;
}
.section_2 .warp .main .right .bottom .item {
  display: flex;
  align-items: center;
  width: calc(50% - 30px);
  padding-bottom: 36px;
  border-bottom: 1px solid #DEDEDE;
}
.section_2 .warp .main .right .bottom .item.row {
  width: 100%;
  align-items: start;
}
.section_2 .warp .main .right .bottom .item.row .icon {
  transform: translateY(3px);
}
.section_2 .warp .main .right .bottom .item.row textarea {
  border: none;
  flex: 1;
  font-size: 20px;
  background-color: transparent;
}
.section_2 .warp .main .right .bottom .item .icon {
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.section_2 .warp .main .right .bottom .item input {
  flex: 1;
  border: none;
  background-color: transparent;
  font-size: 20px;
}
.section_2 .warp .main .right .bottom .item input::placeholder {
  font-family: MR;
  color: #999;
}
.section_2 .warp .main .right button {
  padding: 0 32px;
  height: 60px;
  background: linear-gradient(90deg, #7328D9 0%, #693CE7 42%, #5C58F9 100%);
  border-radius: 30px;
  font-size: 20px;
  color: #F8F8E4;
  font-family: MR;
  margin-top: 74px;
  display: flex;
  align-items: center;
}
.section_2 .warp .main .right button:hover .icon {
  transform: translateX(10px);
}
.section_2 .warp .main .right button .icon {
  filter: brightness(0) invert(1);
  width: 20px;
  margin-left: 12px;
  display: flex;
  align-items: center;
  transition: all 1s;
}
@media screen and (max-width: 1792px){
	.section_1 .warp,
  .section_2 .warp .main{
    width: 90%;
  }
}
@media screen and (max-width: 1680px){
  .section_1 .warp .top .left h3{
    font-size: 36px;
  }
  .section_1 .warp .bottom .item .right {
    width: 60%;
  }
  .section_1 .warp .top .left p span{
    font-size: 14px;
  }
  .section_1 .warp .top .right p{
    font-size: 24px;
  }
  .section_1 .warp .bottom .item .right h5,
  .section_1 .warp .bottom .item .right p {
    font-size: 18px;
    line-height: 32px;
  }
  .section_1 .warp .bottom{
    padding-bottom: 30px;
  }
  .section_1 .warp .bottom .item{
    padding: 30px 0;
  }
  .section_1 .warp .bottom .item .left h4{
    font-size: 24px;
  }
  .section_2 .warp .main .right{
    width: 60%;
  }
  .section_2 .warp .main .right .top p {
    font-size: 28px;
  }
  .section_2 .warp .main {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .section_2 .warp .main .right .top {
    margin-bottom: 80px;
  }
  .section_2 .warp .main .right .bottom .item{
    padding-bottom: 20px;
  }
  .section_2 .warp .main .right button{
    font-size: 18px;
  }
  .section_2 .warp .main .right button {
    margin-top: 50px;
  }
  .section_2 .warp .main .left h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px){
  .section_1 .warp .top{
    flex-direction: column-reverse;
    align-items: start;
    
  }
  .section_1 .warp .top .left h3 {
    font-size: 32px;
  }
  .section_1 .warp .top .right{
    margin-bottom: 20px;
  }
  .section_1 .warp .top .left p {
    margin-top: 20px;
  }
  .section_1 .warp .top .left p span {
    margin-right: 20px;
  }
  .section_1 .warp {
    padding-top: 60px;
  }
  .section_1 .warp .bottom .item{
    flex-direction: column;
  }
  .section_1 .warp .bottom .item .left h4{
    margin-bottom: 10px;
  }
  .section_1 .warp .bottom .item .right{
    width: 100%;
  }
  .section_1 .warp .bottom .item .right h5, .section_1 .warp .bottom .item .right p {
    font-size: 16px;
  }
  .section_2 .warp .main {
    padding-top: 60px;
  }
  .section_2 .warp .main{
    flex-direction: column;
  }
  .section_2 .warp .main .right{
    width: 100%;
  }
  .section_2 .warp .main .left h3{
    margin-bottom: 30px;
  }
  .section_2 .warp .main .right .top p {
    font-size: 24px;
    line-height: 1.6;
  }
  .section_2 .warp .main .right .bottom {
    grid-gap: 30px;
  }
  .section_2 .warp .main .right .bottom .item.row textarea,
  .section_2 .warp .main .right .bottom .item input{
    font-size: 18px;
  }
  .section_2 .warp .main .right .bottom .item.row .icon{
    transform: translateY(0);
  }
  .section_2 .warp .main .right button {
    font-size: 16px;
  }
  .section_2 .warp .main .right button {
    padding: 0 20px;
    height: 50px;
  }
  .section_2 .warp .main .left h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 540px){
  .section_1 .warp .top .left p span:nth-child(1){
    display: block;
    width: 100%;
  }

  .section_1 .warp {
    padding-top: 40px;
  }
  .section_1 .warp .top .right p {
    font-size: 20px;
  }
  .section_1 .warp .top .left h3 {
    font-size: 28px;
  }
  .section_1 .warp .top .left p {
    margin-top: 10px;
  }
  .section_1 .warp .bottom .item .right h5, .section_1 .warp .bottom .item .right p {
    font-size: 14px;
    line-height: 1.6;
  }
  .section_1 .warp .bottom .item .left h4 {
    font-size: 20px;
  }
  .section_2 .warp .main .left h3{
    font-size: 28px;
  }
  .section_2 .warp .main .right .top p {
    font-size: 20px;
  }
  .section_2 .warp .main {
    padding-top: 40px;
  }
  .section_2 .warp .main .right .top {
    margin-bottom: 40px;
  }
  .section_2 .warp .main .right .bottom .item{
    width: 100%;
  }
  .section_2 .warp .main .right .bottom .item.row textarea{
    height: 150px;
  }
}
@media screen and (max-width: 450px){
  .section_1 .warp .top .left p span{
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
  .section_1 .warp .top {
    padding-bottom: 10px;
  }
}