@import url("vendor/reset.css");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Noto+Sans+TC:wght@300;400;500;700;900&family=Potta+One&display=swap");
body, html {
  font-family: "Noto Sans TC", "Oswald", sans-serif;
  -webkit-tap-highlight-color: transparent;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  color: #000;
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  100% {
    overflow: 1;
  }
}
/* Safari */
@keyframes prloader {
  0% {
    background-image: url(../images/loading/loading_00.svg);
  }
  30% {
    background-image: url(../images/loading/loading_01.svg);
  }
  40% {
    background-image: url(../images/loading/loading_02.svg);
  }
  60% {
    background-image: url(../images/loading/loading_03.svg);
  }
  80% {
    background-image: url(../images/loading/loading_04.svg);
  }
  90% {
    background-image: url(../images/loading/loading_05.svg);
  }
  100% {
    background-image: url(../images/loading/loading_06.svg);
  }
}
#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}
#preloder .loader .img { /* Safari */
  animation: prloader 1s linear;
  width: 210px;
  height: 96px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/loading/loading_06.svg);
}
#preloder .loader .deco {
  border-top: 1px solid #000;
  margin-top: 15px;
  padding-top: 15px;
}
#preloder .loader .desc {
  font-size: 14px;
  text-align: center; /* Safari */
  animation: flash 0.5s linear infinite;
}

a {
  transition: 0.5s ease;
  text-decoration: none;
}

button {
  transition: 0.5s ease;
}

textarea, select, input, button {
  outline: none;
}

:focus {
  outline-color: transparent;
  outline-style: none;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

h3, p {
  text-align: justify;
  text-justify: inter-word;
}

.clear-fix {
  clear: both;
}

::-moz-placeholder {
  color: #D9D9D9;
}

::placeholder {
  color: #D9D9D9;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 10px;
  background: #E8E8E8;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #7A7A7A;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #343339;
}

@media all and (max-width: 640px) {
  #preloder .loader .img {
    width: 160px;
    height: 72px;
    background-size: contain;
  }
  #preloder .loader .deco {
    margin-top: 10px;
    padding-top: 10px;
  }
  #preloder .loader .desc {
    font-size: 12px;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  background-color: #396190;
}
header .header-div {
  position: relative;
  padding: 10px 0;
}
header .header-div .outer-div {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}
header .header-div .outer-div .brand a {
  display: flex;
  justify-content: center;
}
header .header-div .outer-div .brand a img {
  height: 60px;
}

main {
  margin-top: 80px;
  position: relative;
  z-index: 1;
}

@media all and (max-width: 640px) {
  header .header-div {
    padding: 8px 0;
  }
  header .header-div .outer-div .brand a img {
    height: 40px;
  }
  header .header-div .outer-div .search {
    top: 65px;
  }
  header .header-div .outer-div .search .border {
    /*width: 45vw;*/
  }
  main {
    margin-top: 50px;
  }
}
footer {
  position: relative;
  z-index: 2;
}
footer .section-footer {
  background-color: #396190;
  padding: 80px 0;
}
footer .section-footer .block-outer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 16px;
  line-height: 2;
  color: #fff;
}
footer .section-footer .block-outer .two-cols {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
footer .section-footer .block-outer .two-cols .col01 {
  display: inline-flex;
  width: 65%;
}
footer .section-footer .block-outer .two-cols .col01 .sub-col01 {
  width: 40%;
}
footer .section-footer .block-outer .two-cols .col01 .sub-col01 h3 {
  font-size: 20px;
}
footer .section-footer .block-outer .two-cols .col01 .sub-col02 {
  width: 60%;
}
footer .section-footer .block-outer .two-cols .col01 .sub-col02 ul {
  display: flex;
  flex-wrap: wrap;
}
footer .section-footer .block-outer .two-cols .col01 .sub-col02 ul li {
  width: 50%;
}
footer .section-footer .block-outer .two-cols .col01 .sub-col02 ul li h4 {
  font-size: 20px;
}
footer .section-footer .block-outer .two-cols .col01 .sub-col02 ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
}
footer .section-footer .block-outer .two-cols .col02 {
  width: 35%;
}
footer .section-footer .block-outer .two-cols .col02 p {
  text-align: right;
}
footer .section-footer .block-outer h3 {
  font-size: 16px;
  font-weight: 700;
}
footer .section-footer .block-outer .company {
  font-size: 16px;
}
footer .section-footer .block-outer .info {
  margin: 20px 0;
}
footer .section-footer .block-outer .info .item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  line-height: 1.4;
  margin: 15px 0;
}
footer .section-footer .block-outer .info .item i {
  display: inline-flex;
  width: 30px;
}
footer .section-footer .block-outer .info .item i img {
  margin-top: 3px;
}
footer .section-footer .block-outer .info .item span {
  display: inline-block;
  width: calc(100% - 30px);
}
footer .section-footer .block-outer .info .item a {
  color: #fff;
}
footer .section-footer .block-outer .copyright {
  font-size: 14px;
}
footer .section-footer .block-outer .copyright a {
  color: #fff;
}

