.page-claim-1 .area {
  margin-bottom: 50px; }
  .page-claim-1 .area .area-title {
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold; }
  .page-claim-1 .area + .area {
    margin-bottom: 0px; }

.page-claim-1 .section {
  margin-bottom: 30px; }
  .page-claim-1 .section:last-child {
    margin-bottom: 0px; }
  .page-claim-1 .section .section-title {
    font-weight: bold;
    margin-bottom: 10px; }
  .page-claim-1 .section .section-list .section-list-item {
    position: relative;
    padding: 14px 20px;
    margin-bottom: 20px;
    border: 2px solid #009074;
    border-radius: 5px;
    font-weight: bold; }
    @media (max-width: 599px) {
      .page-claim-1 .section .section-list .section-list-item {
        padding: 14px; } }
    .page-claim-1 .section .section-list .section-list-item:last-child {
      margin-bottom: 0px; }
    .page-claim-1 .section .section-list .section-list-item.has-arrow::after {
      content: "";
      height: 15px;
      width: 15px;
      display: inline-block;
      position: absolute;
      left: 50%;
      top: 100%;
      background: #fff;
      border: 2.4px solid #009074;
      border-top: none;
      border-left: none;
      transform: translate(-50%, calc(-50% + 1.4px)) rotate(45deg) skew(10deg, 10deg) scale(0.9);
      -ms-transform: translate(-50%, -49%) rotate(45deg) scale(0.9); }
    .page-claim-1 .section .section-list .section-list-item .item-icon {
      justify-content: center;
      display: inline-flex;
      align-items: center;
      text-align: center;
      width: 30px;
      height: 30px;
      margin-bottom: 0px;
      margin-right: 10px;
      text-align: center;
      border-radius: 50%;
      background-color: #009074;
      color: #ffffff; }
    .page-claim-1 .section .section-list .section-list-item .sub {
      color: #999999;
      padding-left: 40px;
      font-size: 14px; }
  .page-claim-1 .section .section-list.sub .section-list-item .item-icon {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border: 2px solid #009074;
    background-color: #ffffff;
    color: #009074; }

.attention-list {
    color: #ff4747;
    font-size: 20px;
    letter-spacing: 2px;
}

.page-claim-1 .form-group-code {
    width: 320px;
}
  @media (max-width: 599px) {
    .page-claim-1 .form-group-code {
      width: 100%; } }
