.body {
  width: 95%;
  margin: 0 auto;
  padding: 2.5% 0;
  height: auto;
  overflow: hidden; }
  .body p {
    padding-bottom: 0.05rem;
    font-size: 0.15rem; }
    .body p a {
      display: inline;
      color: #0E74FF; }
  .body .list-paddingleft-2 {
    padding-left: 0.2rem;
    list-style-position: outside; }
    .body .list-paddingleft-2 li {
      list-style: inherit; }
  .body .arc-title-author-time {
    display: flex;
    flex-wrap: wrap; }
    .body .arc-title-author-time .title {
      width: 100%;
      font-size: 0.2rem;
      font-weight: 500;
      margin-bottom: 0.1rem; }
    .body .arc-title-author-time .author {
      font-size: 0.14rem;
      color: #999;
      margin-right: 0.2rem; }
    .body .arc-title-author-time .time {
      font-size: 0.14rem;
      color: #999; }
  .body .ls-title-add-tell .title {
    font-size: 0.2rem;
    font-weight: 500; }
  .body .ls-title-add-tell .address {
    font-size: 0.16rem;
    color: #999;
    margin: 0.05rem 0; }
  .body .ls-title-add-tell .tell {
    font-size: 0.16rem;
    color: #999; }
  .body .ls-body {
    margin-top: 0.1rem; }
    .body .ls-body p {
      color: #333333;
      line-height: 0.2rem; }
    .body .ls-body img {
      margin: 0.05rem 0; }

.slot50 {
  height: 0.8rem;
  width: 100%; }

.contact_box {
  width: 100%;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
  height: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  background-color: #fff; }
  .contact_box .tell {
    width: 48%;
    height: 0.45rem; }
    .contact_box .tell .rect {
      width: 95%;
      margin: 0 auto;
      height: 0.45rem;
      position: relative;
      text-align: center; }
      .contact_box .tell .rect::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 40%;
        height: 0.45rem;
        border-radius: 0.05rem;
        background: #00A804;
        transform: skewX(13deg); }
      .contact_box .tell .rect::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 80%;
        height: 0.45rem;
        background: #00A804;
        border-bottom-left-radius: 0.4rem;
        border-top-left-radius: 0.4rem; }
      .contact_box .tell .rect p {
        position: absolute;
        width: 100%;
        text-align: center;
        z-index: 3;
        line-height: 0.45rem;
        color: #fff;
        font-size: 0.16rem; }
        .contact_box .tell .rect p a {
          color: #fff; }
  .contact_box .apply {
    width: 48%;
    height: 0.45rem; }
    .contact_box .apply .rect {
      width: 95%;
      margin: 0 auto;
      height: 0.45rem;
      position: relative;
      text-align: center; }
      .contact_box .apply .rect::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 40%;
        height: 0.45rem;
        border-radius: 0.05rem;
        background: #0E74FF;
        transform: skewX(13deg); }
      .contact_box .apply .rect::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 80%;
        height: 0.45rem;
        background: #0E74FF;
        border-bottom-right-radius: 0.4rem;
        border-top-right-radius: 0.4rem; }
      .contact_box .apply .rect p {
        position: absolute;
        width: 100%;
        text-align: center;
        z-index: 3;
        line-height: 0.45rem;
        color: #fff;
        font-size: 0.16rem; }
        .contact_box .apply .rect p a {
          color: #fff; }

/*# sourceMappingURL=body.css.map */
