.section_1 {
  background-color: #fff;
}
.section_1 .warp {
  width: 1680px;
  margin: 0 auto;
  display: flex;
  padding-top: 100px;
  padding-bottom: 108px;
}
.section_1 .warp .left #map {
  width: 840px;
  height: 734px;
}
.section_1 .warp .right {
  padding-top: 110px;
  margin-left: 78px;
}
.section_1 .warp .right .title {
  margin-bottom: 90px;
}
.section_1 .warp .right .title h3 {
  background: linear-gradient(90deg, #7328D9 0%, #4A1AB5 37%, #5D5AFB 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-family: MR;
  font-size: 50px;
  width: fit-content;
}
.section_1 .warp .right .main .top.aos-animate {
  transition-delay: 0.3s;
}
.section_1 .warp .right .main .top h4 {
  color: #111;
  font-size: 30px;
  font-family: MR;
}
.section_1 .warp .right .main .bottom {
  margin-top: 47px;
}
.section_1 .warp .right .main .bottom .item {
  display: flex;
  margin-bottom: 38px;
}
.section_1 .warp .right .main .bottom .item:nth-child(1).aos-animate {
  transition-delay: 0.6s;
}
.section_1 .warp .right .main .bottom .item:nth-child(2).aos-animate {
  transition-delay: 0.9s;
}
.section_1 .warp .right .main .bottom .item:nth-child(3).aos-animate {
  transition-delay: 1.2s;
}
.section_1 .warp .right .main .bottom .item:nth-child(1) .text .key h5 {
  font-family: MR;
}
.section_1 .warp .right .main .bottom .item:nth-child(1) .text .value p {
  font-size: 30px;
  font-family: MR;
  background: linear-gradient(90deg, #7328D9 0%, #4A1AB5 37%, #5D5AFB 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-weight: 700;
  width: fit-content;
}
.section_1 .warp .right .main .bottom .item .text {
  flex: 1;
  margin-left: 26px;
}
.section_1 .warp .right .main .bottom .item .text .key {
  font-size: 20px;
  color: #111;
}
.section_1 .warp .right .main .bottom .item .text .key h5 {
  font-family: MR;
}
.section_1 .warp .right .main .bottom .item .text .value p {
  font-size: 20px;
  color: #666;
  font-family: MR;
}
.section_2 {
  background-color: #fff;
}
.section_2 .warp {
  width: 1680px;
  margin: 0 auto;
  padding-bottom: 68px;
}
.section_2 .warp .title {
  margin-bottom: 42px;
}
.section_2 .warp .title h3 {
  background: linear-gradient(90deg, #7328D9 0%, #4A1AB5 37%, #5D5AFB 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-family: MR;
  font-size: 50px;
  width: fit-content;
}
.section_2 .warp .main {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 30px 80px;
}
.section_2 .warp .main .item {
  width: calc(50% - 40px);
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #E9E9E9;
  height: 60px;
}
.section_2 .warp .main .item input {
  border: none;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  font-size: 20px;
}
.section_2 .warp .main .item .pl {
  position: absolute;
  left: 24px;
  color: #999999;
  font-size: 20px;
  font-family: MR;
  pointer-events: none;
}
.section_2 .warp .main .item .pl span {
  color: #E21000;
  margin-right: 4px;
  min-width: 9px;
  display: inline-block;
}
.section_2 .warp .main .item.row {
  width: 100%;
  height: 255px;
}
.section_2 .warp .main .item.row textarea {
  border: none;
  width: 100%;
  font-size: 20px;
  height: 100%;
  padding: 24px 20px;
}
.section_2 .warp .main .item.row .pl {
  left: 24px;
  top: 21px;
}
.section_2 .warp button {
  height: 60px;
  padding: 0 32px;
  background: linear-gradient(90deg, #7328D9 0%, #693CE7 42%, #5C58F9 100%);
  border-radius: 30px;
  font-size: 20px;
  color: #F8F8E4;
  font-family: MR;
  margin: 42px auto 0;
  display: flex;
  align-items: center;
}
.section_2 .warp button:hover .icon {
  transform: translateX(10px);
}
.section_2 .warp 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{
    width: 90%;
  }
  .section_1 .warp .left{
    width: 50%;
  }
  .section_1 .warp .left #map{
    width: 100%;
    height: 640px;
  }
  .section_1 .warp .right {
    padding-top: 60px;
  }

  .section_2 .warp{
    width: 90%;
  }
}
@media screen and (max-width: 1680px){
  .section_1 .warp .right .title h3 {
    font-size: 42px;
  }

  .section_1 .warp .right .title {
    margin-bottom: 60px;
  }

  .section_1 .warp .right .main .top h4 {
    font-size: 28px;
  }
  .section_1 .warp .right .main .bottom .item .text .value p {
    font-size: 18px;
  }
  .section_1 .warp .right .main .bottom .item:nth-child(1) .text .value p {
    font-size: 24px;
  }
  .section_1 .warp .right .main .bottom .item {
    margin-bottom: 30px;
  }
  .section_2 .warp .title h3 {
    font-size: 42px;
  }
  .section_2 .warp .main {
    grid-gap: 30px 50px;
  }
  .section_2 .warp .main .item{
    width: calc(50% - 25px);
  }
  .section_2 .warp button{
    font-size: 18px;
  }
}
@media screen and (max-width: 1440px){
  .section_2 .warp .title h3,
  .section_1 .warp .right .title h3 {
    font-size: 36px;
  }
  .section_1 .warp .right .title {
    margin-bottom: 40px;
  }
  .section_1 .warp .right{
    margin-left: 40px;
  }

  .section_1 .warp .right .main .bottom {
    margin-top: 30px;
  }
  .section_1 .warp .left #map {
    height: 540px;
  }
  .section_1 .warp .right .main .top h4 {
    font-size: 24px;
  }
  .section_2 .warp button{
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px){
  .section_1 .warp{
    flex-direction: column-reverse;
    padding-top: 60px;
    padding-bottom: 60px;
  } 

  .section_1 .warp .right{
    margin-left: 0;
    padding-top: 0;
  }
  .section_1 .warp .left{
    width: 100%;
  }
  .section_1 .warp .left #map{
    height: 300px;
  }
  .section_1 .warp .right .main .top h4 {
    font-size: 20px;
  }
  .section_2 .warp .title h3, .section_1 .warp .right .title h3 {
    font-size: 32px;
  }
  .section_2 .warp .title {
    margin-bottom: 30px;
  }
  .section_2 .warp .main {
    grid-gap: 30px;
  }
  .section_2 .warp .main .item{
    width: calc(50% - 15px);
  }
  .section_2 .warp button{
    font-size: 14px;
    height: 50px;
  }
  .section_2 .warp .main .item.row textarea,
  .section_2 .warp .main .item .pl,
  .section_2 .warp .main .item input{
    font-size: 16px;
  }
}
@media screen and (max-width: 540px){
  .section_1 .warp{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section_2 .warp .main {
    grid-gap: 20px;
  }
  .section_1 .warp .right .title{
    margin-bottom: 20px;
  }
  .section_1 .warp .right .main .bottom .item .text {
    margin-left: 15px;
  }
  .section_2 .warp .title h3, .section_1 .warp .right .title h3 {
    font-size: 28px;
  }
  .section_2 .warp .main .item input{
    padding-left: 10px;
  }
  .section_2 .warp .main .item .pl {
    left: 12px;
  }
  .section_2 .warp .main .item {
    height: 50px;
  }
  .section_2 .warp .main .item {
    width: 100%;
  }
  .section_2 .warp .main .item.row {
    height: 150px;
  }
}