/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
/* Less CSS Document */
/* Will be auto compiled to CSS file on save */

.rt {
  width: 100%;
  font-size: 0.75em;
  /*12*/
  line-height: 1.25em;
  /*15*/
  border-collapse: collapse;
  border-spacing: 0;
}
.rt th,
.rt td {
  margin: 0;
  padding: 0.4166em;
  /*10*/
  vertical-align: top;
  border: 1px solid #babcbf;
  background: #fff;
}
.rt th {
  text-align: left;
  background: #fff2b2;
}
@media (max-width: 567px) {
  .rt {
    display: block;
    position: relative;
    width: 100%;
  }
  .rt thead {
    display: block;
    float: left;
  }
  .rt tbody {
    display: -webkit-box;
    overflow-x: auto;
  }
  .rt th,
  .rt tr,
  .rt td {
    display: block;
  }
  .rt th {
    border-bottom: 0;
  }
  .rt td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .rt tbody tr {
    border-right: 1px solid #babcbf;
  }
  .rt th:last-child,
  .rt td:last-child {
    border-bottom: 1px solid #babcbf;
  }
}
.c1 .faq_color {
  color: #acd2b9 !important;
}
.c2 .faq_color {
  color: #7ca587 !important;
}
.c3 .faq_color {
  color: #5a7d69 !important;
}
.c4 .faq_color {
  color: #285538 !important;
}
.c5 .faq_color {
  color: #24420e !important;
}
.c1 .faq_bgcolor {
  background-color: #acd2b9 !important;
}
.c2 .faq_bgcolor {
  background-color: #7ca587 !important;
}
.c3 .faq_bgcolor {
  background-color: #5a7d69 !important;
}
.c4 .faq_bgcolor {
  background-color: #285538 !important;
}
.c5 .faq_bgcolor {
  background-color: #24420e !important;
}
main nav {
  text-align: center;
  margin-bottom: 80px;
}
main nav .item {
  display: inline-block;
  position: relative;
  margin: 0 8px;
  cursor: pointer;
  width: 130px;
  height: 130px;
  vertical-align: top;
}
main nav .item > div {
  width: 100%;
  height: 100%;
  padding: 10px;
  text-align: left;
}
main nav .item .label {
  color: #FFF;
}
main nav .item.active:after {
  content: "";
  display: block;
  height: 7px;
  background-color: #e74c3c;
  width: 100%;
  position: absolute;
  bottom: -10px;
}
main .body .head {
  position: relative;
  height: auto;
}
main .body .head:before {
  content: "";
  display: block;
  padding-top: 100%;
}
main .body .head .label {
  padding: 15px;
  position: absolute;
  left: 0;
  top: 0;
  color: #FFF;
  font-size: 1.2em;
}
main .body .c {
  display: none;
}
main .body .c.active {
  display: block;
}
main .body .qalist {
  padding: 5px;
}
main .body .qalist > ul {
  list-style: none;
  padding-left: 0;
}
main .body .qalist > ul > li {
  margin-bottom: 1.2em;
  position: relative;
  padding-left: 1em;
}

main .body .qalist > ul > li::after {
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 1px;
  background: #e74c3c;
  content: '';
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

main .body .qalist > ul > li .q {
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 5px;
}
main .body .qalist > ul > li .a {
  display: none;
}
main .body .qalist > ul > li.active .q {
  color: #e74c3c;
}
@media (max-width: 991px) {
  main {
    margin: 0 15px;
  }
  main nav {
    margin-bottom: 30px;
    overflow-x: auto;
  }
  main nav .wrapper {
    width: 700px;
    height: 150px;
    *zoom: 1;
  }
  main nav .wrapper:before,
  main nav .wrapper:after {
    display: table;
    content: "";
    line-height: 0;
  }
  main nav .wrapper:after {
    clear: both;
  }
  main nav .item {
    display: block;
    float: left;
    margin: 0;
    margin-right: 10px;
  }
  main .body .head {
    display: none;
  }
  main .body .c {
    display: none;
  }
  main .body .c.active {
    display: block;
  }
  main .body .qalist {
    padding: 5px;
  }
  main .body .qalist > ul {
    list-style: none;
    padding-left: 0;
  }
  main .body .qalist > ul > li {
    margin-bottom: 1.2em;
    position: relative;
    padding-left: 1em;
  }
  
  main .body .qalist > ul > li::after {
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 1px;
    background: #e74c3c;
    content: '';
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  main .body .qalist > ul > li .q {
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 5px;
  }
  main .body .qalist > ul > li .a {
    display: none;
  }
  main .body .qalist > ul > li.active .q {
    color: #e74c3c;
  }
}

.a ol[type=i] {
  list-style: lower-roman;
  padding-left: 20px;
}

.a ol[type=a] {
  list-style: lower-alpha;
  padding-left: 20px;
}

.a ol[type=d] {
  list-style: decimal;
  list-style-position: outside;
  padding-left: 20px;  
}

main .view-all {
  color: #e74c3c;
  cursor: pointer;
}