body {
  background-color: #fff;
  position: relative;
  height: 100%;
  overflow: hidden;
}
body .home * {
  font-family: "Microsoft YaHei" !important;
}
body .home .bannerImg {
  height: 16.25rem;
  width: 100%;
  margin-top: 1.25rem;
}
body .home .w50 {
  width: 50%;
  font-size: 1.5rem;
  color: #666;
  line-height: 3rem;
}
body .home .w50 .number {
  color: #f58020;
}
body .home .iconSvg {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
}
body .home .edit_copy {
  width: 1.625rem;
  height: 1.625rem;
}
body .home .contentBox {
  padding: 1.6875rem 2rem 0.5rem 2rem;
  box-sizing: border-box;
}
body .home .contentBox h1 {
  font-size: 1.875rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
}
body .home .addBaner {
  padding: 0 2rem ;
  flex-wrap: wrap;
}
body .home .addBaner img {
  width: 33%;
}
body .home .sendBody {
  height: calc(100vh - 6.3rem);
  overflow: auto;
}
body .home .borderBottom {
  border-bottom: 1px solid #f7f7f7;
}
body .home .aliginItem {
  align-items: center;
}
body .home .flex {
  display: flex;
}
body .home .wrap {
  flex-flow: wrap;
}
body .home .header {
  font-size: 2.625rem;
  background-color: #f58020;
  width: 100%;
  height: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  position: sticky;
  top: 0;
}
body .home .header .title {
  color: #fff;
  flex: 1;
  justify-content: center;
  display: flex;
  position: relative;
}
body .home .header .title .back {
  width: 2.125rem;
  height: 2.9375rem;
  position: absolute;
  left: 2.3125rem;
}
