body {
  background-color: #F7F7F9;
}

.section1 {
  position: relative;
}

.section1 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.section1 .bg img {
  height: 100%;
  width: 100%;
}

.section1 .wrap {
  padding-top: 106px;
  padding-bottom: 70px;
  width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.section1 .wrap .title {
  margin-bottom: 60px;
}

.section1 .wrap .title h3 {
  color: #111;
  font-size: 30px;
  font-weight: 400;
}

.section1 .wrap .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 20px;
  margin-bottom: 50px;
}

.section1 .wrap .list .item {
  width: 680px;
}

.section1 .wrap .list .item .key {
  color: #111;
  font-size: 16px;
  margin-bottom: 15px;
}

.section1 .wrap .list .item .value {
  width: 100%;
  height: 50px;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.section1 .wrap .list .item .value input {
  border: none;
  width: 100%;
  font-size: 16px;
}

.section1 .wrap .list .item.textarea {
  width: 100%;
}

.section1 .wrap .list .item.textarea .value {
  height: auto;
  padding: 20px;
}

.section1 .wrap .list .item.textarea .value textarea {
  border: none;
  width: 100%;
  font-size: 16px;
}

.section1 .wrap button {
  width: 170px;
  height: 55px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: linear-gradient(121deg, #0E4183 0%, #5BB7C3 100%);
  margin: 0 auto;
}

.section1 .wrap button:hover span {
  transform: translateX(5px) rotate(180deg);
}

.section1 .wrap button .icon {
  width: 16px;
  transition: all 0.6s;
  position: relative;
  z-index: 1;
  filter: brightness(0) invert(1);
}

.section1 .wrap button p {
  margin: 0 5px;
  font-size: 16px;
  color: #fff;
  transition: all 0.6s;
  position: relative;
  z-index: 1;
}

.section1 .wrap button span {
  color: #fff;
  font-size: 18px;
  transition: all 0.6s;
  position: relative;
  z-index: 1;
  transform: rotate(180deg);
}

.section1 .wrap button .appoint {
  position: relative;
  z-index: 1;
}

.section1 .wrap button .appoint .fist:nth-child(2) {
  color: #fff;
}

.section2 .wrap {
  padding-top: 180px;
  padding-bottom: 140px;
  width: 1440px;
  margin: 0 auto;
}

.section2 .wrap .main {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.section2 .wrap .main .trem {
  width: 680px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section2 .wrap .main .trem h4 {
  color: #111;
  font-size: 24px;
  margin-bottom: 20px;
}

.section2 .wrap .main .trem .list {
  margin-bottom: 56px;
}

.section2 .wrap .main .trem .list .item {
  display: flex;
  line-height: 40px;
}

.section2 .wrap .main .trem .list .item .key {
  margin-right: 20px;
}

.section2 .wrap .main .trem .list .item .key p {
  color: #687081;
  font-size: 18px;
}

.section2 .wrap .main .trem .list .item .value {
  color: #0C3F82;
  font-size: 18px;
}

.section2 .wrap .main .trem .map {
  height: 340px;
}

@media screen and (max-width: 1919px) {
  .section1 .wrap {
    padding-top: 5.5208333333vw;
    padding-bottom: 3.6458333333vw;
    width: 75vw;
  }

  .section1 .wrap .title {
    margin-bottom: 3.125vw;
  }

  .section1 .wrap .title h3 {
    font-size: 1.5625vw;
  }

  .section1 .wrap .list {
    gap: 1.0416666667vw;
    margin-bottom: 2.6041666667vw;
  }

  .section1 .wrap .list .item {
    width: 35.4166666667vw;
  }

  .section1 .wrap .list .item .key {
    font-size: 0.8333333333vw;
    margin-bottom: 0.78125vw;
  }

  .section1 .wrap .list .item .value {
    height: 2.6041666667vw;
    padding-left: 1.0416666667vw;
  }

  .section1 .wrap .list .item .value input {
    font-size: 0.8333333333vw;
  }

  .section1 .wrap .list .item.textarea .value {
    padding: 1.0416666667vw;
  }

  .section1 .wrap .list .item.textarea .value textarea {
    font-size: 0.8333333333vw;
  }

  .section1 .wrap button {
    width: 8.8541666667vw;
    height: 2.8645833333vw;
    border-radius: 1.5625vw;
  }

  .section1 .wrap button:hover span {
    transform: translateX(0.2604166667vw) rotate(180deg);
  }

  .section1 .wrap button .icon {
    width: 0.8333333333vw;
  }

  .section1 .wrap button p {
    margin: 0px 0.2604166667vw;
    font-size: 0.8333333333vw;
  }

  .section1 .wrap button span {
    font-size: 0.9375vw;
  }

  .section2 .wrap {
    padding-top: 9.375vw;
    padding-bottom: 7.2916666667vw;
    width: 75vw;
  }

  .section2 .wrap .main {
    margin-top: 2.0833333333vw;
  }

  .section2 .wrap .main .trem {
    width: 35.4166666667vw;
  }

  .section2 .wrap .main .trem h4 {
    font-size: 1.25vw;
    margin-bottom: 1.0416666667vw;
  }

  .section2 .wrap .main .trem .list {
    margin-bottom: 2.9166666667vw;
  }

  .section2 .wrap .main .trem .list .item {
    line-height: 2.0833333333vw;
  }

  .section2 .wrap .main .trem .list .item .key {
    margin-right: 1.0416666667vw;
  }

  .section2 .wrap .main .trem .list .item .key p {
    font-size: 0.9375vw;
  }

  .section2 .wrap .main .trem .list .item .value {
    font-size: 0.9375vw;
  }

  .section2 .wrap .main .trem .map {
    height: 17.7083333333vw;
  }
}

@media screen and (max-width: 1024px) {
  .section1 .wrap {
    width: 90%;
    padding: 60px 0;
  }

  .section1 .wrap .title h3 {
    font-size: 20px;
  }

  .section1 .wrap .list .item .key {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .section1 .wrap .list .item .value input {
    font-size: 15px;
    width: 100%;
  }

  .section1 .wrap .list .item .value {
    height: 40px;
    padding: 0 10px;
  }

  .section1 .wrap .list {
    grid-gap: 20px;
  }

  .section1 .wrap .list .item {
    width: calc(50% - 10px);
  }

  .section1 .wrap .list .item.textarea .value {
    padding: 10px;
    height: 200px;
  }

  .section1 .wrap .list .item.textarea .value textarea {
    font-size: 14px;
    width: 100%;
    height: 100%;
  }

  .section1 .wrap .list {
    margin-bottom: 30px;
  }

  .section1 .wrap button {
    width: fit-content;
    height: 40px;
    padding: 0 20px;
    border-radius: 20px;
  }

  .section1 .wrap button .icon {
    width: 16px;
  }

  .section1 .wrap button p {
    font-size: 14px;
    margin: 0 10px;
  }

  .section1 .wrap button span {
    font-size: 14px;
  }

  .section1 .wrap .title {
    margin-bottom: 30px;
  }

  .section2 .wrap {
    width: 90%;
    padding: 60px 0;
  }

  .section2 .wrap .main {
    flex-direction: column;
  }

  .section2 .wrap .main .trem h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .section2 .wrap .main .trem .list .item .value,
  .section2 .wrap .main .trem .list .item .key p {
    font-size: 14px;
  }

  .section2 .wrap .main .trem {
    width: 100%;
  }

  .section2 .wrap .main .trem .list .item {
    line-height: 2;
  }

  .section2 .wrap .main .trem .list .item .key {
    margin-right: 10px;
  }

  .section2 .wrap .main .trem .list {
    margin-bottom: 10px;
  }

  .section2 .wrap .main .trem .map {
    height: 200px;
  }

  .section2 .wrap .main .trem:not(:last-child) {
    margin-bottom: 30px;
  }

  .section2 .wrap .main {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section1 .wrap .title h3 br {
    display: none;
  }

  .section1 .wrap .list .item {
    width: 100%;
  }

  .section1 .wrap .title h3 {
    font-size: 18px;
    font-weight: 700;
  }

  .section1 .wrap {
    padding: 50px 0;
  }

  .section1 .wrap .list .item.textarea .value {
    height: 150px;
  }

  .section2 .wrap .main .trem .list .item .value {
    flex: 1;
    word-break: break-all;
  }

  /* .section2 .wrap .main .trem .list .item{
    flex-direction: column;
  } */
}

@media screen and (max-width: 414px) {

  .section2 .wrap .main .trem .list .item .key p,
  .section2 .wrap .main .trem .list .item .value {
    font-size: 12px;
  }
}