body.mobile .content-body,
body.mobile .el-carousel,
body.mobile .news-content,
body.mobile .second-section .news-content {
  width: unset;
}
body.mobile .banner {
  height: unset;
  background: unset;
}
body.mobile .el-carousel__container,
body.mobile .el-carousel__container {
  background-color: unset;
  height: 200px !important;
}
body.mobile .content-body {
  padding: 10px 0;
}
body.mobile .second-section {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

body.mobile .img-title {
  width: calc(255px / 2);
}

body.mobile .news-title {
  margin: 10px;
}

body.mobile .news-list {
  margin: 10px;
}

body.mobile .first-content .news-item h3 {
  font-size: unset;
}

body.mobile .news-title img {
  margin-top: 14px;
}

body.mobile .first-content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

body.mobile .footer {
  position: relative;
}

body.mobile .footer .footer-wechat {
  position: absolute;
  top: 260px;
  right: 10px;
}

body.mobile .content-body .panel {
  width: 100%;
  margin: 0 auto;
  padding: 10px 16px;
}

body.mobile .content-body .panel {
  width: 100%;
  margin: 0 auto;
}

body.mobile .content-body header {
  margin-bottom: 15px;
}

body.mobile .content-body h1 {
  text-align: center;
}

body.mobile .content-body .tips {
  font-size: 12px;
  color: #1774BA;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}

body.mobile .content-body .el-form-item__label {
  font-size: 14px !important;
  color: #282828 !important;
  width: calc(100% - 180px);
}

/* body.mobile .content-body .unit {
  font-size: 14px !important;
  color: #282828 !important;
} */

body.mobile .content-body .el-input__inner {
  border: unset;
}

body.mobile .content-body .el-form-item .el-input {
  width: calc(100% - 50px) !important;
}

body.mobile .content-body .el-form-item .el-select .el-input {
  width: 100% !important;
}

body.mobile .tools {
  padding: 30px 0;
}

body.mobile .tools .count-tips {
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
}

