  *,
      :after,
      :before {
        box-sizing: border-box;
      }

      body,
      html {
        -webkit-touch-callout: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-overflow-scrolling: touch;
      }

      html {
        font-family: sans-serif;
        line-height: 1.15;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        -ms-overflow-style: scrollbar;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      }

      body {
        margin: 0;
        color: rgba(0, 0, 0, 0.65);
        font-size: 14px;
        font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica,
          Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
        font-variant: tabular-nums;
        line-height: 1.5;
        background-color: #fff;
        font-feature-settings: 'tnum';
      }

      a,
      blockquote,
      body,
      button,
      center,
      cite,
      code,
      dd,
      del,
      div,
      dl,
      dt,
      em,
      figcaption,
      figure,
      footer,
      form,
      h1,
      h2,
      h3,
      h4,
      h5,
      h6,
      header,
      hr,
      html,
      img,
      input,
      label,
      li,
      mark,
      ol,
      p,
      pre,
      section,
      span,
      strong,
      td,
      textarea,
      th,
      time,
      ul,
      var {
        margin: 0;
        padding: 0;
        border: 0;
      }

      :focus {
        outline: none;
      }

      a {
        background: transparent;
        text-decoration: none;
      }

      b,
      strong {
        font-weight: 700;
      }

      hr {
        box-sizing: content-box;
        height: 0;
      }

      mark {
        background: #ff0;
        color: #000;
      }

      img {
        border: 0;
        max-width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
      }

      svg:not(:root) {
        overflow: hidden;
      }

      button,
      input,
      select,
      textarea {
        font-family: inherit;
        font-size: 100%;
        margin: 0;
        padding: 0;
        border: 0;
      }

      .ellipsis {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
      }

      .inline-block {
        display: inline-block;
      }

      .w50 {
        display: inline-block;
        width: 45%;
      }

      .w50+.w50 {
        float: right;
      }

      .layui-form-top .layui-form-label {
        float: none;
        padding: 10px 0;
        width: 100%;
        text-align: left;
      }

      .layui-form-top .layui-input-block {
        margin-left: 0;
      }

      .layui-form-item[required] .layui-form-label::before {
        content: '*';
        color: #f56c6c;
        margin-right: 4px;
      }

      .ellipsis .layui-form-checkbox,
      .ellipsis .layui-form-radio {
        width: 100%;
      }

      .ellipsis .layui-form-checkbox span,
      .ellipsis .layui-form-radio div {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }

      .ellipsis .layui-form-radio {
        position: relative;
        padding-left: 30px;
      }

      .ellipsis .layui-form-radio i {
        position: absolute;
        left: 0;
      }

      .container {
        max-width: 550px;
        padding-bottom: 54px;
        margin: 0 auto;
        background: #fff;
      }

      .wrapper {
        padding: 30px;
      }

      #banner .swiper-slide {
        font-size: 0;
      }

      #banner .swiper-slide img {
        width: 100%;
        height: 310px;
        -o-object-fit: cover;
        object-fit: cover;
      }
      
      @media screen and (max-width: 576px) {
        .wrapper {
          padding: 15px;
        }
        
        #banner .swiper-slide img {
            height: 55vw;
        }
      }

      .notice {
        margin-bottom: 20px;
        padding: 0 15px;
        line-height: 40px;
        box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.15);
        border-radius: 50px;
      }

      .notice svg {
        margin-right: 15px;
        width: 22px;
        height: 22px;
        fill: #d0021b;
      }

      .notice span,
      .notice svg {
        vertical-align: middle;
      }

      .notice strong {
        color: #d0021b;
      }

      .hd {
        margin-bottom: 20px;
      }

      .hd .title {
        font-size: 20px;
        line-height: 30px;
      }

      .hd .desc {
        color: #666;
        line-height: 1.5;
        word-break: break-all;
        text-align: justify;
      }

      .submit-btn {
        width: 100%;
        height: 48px;
        line-height: 1;
        background: #4e90ff;
        font-weight: 700;
        font-size: 16px;
        color: #fff;
        border-radius: 4px;
      }

      .submit-btn,
      .tips {
        margin-bottom: 20px;
      }

      .tips ul {
        line-height: 18px;
        list-style: decimal;
        padding-left: 15px;
      }

      #lately,
      .tips li {
        margin-top: 10px;
      }

      #lately {
        background: #fff;
        border-radius: 4px;
      }

      #lately .title {
        line-height: 46px;
        font-size: 16px;
        text-align: center;
      }

      #lately .lately-box {
        padding: 10px;
        box-shadow: 0 0 5px rgba(56, 56, 56, 0.1);
      }

      #lately .swiper-container {
        height: 175px;
      }

      #lately .swiper-slide {
        display: flex;
        align-items: center;
        height: 35px;
        line-height: 35px;
      }

      #lately .swiper-slide svg {
        width: 20px;
        height: 20px;
        fill: #d81e06;
      }

      #lately .swiper-slide .form-scrollbar-wrapper {
        display: flex;
        flex: 1;
        text-align: center;
      }

      #lately .swiper-slide .form-scrollbar-wrapper .name {
        flex-basis: 20%;
      }

      #lately .swiper-slide .form-scrollbar-wrapper .phone {
        flex-basis: 45%;
      }

      #lately .swiper-slide .form-scrollbar-wrapper .date {
        flex-basis: 35%;
      }

      #lately .swiper-slide .form-scrollbar-join {
        color: red;
      }

      .exemption {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999;
        text-align: center;
        padding: 10px 0;
        background: #f3f3f3;
      }

      .exemption .company {
        font-size: 12px;
        color: #999;
      }
