* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
li {
  list-style: none;
}

a {
  color: initial;
  text-decoration: none;
}

.bx {
  margin: 0 auto;
  max-width: 1230px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.hr {
  width: 100%;
  height: 1px;
  background-color: #000;
}

.color-1 {
  color: #BE39C5;
}

.color-2 {
  color: #27C5E8;
}

.color-3 {
  color: #432BC3;
}

.color-4 {
  color: #E03336;
}

.color-5 {
  color: #008B07;
}

.color-6 {
  color: #0C84BD;
}

.color-7 {
  color: #70CE70;
}

.color-8 {
  color: #0387C8;
}

.backg-1 {
  background-color: #5FDA78;
}

.backg-2 {
  background-color: #E7332E;
}

.backg-3 {
  background-color: #B3E7FF;
}

.backg-4 {
  background-color: #EFF8FD;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

header .box {
  padding: 0.75rem 0rem;
  text-align: center;
}
header .box h2 {
  font-size: 24px;
  line-height: 2;
}
header .box h3 {
  font-size: 18px;
  line-height: 2;
}
header .box h3.line-1 {
  font-size: 16px;
  line-height: 1.75;
}
header .box p {
  font-size: 24px;
  line-height: 1.75;
}

footer {
  padding: 20px;
}

.section_1 .flex {
  flex-wrap: nowrap;
  gap: 1rem;
}
.section_1 .l {
  border: 1px solid #DFE6EF;
  width: 25%;
  text-align: center;
}
.section_1 .l h3 {
  color: #0888C3;
  font-size: 20px;
  line-height: 2;
  padding: 5px;
}
.section_1 .l .p {
  padding: 1.5rem;
}
.section_1 .l .p a {
  border-radius: 50px;
  line-height: 1.5;
  background-color: #0187EA;
  min-width: 150px;
  color: #fff;
  display: inline-block;
  text-align: left;
  padding: 3px 1rem;
}
.section_1 .l h4 {
  padding: 5px;
  line-height: 2;
  font-size: 16px;
  color: #717479;
}
.section_1 .l ul a {
  display: block;
  padding: 5px;
  font-size: 16px;
  line-height: 1.5;
  color: #717479;
  border-top: 1px solid #DFE6EF;
  transition: all 0.5s ease;
}
.section_1 .l ul a.a {
  background-color: #FFF6D9;
}
.section_1 .r {
  border: 1px solid #DFE6EF;
  width: calc(75% - 1rem);
}
.section_1 .r table {
  width: 100%;
  border-spacing: 0;
  table-layout: fixed;
}
.section_1 .r tr.p {
  transition: all 0.5s ease;
}
.section_1 .r tr.p:hover {
  background-color: #FFF6D9;
}
.section_1 .r th {
  min-width: 150px;
  padding: 10px;
  font-size: 16px;
  color: #145572;
}
.section_1 .r td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 5px;
  line-height: 1.5;
  font-size: 15px;
  border-bottom: 1px solid #DFE6EF;
}
.section_1 .r td:nth-child(2), .section_1 .r td:nth-child(3) {
  text-align: center;
}
.section_1 .r td.price {
  color: #F8956A;
}
.section_1 .r td.span {
  color: #2F49C5;
}
.section_1 .r td.span.color {
  color: #CDCFCD;
  font-size: 12px;
}
.section_1 .r td i {
  border-radius: 50%;
  color: #fff;
  width: 32px;
  height: 32px;
  font-size: 12px;
  line-height: 32px;
  font-style: normal;
  text-align: center;
  display: inline-block;
}
.section_1 .r td i.b-1 {
  background-color: #FEAE19;
}
.section_1 .r td i.b-2 {
  background-color: #A5DF34;
}
.section_1 .r .h3 {
  text-align: center;
  font-weight: bold;
  padding: 10px;
  line-height: 1.5;
  border-bottom: 1px dashed #DFE6EF;
}

@media (max-width: 768px) {
  header .box h2,
  header .box h3,
  header .box p {
    word-break: break-all;
    overflow-wrap: break-word;
  }
  header .box h2 {
    font-size: 20px;
    line-height: 1.6;
  }
  header .box h3 {
    font-size: 16px;
    line-height: 1.6;
  }
  header .box h3.line-1 {
    font-size: 14px;
    line-height: 1.5;
  }
  header .box p {
    font-size: 16px;
    line-height: 1.5;
  }
  .section_1 .flex {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1rem;
  }
  .section_1 .l {
    width: 100%;
  }
  .section_1 .l .p a {
    min-width: auto;
    display: block;
    text-align: center;
  }
  .section_1 .r {
    width: 100%;
    overflow-x: auto;
  }
  .section_1 .r table {
    min-width: 100%;
  }
  .section_1 .r td,
  .section_1 .r th {
    font-size: 13px;
    padding: 8px 6px;
  }
  .section_1 .r col {
    width: 60% !important;
  }
  .section_1 .r col:nth-child(2), .section_1 .r col:nth-child(3) {
    width: 20% !important;
  }
  .section_1 .r td i {
    width: 28px;
    height: 28px;
    font-size: 11px;
    line-height: 28px;
  }
}/*# sourceMappingURL=index.css.map */