@charset "UTF-8";
.autos {
  padding: 0.5rem 1rem;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  border-radius: 10px 10px 0 0;
  border: 1px solid #ddd;
  border-bottom: 0;
  background: #d8d8d8;
  z-index: 998;
}
@media screen and (max-width: 999px) {
  .autos {
    padding: 0.5rem 1rem 1rem 1rem;
  }
}
.autos > div {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .autos > div {
    display: block;
    width: 100%;
  }
}
.autos > div::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0;
  height: 0;
  margin: -3px 0 0 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
  z-index: 0;
}
@media screen and (max-width: 999px) {
  .autos > div::after {
    right: 10px;
  }
}
.autos select {
  padding: 2px 20px 2px 10px;
  font-size: 16px;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff, #ddd);
  outline: none;
  -webkit-appearance: none;
}
@media screen and (max-width: 999px) {
  .autos select {
    display: block;
    width: 100%;
    margin: 0.5rem 0 0 0;
    padding: 0.3rem;
  }
}

.filiter {
  padding: 0.775rem 1rem;
  font-weight: bold;
  border-radius: 0 0 10px 10px;
  border: 1px solid #ddd;
  background: #fff;
}
.filiter > div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 0.5rem 0;
}
@media screen and (max-width: 999px) {
  .filiter > div {
    margin: 0.15rem 0 0.15rem 0;
    font-size: 1rem;
  }
}
.filiter > div:first-child {
  display: flex;
  align-items: center;
}
.filiter > div:first-child > div:last-child span {
  font-size: 1.2rem;
}
.filiter > div:first-child > div:last-child span:first-child {
  border: 1px solid #db5b5b;
  background: #f08080;
}
.filiter > div:first-child > div:last-child span:nth-child(2) {
  border: 1px solid #d48b0c;
  background: #fba714;
}
.filiter > div:first-child > div:last-child span:nth-child(3) {
  border: 1px solid #56a2b1;
  background: #79becb;
}
.filiter > div:first-child > div:last-child span:nth-child(4) {
  border: 1px solid #88994a;
  background: #a4b662;
}
.filiter > div:first-child > div:last-child span.active {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
}
.filiter > div:first-child > div:last-child span.active:first-child {
  background: linear-gradient(#f08080, #be1d1d);
}
.filiter > div:first-child > div:last-child span.active:nth-child(2) {
  background: linear-gradient(#fba714, #b86e00);
}
.filiter > div:first-child > div:last-child span.active:nth-child(3) {
  background: linear-gradient(#79becb, #2f7f8f);
}
.filiter > div:first-child > div:last-child span.active:nth-child(4) {
  background: linear-gradient(#a4b662, #7b912e);
}
.filiter > div:first-child > div:last-child a {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}
.filiter > div:last-child {
  margin: 0;
}
.filiter > div > div:first-child {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60px;
}
@media screen and (max-width: 999px) {
  .filiter > div > div:first-child {
    padding: 0.2rem 0;
  }
}
.filiter > div span {
  display: inline-block;
  margin: 0 0.3rem 0 0;
  padding: 0.1rem 0.3rem;
  font-weight: normal;
  border-radius: 0.25rem;
  border: 1px solid #ccc;
  background: linear-gradient(#fff, #ccc);
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  .filiter > div span {
    margin: 0 0.3rem 0.5rem 0;
    padding: 0.2rem 0.5rem;
    font-size: 1rem;
  }
}
.filiter > div span.active {
  border: 1px solid #d44000;
  background: linear-gradient(#ff834e, #ea5413);
}
.filiter > div span.active a {
  color: #fff;
}
.filiter > div span a {
  color: #333;
}

.filiter-tabs {
  margin: 1rem 0 0 0;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .filiter-tabs {
    text-align: left;
    border-bottom: 0;
  }
}
.filiter-tabs span {
  position: relative;
  top: 1px;
  display: inline-block;
  margin: 0 0.1rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
  font-size: 1rem;
  font-weight: bold;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(#eee, #fff);
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .filiter-tabs span {
    margin: 0.2rem 0.1rem;
    border-radius: 5px;
  }
}
.filiter-tabs span:first-child, .filiter-tabs span:nth-child(2) {
  border-top: 3px solid #ea5413;
}
.filiter-tabs span:first-child b, .filiter-tabs span:nth-child(2) b {
  background: #ea5413;
}
.filiter-tabs span:first-child.active, .filiter-tabs span:nth-child(2).active {
  background: #ea5413;
  border-bottom: 1px solid #ea5413;
}
@media screen and (max-width: 640px) {
  .filiter-tabs span:first-child.active, .filiter-tabs span:nth-child(2).active {
    background: #ea5413;
    border-bottom: 1px solid #ea5413;
  }
}
.filiter-tabs span:nth-child(3), .filiter-tabs span:nth-child(4) {
  border-top: 3px solid #ffa200;
}
.filiter-tabs span:nth-child(3) b, .filiter-tabs span:nth-child(4) b {
  background: #ffa200;
}
.filiter-tabs span:nth-child(3).active, .filiter-tabs span:nth-child(4).active {
  background: #ffa200;
  border-bottom: 1px solid #ffa200;
}
@media screen and (max-width: 640px) {
  .filiter-tabs span:nth-child(3).active, .filiter-tabs span:nth-child(4).active {
    background: #ffa200;
  }
}
.filiter-tabs span.active {
  color: #fff;
  border-bottom: 1px solid #fff;
  background: linear-gradient(#ddd, #fff);
}
@media screen and (max-width: 640px) {
  .filiter-tabs span.active {
    color: #fff;
  }
}
.filiter-tabs span.active b {
  background: #fff;
  color: #000;
}
@media screen and (max-width: 640px) {
  .filiter-tabs span.active b {
    color: #000;
    background: #fff;
  }
}
.filiter-tabs span b {
  display: inline-block;
  margin: 0 0 0 3px;
  padding: 0 0.25rem;
  color: #fff;
  border-radius: 3px;
}

.page-category {
  margin-bottom: 50px;
}
@media screen and (max-width: 999px) {
  .page-category {
    margin: 0;
    padding: 20px;
    background: #fff;
    overflow-x: hidden;
    z-index: 1;
    transition: 0.5s;
  }
}
.page-category__title {
  margin: 0 0 20px 0;
  padding: 0 0 5px 10px;
  font-size: 18px;
  font-weight: bold;
  color: #303030;
  border-bottom: 1px solid #ab1d33;
}
.page-category > ul > li {
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
  border-bottom: 1px solid #ccc;
}
.page-category > ul > li:last-child {
  border-bottom: 0;
}
.page-category > ul > li > a {
  display: block;
  height: 36px;
  margin: 0 auto;
  padding: 0;
  font-size: 18px;
  color: #ea5413;
  line-height: 36px;
}
.page-category > ul > li > ul > li {
  margin: 0 0 10px 0;
}
.page-category > ul > li > ul > li > a {
  display: block;
  margin: 0 0 5px 0;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

ul.family-tree li {
  position: relative;
  margin: 2px 0;
}
ul.family-tree li.active {
  border-radius: 0.25rem;
  background: #ab1d33;
}
ul.family-tree li span {
  position: relative;
  padding: 0 0 0 1.5rem;
  font-size: 14px;
  cursor: pointer;
}
ul.family-tree li span::before {
  content: "+";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 1rem;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  background: #fff;
}
ul.family-tree li span.active::before {
  content: "-";
}
ul.family-tree li span:hover {
  color: #ab1d33;
}
ul.family-tree li span:hover::before {
  color: #555;
}
ul.family-tree li span a {
  padding: 0;
}
ul.family-tree li a {
  padding: 0 0 0 1.5rem;
  font-size: 14px;
  line-height: 22px;
}
ul.family-tree li a:hover {
  color: #ab1d33;
}
ul.family-tree li a.thisone {
  display: block;
  color: #fff;
  background: #ab1d33;
}
ul.family-tree ul.son {
  display: none;
  margin: 0 0 0 1.25rem;
}
ul.family-tree ul.son > li > a {
  position: relative;
}
ul.family-tree ul.son > li > a::before {
  content: "．";
  position: absolute;
  top: 0;
  left: 0.1rem;
  display: inline-block;
  width: 16px;
  height: 22px;
  line-height: 22px;
  text-align: center;
}
ul.family-tree ul.grandson {
  display: none;
  margin: 0 0 0 1rem;
}
ul.family-tree ul.grandson > li > a {
  position: relative;
}
ul.family-tree ul.grandson > li > a::before {
  content: "．";
  position: absolute;
  top: 0;
  left: 0.5rem;
  display: inline-block;
  width: 16px;
  height: 22px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
}
ul.family-tree > li > span.hasSon::before {
  color: #fba714;
  border: 1px solid #fba714;
  border-radius: 0.25rem;
  background: #ffffff;
}