.app {
  width: 100%;
  background: #fafafa;
  box-sizing: border-box;
  padding-bottom: 50px;
}
.app .mapBox {
  width: 100%;
  height: 1400px;
  margin-top: -130px;
}
.app .moblieLogo {
  display: none;
}
.app .mobelText {
  display: none;
}
.app .title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 66px;
  color: #333333;
  line-height: 92px;
  text-align: center;
}
.app .msg {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 24px;
  color: #313131;
  text-align: center;
  line-height: 34px;
  margin-top: 20px;
}
.app .bottomBox {
  background: #fafafa;
  width: 100%;
  margin-top: -450px;
  z-index: 2;
  position: relative;
}
.app .bottomBox .bottomBoxTitle {
  background: url(../img/cooperate/titleBox.png) no-repeat;
  background-size: contain;
  margin: auto;
  width: 230px;
  height: 63px;
  /* 新增flex布局 */
  display: flex;
  align-items: flex-end;
  /* 沿交叉轴底部对齐 */
  justify-content: center;
  /* 主轴居中 */
  /* 调整文字间距 */
  padding-bottom: 8px;
  /* 根据实际视觉效果调整 */
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 30px;
  color: #131620;
  margin-bottom: 40px;
  /* 移除line-height保证对齐准确 */
}
.app .bottomBox .formBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.app .bottomBox .dataSelect {
  width: 202px;
  height: 48px;
  background: #f7f7f7;
  border-radius: 8px;
  border: 1px solid #eeeeee;
  /* 新增去除焦点边框 */
  outline: none;
  box-shadow: none;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #757776;
  line-height: 20px;
  text-align: left;
  padding: 0 10px;
  margin-top: 10px;
  box-sizing: border-box;
  /* 新增下拉箭头样式 */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../img/cooperate/bottom.png) no-repeat right 10px center / 24px 24px;
}
.app .bottomBox .cityInput {
  width: 202px;
  height: 48px;
  background: #f7f7f7;
  border-radius: 8px;
  border: 1px solid #eeeeee;
  /* 新增去除焦点边框 */
  outline: none;
  box-shadow: none;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #757776;
  line-height: 20px;
  text-align: left;
  padding: 0 10px;
  margin-top: 10px;
  box-sizing: border-box;
  /* 新增下拉箭头样式 */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../img/cooperate/bottom.png) no-repeat right 10px center / 24px 24px;
}
.app .bottomBox .monthSelect {
  width: 202px;
  height: 48px;
  background: #f7f7f7;
  border-radius: 8px;
  border: 1px solid #eeeeee;
  /* 新增去除焦点边框 */
  outline: none;
  box-shadow: none;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #757776;
  line-height: 20px;
  text-align: left;
  padding: 0 10px;
  margin-top: 10px;
  box-sizing: border-box;
  /* 新增下拉箭头样式 */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../img/cooperate/bottom.png) no-repeat right 10px center / 24px 24px;
}
.app .bottomBox .yearSelect {
  width: 202px;
  height: 48px;
  background: #f7f7f7;
  border-radius: 8px;
  border: 1px solid #eeeeee;
  /* 新增去除焦点边框 */
  outline: none;
  box-shadow: none;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #757776;
  line-height: 20px;
  text-align: left;
  padding: 0 10px;
  margin-top: 10px;
  box-sizing: border-box;
  /* 新增下拉箭头样式 */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../img/cooperate/bottom.png) no-repeat right 10px center / 24px 24px;
}
.app .bottomBox .formBtn {
  width: 580px;
  height: 52px;
  background: #07c160;
  border-radius: 255px 255px 255px 255px;
  text-align: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 26px;
  color: #ffffff;
  line-height: 52px;
  cursor: pointer;
  margin: auto;
  margin-top: 50px;
}
.app .bottomBox .formItem {
  width: 615px;
  /* 调整下拉菜单样式 */
  /* 下拉选项样式 */
}
.app .bottomBox .formItem .formLable {
  margin-top: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #242424;
  line-height: 20px;
}
.app .bottomBox .formItem .formLable span {
  color: red;
  margin-right: 5px;
}
.app .bottomBox .formItem .formInput {
  width: 615px;
  height: 48px;
  background: #f7f7f7;
  border-radius: 8px;
  border: 1px solid #eeeeee;
  /* 新增去除焦点边框 */
  outline: none;
  box-shadow: none;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #757776;
  line-height: 20px;
  text-align: left;
  padding: 0 10px;
  margin-top: 10px;
  box-sizing: border-box;
  /* 新增下拉箭头样式 */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../img/cooperate/bottom.png) no-repeat right 10px center / 24px 24px;
}
.app .bottomBox .formItem select.formInput:hover {
  background-color: #f0fff8;
}
.app .bottomBox .formItem select.formInput:focus {
  box-shadow: 0 0 8px rgba(7, 193, 96, 0.3);
}
.app .bottomBox .formItem select.formInput option {
  padding: 8px 12px;
  font-size: 14px;
  color: #333;
  background: white;
}
@media (max-width: 1050px) {
  .app .mapBox {
    margin-top: -270px;
  }
  .app .bottomBox {
    margin-top: -500px;
  }
}
@media (max-width: 760px) {
  .dataSelect {
    width: 105px !important;
  }
  .cityInput {
    width: 105px !important;
  }
  .monthSelect {
    width: 105px !important;
  }
  .yearSelect {
    width: 105px !important;
  }
  .title {
    display: none;
  }
  .msg {
    display: none;
  }
  .app {
    width: 100vw;
  }
  .app .moblieLogo {
    width: 120px;
    display: block;
    margin: 20px auto;
  }
  .app .mobelText {
    box-sizing: border-box;
    padding: 0 20px;
    display: block;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #33383c;
    line-height: 22px;
  }
  .app .mobelText span {
    color: #d54941;
  }
  .app .formItem {
    padding-left: 10px;
    box-sizing: border-box;
    width: 93% !important;
  }
  .app .formItem .formInput {
    width: 93% !important;
  }
  .app .mapBox {
    margin-top: -300px;
    display: none !important;
  }
  .app .bottomBox {
    margin-top: 0px !important;
  }
  .app .bottomBox .bottomBoxTitle {
    background: url(../img/cooperate/titleBox.png) no-repeat;
    background-size: contain;
    width: 166px;
    height: 43px;
    margin: 0;
    font-weight: 500;
    font-size: 22px;
    color: #131620;
    margin-bottom: 40px;
    margin-left: 20px;
    justify-content: left;
    text-align: left;
    margin-bottom: 00px;
  }
  .app .bottomBox .formBtn {
    width: 347px;
    height: 40px;
    background: #07c160;
    border-radius: 255px 255px 255px 255px;
    text-align: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    margin: 50px auto;
    line-height: 40px;
    cursor: pointer;
  }
}