/* Safari */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media all and (max-width: 820px) {
  footer .section-footer {
    padding: 50px 0;
  }
  footer .section-footer .block-outer {
    font-size: 14px;
  }
  footer .section-footer .block-outer .two-cols .col01 {
    width: 100%;
  }
  footer .section-footer .block-outer .two-cols .col01 .sub-col01 h3 {
    font-size: 18px;
  }
  footer .section-footer .block-outer .two-cols .col01 .sub-col02 ul li h4 {
    font-size: 18px;
  }
  footer .section-footer .block-outer .two-cols .col01 .sub-col02 ul li a {
    font-size: 14px;
  }
  footer .section-footer .block-outer .two-cols .col02 {
    width: 100%;
    margin-top: 30px;
  }
}
@media all and (max-width: 640px) {
  footer .section-footer {
    padding: 30px 0;
  }
}
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox-container .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 1px solid #000;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #fff;
  border: 1px solid #000;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  /*background-color: #000;*/
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container input:checked ~ .checkmark:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 16px;
  height: 16px;
  background-color: #000;
}

.checkbox-container .checkmark:after {
  left: 5px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.btn-blue {
  min-width: 180px;
  background-color: #000;
  border: 1px solid #000;
  font-size: 12px;
  line-height: 32px;
  border-radius: 100px;
  text-align: center;
  color: #fff;
}
.btn-blue a {
  color: #fff;
  display: block;
}
.btn-blue:hover {
  background-color: #000;
  border: 1px solid #000;
}
.btn-blue:active {
  background-color: #000;
  border: 1px solid #000;
}
.btn-blue:disabled {
  opacity: 0.6;
}

.btn-white {
  min-width: 180px;
  background-color: #fff;
  border: 1px solid #000;
  font-size: 12px;
  line-height: 32px;
  border-radius: 100px;
  text-align: center;
  color: #000;
}
.btn-white:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn-white:active {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn-white:disabled {
  opacity: 0.6;
}
.btn-white.btn-transparent {
  background-color: transparent;
}
.btn-white.btn-transparent:hover {
  color: #fff;
  border-color: #fff;
}

.btn-darkBlue {
  min-width: 180px;
  background-color: #000;
  border: 1px solid #000;
  font-size: 12px;
  line-height: 32px;
  border-radius: 100px;
  text-align: center;
  color: #fff;
}
.btn-darkBlue a {
  color: #fff;
  display: block;
}
.btn-darkBlue:hover {
  background-color: #000;
  border: 1px solid #000;
}
.btn-darkBlue:active {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
}
.btn-darkBlue:disabled {
  opacity: 0.6;
}

.form-div .item {
  margin: 10px 0;
}
.form-div .item .label {
  font-size: 12px;
  color: #686868;
  font-weight: 700;
}
.form-div .item .label.wid-label {
  width: -moz-max-content;
  width: max-content;
}
.form-div .item .label sup {
  color: #96C83E;
}
.form-div .item .controller {
  margin-top: 5px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.form-div .item .controller input {
  width: calc(100% - 22px);
  padding: 0 10px;
  border: 1px solid #B1B1B1;
  line-height: 43px;
  border-radius: 5px;
  font-size: 14px;
}
.form-div .item .controller input::-webkit-outer-spin-button,
.form-div .item .controller input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-div .item .controller input[type=number] {
  -moz-appearance: textfield;
}
.form-div .item .controller .checkbox-container input {
  width: auto;
}
.form-div .item .controller .checked-container input {
  width: auto;
}
.form-div .item .controller select {
  border: 1px solid #B1B1B1;
  line-height: 43px;
  border-radius: 5px;
  font-size: 14px;
  width: 100%;
  padding: 0 10px;
  height: 45px;
  background-color: #fff;
  color: #686868;
}
.form-div .item .controller textarea {
  resize: none;
  border: 1px solid #B1B1B1;
  border-radius: 5px;
  font-size: 14px;
  padding: 10px 10px;
  width: calc(100% - 22px);
  height: 184px;
}
.form-div .item .controller .desc p {
  color: #B1B1B1;
  font-size: 10px;
  margin-bottom: 15px;
}
.form-div .item .controller .desc p:last-child {
  margin-bottom: 0;
}
.form-div .item .controller .file-container {
  position: relative;
}
.form-div .item .controller .file-container label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-div .item .controller .file-container label input {
  width: calc(100% - 22px - 132px - 10px);
}
.form-div .item .controller .file-container label input:disabled {
  background-color: #fff;
}
.form-div .item .controller .file-container label button {
  min-width: 132px;
  background-color: #96C83E;
  border: 1px solid #96C83E;
  border-radius: 5px;
  font-size: 12px;
  line-height: 43px;
  text-align: center;
  color: #fff;
}
.form-div .item .controller .file-container label button:hover {
  background-color: #cbe49f;
}
.form-div .item .controller .file-container .file-upload {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.form-div .item .two-col {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-wrap: wrap;
}
.form-div .item .two-col .col {
  width: calc(50% - 10px);
  margin: 0 5px;
}
.form-div .item .three-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-div .item .three-col .col {
  width: calc(33.3333333333% - 7.5px);
}
.form-div .item .keyin-item:hover .label {
  color: #96C83E;
}
.form-div .item .keyin-item:hover .controller input {
  border-color: #96C83E;
}
.form-div .item .keyin-item:hover .controller select {
  border-color: #96C83E;
  color: #96C83E;
}
.form-div .item .keyin-item:hover .controller textarea {
  border-color: #96C83E;
}
.form-div .item .city-State {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-div .item .city-State .keyin-item:nth-child(1) {
  width: 196px;
}
.form-div .item .city-State .keyin-item:nth-child(2) {
  width: 108px;
}
.form-div .item .city-State .keyin-item:nth-child(2) select {
  width: 100%;
}
.form-div .item .col-2-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-div .item .col-2-3 .keyin-item:nth-child(1) {
  width: 110px;
}
.form-div .item .col-2-3 .keyin-item:nth-child(2) {
  width: calc(100% - 110px - 10px);
}
.form-div .item .col-3-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-div .item .col-3-2 .keyin-item:nth-child(1) {
  width: calc(100% - 110px - 10px);
}
.form-div .item .col-3-2 .keyin-item:nth-child(2) {
  width: 110px;
}
.form-div .item .qty {
  width: 196px;
}
.form-div .item .qty .controller select {
  width: 100%;
}
.form-div .item .ups-ffdex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form-div .item .ups-ffdex .col01 {
  width: calc(100% - 540px);
}
.form-div .item .ups-ffdex .col01 .radio-container {
  margin-top: 15px;
}
.form-div .item .ups-ffdex .col02 {
  width: 540px;
}
.form-div .item .keep-forgot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.form-div .item .keep-forgot .col01 {
  width: 50%;
}
.form-div .item .keep-forgot .col02 {
  width: 50%;
  text-align: right;
  font-size: 12px;
  color: #B1B1B1;
}
.form-div .item .keep-forgot .col02 a {
  color: #96C83E;
}
.form-div .item.or {
  margin: 20px 0;
}
.form-div .item.or .or-div {
  color: #686868;
  font-size: 12px;
  position: relative;
  text-align: center;
}
.form-div .item.or .or-div span {
  background-color: #fff;
  padding: 0 10px;
}
.form-div .item.or .or-div:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #F5F5F7;
}
.form-div .item.remark {
  margin: 20px 0;
}
.form-div .item.action {
  margin-top: 20px;
  margin-bottom: 0;
}
.form-div .item.action button {
  width: 100%;
  border: none;
  border-radius: 5px;
  background-color: #96C83E;
  font-size: 12px;
  line-height: 45px;
  color: #fff;
  margin: 0 auto;
}
.form-div .item.action button:hover {
  opacity: 0.3;
}
.form-div .item.action button a {
  color: #fff;
  display: block;
}
.form-div .item .apply-account {
  text-align: center;
  color: #B1B1B1;
  font-size: 12px;
}
.form-div .item .apply-account span {
  display: block;
}
.form-div .item .apply-account .green {
  color: #96C83E;
}

.form-item .box-div {
  background-color: #fff;
  padding: 20px 55px 50px 55px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.form-item .item-title h3 {
  font-size: 14px;
  color: #96C83E;
  font-weight: 700;
  margin-left: -30px;
}
.form-item .item-desc p {
  font-size: 10px;
  color: #B1B1B1;
}

@media all and (max-width: 640px) {
  .form-div .item .two-col {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .form-div .item .two-col .col {
    margin: 0;
    width: 100%;
  }
  .form-div .item .two-col .col:nth-child(2) {
    margin-top: 10px;
  }
  .form-div .item .col-3-2 .keyin-item:nth-child(1) {
    width: calc(65% - 10px);
  }
  .form-div .item .col-3-2 .keyin-item:nth-child(2) {
    width: 35%;
  }
  .form-div .item .col-2-3 .keyin-item:nth-child(1) {
    width: 35%;
  }
  .form-div .item .col-2-3 .keyin-item:nth-child(2) {
    width: calc(65% - 10px);
  }
  .form-div .item .keep-forgot {
    display: block;
  }
  .form-div .item .keep-forgot .col01 {
    width: 100%;
  }
  .form-div .item .keep-forgot .col02 {
    margin-top: 5px;
    width: 100%;
    text-align: left;
  }
  .form-div .item .three-col {
    display: block;
  }
  .form-div .item .three-col .col {
    width: 100%;
    margin: 10px 0;
  }
}
.block-outer {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.section-banner {
  background-color: #d5eae3;
}
.section-banner .block-outer {
  padding: 0 0px;
}
.section-banner .block-outer a {
  display: flex;
}
.section-banner .block-outer a img {
  max-width: 100%;
}

.section-home .block-div {
  padding: 50px 0;
}
.section-home .block-div.block-04.block-collapse.hide .block-title {
  border-bottom: none;
}
.section-home .block-div.block-collapse.hide {
  padding: 0;
  padding-bottom: 0px;
  border-bottom: none;
}
.section-home .block-div.block-collapse.hide .block-title {
  padding: 50px 0;
  border-bottom: 1px solid #000;
  margin-bottom: 0;
}
.section-home .block-div.block-collapse.hide .collapse-div {
  display: none;
}
.section-home .block-div.block-collapse.hide.block-03, .section-home .block-div.block-collapse.hide.block-05 {
  background-color: #ECF0F1;
}
.section-home .block-div.block-collapse.hide.block-03, .section-home .block-div.block-collapse.hide.block-05 {
  background-color: transparent;
}
.section-home .block-div.block-collapse.hide .btn-collapse {
  transform: rotate(0deg);
}
.section-home .block-div .block-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.section-home .block-div .block-title h2 {
  display: inline-flex;
  justify-content: center;
  padding: 6px 20px;
  background-color: #708E8E;
  border-radius: 100px;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
}
.section-home .block-div .block-title h2 i {
  display: inline-flex;
  align-items: center;
  margin-left: 15px;
}
.section-home .block-div .block-title h2 i img {
  height: 36px;
}
.section-home .block-div .btn-collapse {
  background-image: url(./../images/icon_open_close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  width: 30px;
  height: 30px;
  background-color: transparent;
  transform: rotate(45deg);
}
.section-home .block-div .info p {
  font-size: 16px;
  line-height: 2;
}
.section-home .block-div .table-div {
  margin: 30px 0;
}
.section-home .block-div .table-div .box {
  outline: 5px solid #B2E1D8;
  overflow: hidden;
  border-radius: 16px;
}
.section-home .block-div .table-div .box table {
  color: #282828;
  width: 100%;
}
.section-home .block-div .table-div .box table th {
  background-color: #E5F3F3;
  border-right: 3px dashed #B2E1D8;
  border-bottom: 3px dashed #B2E1D8;
  padding: 15px;
  font-size: 16px;
}
.section-home .block-div .table-div .box table th:last-child {
  border-right: none;
}
.section-home .block-div .table-div .box table td {
  border-right: 3px dashed #B2E1D8;
  border-bottom: 3px dashed #B2E1D8;
  padding: 15px 20px;
  vertical-align: middle;
  font-size: 16px;
}
.section-home .block-div .table-div .box table td a {
  color: #282828;
  text-decoration: underline;
}
.section-home .block-div .table-div .box table td:nth-child(1) {
  text-align: center;
}
.section-home .block-div .table-div .box table td:last-child {
  border-right: none;
}
.section-home .block-div .table-div .box table tr:last-child td {
  border-bottom: none;
}
.section-home .block-div .table-div .box table.table-two-td td:nth-child(1) {
  width: 40%;
}
.section-home .block-div .table-div .box table.table-two-td td:nth-child(2) {
  width: 60%;
}
.section-home .block-div .table-div .box table.table-three-td td:nth-child(1) {
  width: 30%;
}
.section-home .block-div .table-div .box table.table-three-td td:nth-child(2) {
  width: 30%;
}
.section-home .block-div .table-div .box table.table-three-td td:nth-child(3) {
  width: 40%;
  word-break: break-all;
}
.section-home .block-div .remark p {
  font-size: 16px;
  color: #252525;
}
.section-home .block-div .rule-list {
  margin-top: 80px;
}
.section-home .block-div .rule-list .item {
  display: flex;
  margin-bottom: 80px;
}
.section-home .block-div .rule-list .item:last-child {
  margin-bottom: 0;
}
.section-home .block-div .rule-list .item .icon {
  width: 180px;
}
.section-home .block-div .rule-list .item .icon img {
  width: 150px;
}
.section-home .block-div .rule-list .item .desc {
  width: calc(100% - 180px);
  color: #252525;
}
.section-home .block-div .rule-list .item .desc h3 {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 700;
}
.section-home .block-div .rule-list .item .desc p {
  font-size: 16px;
}
.section-home .block-div .rule-list .item .desc p span {
  display: block;
}
.section-home .block-div .download-list ol {
  padding-left: 40px;
  list-style: decimal;
}
.section-home .block-div .download-list ol li {
  color: #212121;
  font-size: 16px;
  line-height: 2.2;
}
.section-home .block-div .download-list ol li a {
  color: #212121;
}
.section-home .block-01, .section-home .block-03, .section-home .block-05 {
  background-color: #ECF0F1;
}

@media all and (max-width: 820px) {
  .section-home .block-div {
    padding: 50px 0;
  }
  .section-home .block-div .block-title h2 {
    font-size: 22px;
    padding: 6px 15px;
  }
  .section-home .block-div .block-title h2 i img {
    height: 30px;
  }
  .section-home .block-div .info p {
    font-size: 16px;
  }
  .section-home .block-div .remark p {
    font-size: 16px;
  }
  .section-home .block-div .table-div {
    margin: 30px 0;
  }
  .section-home .block-div .table-div .box {
    outline: 4px solid #B2E1D8;
    border-radius: 8px;
  }
  .section-home .block-div .table-div .box table th {
    font-size: 16px;
    padding: 10px;
    border-right: 2px dashed #B2E1D8;
    border-bottom: 3px dashed #B2E1D8;
  }
  .section-home .block-div .table-div .box table td {
    font-size: 16px;
    padding: 10px;
    border-right: 2px dashed #B2E1D8;
    border-bottom: 3px dashed #B2E1D8;
  }
  .section-home .block-div .table-div .box table.table-three-td td:nth-child(1) {
    width: 18%;
  }
  .section-home .block-div .table-div .box table.table-three-td td:nth-child(2) {
    width: 28%;
  }
  .section-home .block-div .table-div .box table.table-three-td td:nth-child(3) {
    width: 54%;
  }
  .section-home .block-div .rule-list .item .icon {
    width: 150px;
  }
  .section-home .block-div .rule-list .item .icon img {
    width: 120px;
  }
  .section-home .block-div .rule-list .item .desc {
    width: calc(100% - 150px);
  }
  .section-home .block-div .rule-list .item .desc h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .section-home .block-div .rule-list .item .desc p {
    font-size: 16px;
  }
  .section-home .block-div .download-list ol li {
    font-size: 16px;
  }
}
@media all and (max-width: 640px) {
  .section-home .block-div {
    padding: 30px 0;
  }
  .section-home .block-div.block-collapse.hide .block-title {
    padding: 30px 0;
  }
  .section-home .block-div .btn-collapse {
    width: 24px;
    height: 24px;
    background-size: 100% auto;
  }
  .section-home .block-div .block-title h2 {
    font-size: 20px;
    padding: 5px 12px;
  }
  .section-home .block-div .block-title h2 i {
    margin-left: 10px;
  }
  .section-home .block-div .block-title h2 i img {
    height: 36px;
  }
  .section-home .block-div .info p {
    font-size: 16px;
  }
  .section-home .block-div .remark p {
    font-size: 14px;
  }
  .section-home .block-div .table-div {
    margin: 30px 0;
  }
  .section-home .block-div .table-div .box {
    outline: 2px solid #B2E1D8;
    border-radius: 8px;
  }
  .section-home .block-div .table-div .box table th {
    font-size: 14px;
    padding: 5px;
  }
  .section-home .block-div .table-div .box table td {
    font-size: 14px;
    padding: 5px;
  }
  .section-home .block-div .rule-list {
    margin-top: 50px;
  }
  .section-home .block-div .rule-list .item {
    margin-bottom: 30px;
    display: block;
  }
  .section-home .block-div .rule-list .item .icon {
    /*width: 90px;*/
    text-align: center;
    width: 100%;
  }
  .section-home .block-div .rule-list .item .icon img {
    width: 70px;
    margin: 0 auto;
  }
  .section-home .block-div .rule-list .item .desc {
    /*width: calc(100% - 90px);*/
    width: 100%;
  }
  .section-home .block-div .rule-list .item .desc h3 {
    font-size: 22px;
    margin-bottom: 5px;
    text-align: center;
  }
  .section-home .block-div .rule-list .item .desc p {
    font-size: 16px;
  }
  .section-home .block-div .rule-list .item .desc p span {
    display: inline;
  }
  .section-home .block-div .download-list ol li {
    font-size: 16px;
  }
}/*# sourceMappingURL=main.css.map */

strong {
  font-weight: bold;
}