.list_1 {
  padding-bottom: 100px;
  /* margin-top: 124px; */
  margin-top: 40px;
}
.list_1 .centent {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list_1 .centent .top {
  background-color: #fff;
  width: 100%;
  height: 60px;
  padding: 0 33px;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.list_1 .centent .top .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 100%;
  margin-right: 56px;
  font-size: 16px;
  font-family: "Regular";
  color: #999;
  box-sizing: border-box;
}
.list_1 .centent .top .item.art,
.list_1 .centent .top .item:hover {
  color: #19c76b;
  border-bottom: 2px solid #19c76b;
}
.list_1 .centent .box {
  width: 100%;
  padding-top: 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.list_1 .centent .box .top {
  background-color: transparent;
  padding: 0;
}
.list_1 .centent .box .top select {
  width: 220px;
  height: 40px;
  outline: none;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-right: 15px;
  padding-left: 10px;
  box-sizing: border-box;
  font-family: "Regular";
}
.list_1 .centent .box .center {
  width: 100%;
  height: 522px;
  display: flex;
  /* align-items: center; */
  background-color: #fff;
}
.list_1 .centent .box .center .map {
  width: 822px;
  height: 100%;
}
.list_1 .centent .box .center .right {
  height: 100%;
  flex-grow: 1;
  padding: 20px 20px 0;
  box-sizing: border-box;
}
.list_1 .centent .box .center .right .inp {
  width: 340px;
  height: 40px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.list_1 .centent .box .center .right .inp img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.list_1 .centent .box .center .right .inp input {
  border: none;
  width: 100%;
  height: 90%;
  outline: none;
  font-family: "Regular";
}
.list_1 .centent .box .center .right ul {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.list_1 .centent .box .center .right ul li {
  width: 100%;
  font-size: 14px;
  color: #999;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-family: "Regular";
  font-family: "OpenSansRegular";
}
.list_1 .centent .box .center .right ul li .iconfont {
  margin-right: 5px;
}
.list_1 .centent .box .center .right ul li:nth-child(1) .iconfont {
  font-size: 18px;
}
.list_1 .centent .box .center .right ul:last-of-type {
  border: none;
}
.list_1 .centent .box .center .right .f16 {
  font-family: "AtAeroMedium";
  font-family: "OpenSansRegular";
  margin-top: 10px;
}
.list_2 {
  margin-top: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 96px;
}
.list_2 .f40 {
  font-size: 40px;
  font-family: "AtAeroMedium";
  margin-bottom: 28px;
}
.list_2 .box {
  width: 800px;
  min-height: 930px;
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 100px 46px;
  border: 2px solid #19c76b;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.list_2 .box .f30 {
  margin: 0px 0 40px;
  font-family: "AtAeroMedium";
}
.list_2 .box .inp {
  width: 600px;
  margin-bottom: 30px;
}
.list_2 .box .inp p {
  font-size: 16px;
  margin-bottom: 10px;
  font-family: "Regular";
}
.list_2 .box .inp input {
  width: 100%;
  height: 40px;
  outline: none;
  padding-left: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #000;
  color: #000;
  font-family: 'Regular';
}
.list_2 .box .inp textarea {
  width: 100%;
  height: 100px;
  outline: none;
  border-radius: 5px;
  border: 1px solid #000;
  color: #000;
  font-family: 'Regular';
  padding-left: 10px;
  box-sizing: border-box;
}
.list_2 .box .inps {
  width: 600px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list_2 .box .inps p {
  font-size: 16px;
  margin-bottom: 10px;
}
.list_2 .box .inps div {
  width: 47%;
  margin-bottom: 30px;
}
.list_2 .box .inps div input {
  width: 100%;
  height: 40px;
  outline: none;
  padding-left: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #000;
  color: #000;
  font-family: 'Regular';
}
.list_2 .box .btn {
  width: 300px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(101deg, #19c76b 5%, #2abddd 94%);
  font-family: "Regular";
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .list_1 {
    padding-bottom: 20px;
  }
  .list_1 .centent {
    width: 100%;
  }
  .list_1 .centent .box {
    flex-direction: column;
  }
  .list_1 .centent .top {
    /* flex-wrap: wrap; */
    overflow-x: auto;
    /* height: auto; */
  }
  .list_1 .centent .top .item {
    /* display: inline-block; */
    /* height: 60px; */
    flex-shrink: 0;
  }
  .list_1 .centent .box {
    padding: 0;
  }
  .list_1 .centent .box .left {
    width: 90%;
    margin: auto;
    position: static;
  }
  .list_1 .centent .box .center {
    /* flex-direction: column-reverse; */
    height: auto;
  }
  .list_1 .centent .box .center>.map {
    width: 70%;
    height: 500px;
  }
  .list_1 .centent .box .center>.map .map{
    width: 100%;
    /* height: 50vh; */
  }
  .list_1 .centent .box .center .right {
    background-color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .list_1 .centent .box .center {
    flex-direction: column-reverse;
  }
  .list_1 .centent .box .center>.map {
    width: 100%;
    height: 50vh;
  }
  .list_2 .f40 {
    margin-left: 5%;
  }
  .list_2 {
    margin-top: 0;
  }
  .list_2 .box {
    width: 90%;
    padding: 10px;
  }
  .list_2 .box .inp {
    width: 100%;
  }
  .list_2 .box .inps {
    width: 100%;
  }
}
