@charset "UTF-8";
.filiter {
  margin: 0 20px;
  padding: 0.2rem 1rem 0 1rem;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  border: 1px solid #ddd;
  border-bottom: 0;
  background: #fff;
  z-index: 98;
}
@media screen and (max-width: 640px) {
  .filiter {
    margin: 0 10px;
  }
}
.filiter > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.25rem 0;
}
@media screen and (max-width: 999px) {
  .filiter > div:first-child {
    align-items: flex-start;
  }
}
.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:nth-child(5) {
  border: 1px solid #a088e0;
  background: #b4a0eb;
}
.filiter > div:first-child > div:last-child span:nth-child(6) {
  border: 1px solid #c08d5d;
  background: #d89f6a;
}
.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 span.active:nth-child(5) {
  background: linear-gradient(#b4a0eb, #9075c2);
}
.filiter > div:first-child > div:last-child span.active:nth-child(6) {
  background: linear-gradient(#dbc1a3, #a8773e);
}
.filiter > div:first-child > div:last-child a {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 999px) {
  .filiter > div:last-child span {
    font-size: 1rem;
  }
}
.filiter > div > div:first-child {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0 0 50px;
  width: 50px;
}
@media screen and (max-width: 999px) {
  .filiter > div > div:first-child {
    padding: 0.2rem 0;
  }
}
@media screen and (max-width: 999px) {
  .filiter > div > div:last-child {
    width: calc(100% - 50px);
  }
}
.filiter > div span {
  display: inline-block;
  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 2px 4px 2px;
    padding: 0.1rem 0.3rem;
    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;
}

.fee {
  margin: 0 20px;
  padding: 0 1rem 0.2rem 1rem;
  font-weight: bold;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .fee {
    margin: 0 10px;
  }
}
.fee > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.25rem 0;
}
@media screen and (max-width: 999px) {
  .fee > div {
    align-items: center;
  }
}
.fee > div > div:first-child {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0 0 50px;
  width: 50px;
}
@media screen and (max-width: 999px) {
  .fee > div > div:first-child {
    padding: 0.2rem 0;
  }
}
.fee > div > div:last-child {
  font-weight: normal;
}
@media screen and (max-width: 999px) {
  .fee > div > div:last-child {
    width: calc(100% - 50px);
  }
}

.autos {
  position: relative;
  margin: 0 20px;
  padding: 0.5rem 1rem;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  border-radius: 0 0 10px 10px;
  border: 1px solid #ddd;
  border-bottom: 0;
  background: #d8d8d8;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .autos {
    padding: 0.5rem 1rem 1rem 1rem;
  }
}
@media screen and (max-width: 640px) {
  .autos {
    margin: 0 10px;
  }
}
.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: -4px 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;
}
@media screen and (max-width: 999px) {
  .autos select {
    display: block;
    width: 100%;
    margin: 0.5rem 0 0 0;
    padding: 0.3rem;
  }
}
.autos select.select-warning {
  border: 2px solid #ff0000;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
}

.ask-btn {
  margin: 0 5px 0 30px;
  font-size: 0.9rem;
  color: #0000ff;
  text-decoration: underline;
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  .ask-btn {
    display: inline-block;
    margin: 15px 5px 0 0;
  }
}

.info-btn {
  margin: 0 5px 0 30px;
  font-size: 0.9rem;
  color: #0000ff;
  text-decoration: underline;
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  .info-btn {
    display: inline-block;
    margin: 15px 5px 0 0;
  }
}

.inquiry-btn {
  padding: 3px 10px;
  font-size: 0.8rem;
  color: #a76c36;
  border-radius: 20px;
  border: 1px solid #c9a68f;
  background-color: #fff1df;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  .inquiry-btn {
    display: inline-block;
    margin: 15px 0 0 0;
  }
}

.filiter-tabs {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 20px 0 20px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .filiter-tabs {
    margin: 0 10px;
    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: 1120px) {
  .filiter-tabs span {
    margin-bottom: .5rem;
  }
}
@media screen and (max-width: 640px) {
  .filiter-tabs span {
    margin: 0.2rem 0.1rem;
    padding: 0.3rem 0.5rem;
    width: calc(50% - .2rem);
    border-radius: 5px;
  }
}
@media screen and (max-width: 480px) {
  .filiter-tabs span {
    display: flex;
    justify-content: space-between;
  }
}
.filiter-tabs span.three-d {
  border-top: 3px solid #ea5413;
}
.filiter-tabs span.three-d.active {
  background: #ea5413;
  border-bottom: 1px solid #ea5413;
}
@media screen and (max-width: 640px) {
  .filiter-tabs span.three-d.active {
    background: #ea5413;
    border-bottom: 1px solid #ea5413;
  }
}
.filiter-tabs span.three-d b {
  background: #ea5413;
}
.filiter-tabs span.flat {
  border-top: 3px solid #ffa200;
}
.filiter-tabs span.flat.active {
  background: #ffa200;
  border-bottom: 1px solid #ffa200;
}
@media screen and (max-width: 640px) {
  .filiter-tabs span.flat.active {
    background: #ffa200;
  }
}
.filiter-tabs span.flat b {
  background: #ffa200;
}
.filiter-tabs span.three-section {
  border-top: 3px solid #093e8c;
}
.filiter-tabs span.three-section.active {
  background: #093e8c;
  border-bottom: 1px solid #093e8c;
}
@media screen and (max-width: 640px) {
  .filiter-tabs span.three-section.active {
    background: #093e8c;
    border-bottom: 1px solid #093e8c;
  }
}
.filiter-tabs span.three-section b {
  background: #093e8c;
}
.filiter-tabs span.cartilage {
  border-top: 3px solid #c52b2d;
}
.filiter-tabs span.cartilage.active {
  background: #c52b2d;
  border-bottom: 1px solid #c52b2d;
}
@media screen and (max-width: 640px) {
  .filiter-tabs span.cartilage.active {
    background: #c52b2d;
  }
}
.filiter-tabs span.cartilage b {
  background: #c52b2d;
}
.filiter-tabs span.injection {
  border-top: 3px solid #e40112;
}
.filiter-tabs span.injection.active {
  background: #e40112;
  border-bottom: 1px solid #e40112;
}
@media screen and (max-width: 640px) {
  .filiter-tabs span.injection.active {
    background: #e40112;
  }
}
.filiter-tabs span.injection b {
  background: #e40112;
}
.filiter-tabs span.thermoforming {
  border-top: 3px solid #019ed1;
}
.filiter-tabs span.thermoforming.active {
  background: #019ed1;
  border-bottom: 1px solid #019ed1;
}
@media screen and (max-width: 640px) {
  .filiter-tabs span.thermoforming.active {
    background: #019ed1;
    border-bottom: 1px solid #019ed1;
  }
}
.filiter-tabs span.thermoforming b {
  background: #019ed1;
}
.filiter-tabs span.ailimay {
  border-top: 3px solid #ca2021;
}
.filiter-tabs span.ailimay.active {
  background: #ca2021;
  border-bottom: 1px solid #ca2021;
}
.filiter-tabs span.ailimay b {
  background: #ca2021;
}
.filiter-tabs span.ailimay:nth-child(3), .filiter-tabs span.ailimay:nth-child(4) {
  border-top: 3px solid #fba714;
}
.filiter-tabs span.ailimay:nth-child(3).active, .filiter-tabs span.ailimay:nth-child(4).active {
  background: #fba714;
  border-bottom: 1px solid #fba714;
}
.filiter-tabs span.ailimay:nth-child(3):not(.active) b, .filiter-tabs span.ailimay:nth-child(4):not(.active) b {
  background: #fba714;
}

.filiter-tabs span.ailimay:nth-child(5), .filiter-tabs span.ailimay:nth-child(6), .filiter-tabs span.ailimay:nth-child(7) {
  border-top: 3px solid #a4b662;
}
.filiter-tabs span.ailimay:nth-child(5).active, .filiter-tabs span.ailimay:nth-child(6).active, .filiter-tabs span.ailimay:nth-child(7).active {
  background: #a4b662;
  border-bottom: 1px solid #a4b662;
}
.filiter-tabs span.ailimay:nth-child(5):not(.active) b, .filiter-tabs span.ailimay:nth-child(6):not(.active) b, .filiter-tabs span.ailimay:nth-child(7):not(.active) b {
  background: #a4b662;
}

.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;
}

#popmsg-ask {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
}
#popmsg-ask > div {
  position: relative;
  top: 50%;
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 600px;
  margin: auto;
  font-size: 1rem;
  font-weight: normal;
  color: black;
  text-align: center;
  border: 2px solid #ab1d33;
  border-radius: 5px;
  background-color: #fff;
  transform: translate(0, -50%);
  overflow: hidden;
}
#popmsg-ask > div > div:first-child {
  padding: 5px 0;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 5px;
  border-bottom: 2px solid #fff;
  background-color: #ab1d33;
}
#popmsg-ask > div > div:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 20px 0 20px;
  line-height: 1.6rem;
  text-align: left;
  border-top: 2px solid #ab1d33;
}
#popmsg-ask > div > div:nth-child(2) ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0;
}
@media screen and (max-width: 999px) {
  #popmsg-ask > div > div:nth-child(2) ul {
    flex-direction: column;
    width: 100%;
  }
}
#popmsg-ask > div > div:nth-child(2) ul li {
  display: flex;
  align-items: center;
  flex: 0 0 calc(50% - 10px);
  margin: 5px 0;
}
@media screen and (max-width: 999px) {
  #popmsg-ask > div > div:nth-child(2) ul li {
    flex: 0 0 100%;
  }
}
#popmsg-ask > div > div:nth-child(2) ul li label {
  flex: 0 0 55px;
  width: 55px;
  font-weight: bold;
}
#popmsg-ask > div > div:nth-child(2) ul li input {
  flex: 0 0 calc(100% - 55px);
  width: calc(100% - 55px);
  margin-right: 10px;
  padding: 0.275rem 0.5rem;
  font-size: 1rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
@media screen and (max-width: 999px) {
  #popmsg-ask > div > div:nth-child(2) ul li input {
    margin-right: 0;
  }
}
#popmsg-ask > div > div:nth-child(3) {
  padding: 0 20px 20px 20px;
}
#popmsg-ask > div > div:nth-child(3) button {
  display: inline-block;
  width: 120px;
  height: 32px;
  margin: 0 5px;
  color: #000;
  font-size: 1rem;
  text-align: center;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #ddd;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
#popmsg-ask > div > div:nth-child(3) .send {
  display: inline-block;
  width: 120px;
  height: 32px;
  margin: 0 5px;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #333;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

#popmsg-info {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
}
#popmsg-info > div {
  position: relative;
  top: 50%;
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 600px;
  margin: auto;
  font-size: 1rem;
  font-weight: normal;
  color: black;
  text-align: center;
  border: 2px solid #ab1d33;
  border-radius: 5px;
  background-color: #fff;
  transform: translate(0, -50%);
  overflow: hidden;
}
#popmsg-info > div > div:first-child {
  padding: 5px 0;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 5px;
  border-bottom: 2px solid #fff;
  background-color: #ab1d33;
}
#popmsg-info > div > div:nth-child(2) {
  padding: 20px;
  line-height: 1.6rem;
  text-align: left;
  border-top: 2px solid #ab1d33;
}
#popmsg-info > div > div:nth-child(2) ul li {
  position: relative;
  margin: 20px 0;
  padding: 0 0 0 35px;
}
#popmsg-info > div > div:nth-child(2) ul li:first-child::before {
  content: "(一)";
  position: absolute;
  top: 0;
  left: 0;
}
#popmsg-info > div > div:nth-child(2) ul li:first-child p:first-child {
  margin-top: 15px;
}
#popmsg-info > div > div:nth-child(2) ul li:first-child p:last-child {
  margin-bottom: 15px;
}
#popmsg-info > div > div:nth-child(2) ul li:first-child p span {
  display: inline-block;
  width: 110px;
}
#popmsg-info > div > div:nth-child(2) ul li:first-child p b {
  color: #ab1d33;
}
#popmsg-info > div > div:nth-child(2) ul li:nth-child(2)::before {
  content: "(二)";
  position: absolute;
  top: 0;
  left: 0;
}
#popmsg-info > div > div:nth-child(2) ul li:nth-child(3)::before {
  content: "(三)";
  position: absolute;
  top: 0;
  left: 0;
}
#popmsg-info > div > div:nth-child(3) {
  padding: 0 20px 20px 20px;
}
#popmsg-info > div > div:nth-child(3) button {
  display: inline-block;
  width: 120px;
  height: 32px;
  margin: 0 5px;
  color: #000;
  font-size: 1rem;
  text-align: center;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #ddd;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

#popmsg-inquiry {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
}
#popmsg-inquiry > div {
  position: relative;
  top: 50%;
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 600px;
  margin: auto;
  font-size: 1rem;
  font-weight: normal;
  color: black;
  text-align: center;
  border: 2px solid #ab1d33;
  border-radius: 5px;
  background-color: #fff;
  transform: translate(0, -50%);
  overflow: hidden;
}
#popmsg-inquiry > div > div:first-child {
  padding: 5px 0;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 5px;
  border-bottom: 2px solid #fff;
  background-color: #ab1d33;
}
#popmsg-inquiry > div > div:nth-child(2) {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
  text-align: left;
  border-top: 2px solid #ab1d33;
}
#popmsg-inquiry > div > div:nth-child(2) ul li {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  line-height: 1.2rem;
}
#popmsg-inquiry > div > div:nth-child(2) ul li:last-child {
  margin: 0;
}
#popmsg-inquiry > div > div:nth-child(2) ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ccc;
}
#popmsg-inquiry > div > div:nth-child(3) {
  padding: 0 20px 20px 20px;
}
#popmsg-inquiry > div > div:nth-child(3) button {
  display: inline-block;
  width: 120px;
  height: 32px;
  margin: 0 5px;
  color: #000;
  font-size: 1rem;
  text-align: center;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #ddd;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.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 > 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;
}

.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;
}

#pageLeft {
  position: fixed;
  top: 88px;
  left: -100%;
  width: 260px;
  height: calc(100% - 85px);
  margin-right: 40px;
  padding: 20px;
  border-right: 1px solid #ccc;
  background-color: #fff;
  z-index: 1001;
  overflow-y: auto;
}
@media screen and (max-width: 999px) {
  #pageLeft {
    position: fixed;
    top: 0;
    display: block !important;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 72px 0 0 0;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    transition: all 0.6s;
    z-index: 999;
  }
}
#pageLeft.no-show {
  display: none;
}
@media screen and (max-width: 999px) {
  #pageLeft.no-show {
    display: block;
  }
}

.sayhello {
  display: none;
  margin: 0 0 10px 0;
  padding: 0 20px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .sayhello {
    display: block;
  }
}
.sayhello span {
  color: #12AE57;
}

.business-area {
  width: 100%;
  margin: 0 auto 30px auto;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #ff9900;
  background-color: #fba714;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 999px) {
  .business-area {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.business-area__flip, .business-area__panel {
  padding: 10px 5px;
  text-align: center;
}
.business-area__flip {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.business-area__flip i {
  margin-right: 5px;
  padding: 3px;
  font-size: 0.9rem;
  color: #fba714;
  text-shadow: none;
  border-radius: 5px;
  background-color: #fff;
}
.business-area__panel {
  padding: 0 5px 5px 5px;
  display: none;
}
.business-area__box {
  padding: 10px;
  color: #666;
  border-radius: 3px;
  background-color: #fff;
}
.business-area__method {
  display: flex;
  justify-content: center;
  margin: 10px 0 20px 0;
}
.business-area__method-item {
  padding: 3px 10px;
  font-weight: bold;
  color: #aaa;
  border: 1px solid #aaa;
  background-color: #ddd;
}
.business-area__method-item:first-child {
  border-right: 0;
  border-radius: 5px 0 0 5px;
}
.business-area__method-item:last-child {
  border-left: 0;
  border-radius: 0 5px 5px 0;
}
.business-area__method-item--active {
  color: #fff;
  background-color: #ff0000;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.6);
}
.business-area__amount li {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  font-size: 1rem;
}
.business-area__amount li label {
  margin-bottom: 2px;
}
.business-area__amount li > p {
  padding: 3px 0;
  font-weight: bold;
  color: #000;
  border-radius: 50px;
  background-color: #eee;
}
.business-area__amount li > p .unit {
  font-size: 0.9rem;
  font-weight: normal;
  color: #666;
}
.business-area__amount li .bar {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.business-area__amount li .bar .percent {
  position: relative;
  width: 75%;
  margin: 0;
  padding: 0;
  height: 8px;
  border: 1px solid #ccc;
  background-color: #eee;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .business-area__amount li .bar .percent {
    width: calc(100% - 50px);
  }
}
.business-area__amount li .bar .percent i {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 6px;
  background-color: #ab1d33;
  box-sizing: border-box;
}
.business-area__amount li .bar > span {
  width: 25%;
  font-size: 0.8rem;
  color: #666;
  text-align: right;
}
@media screen and (max-width: 999px) {
  .business-area__amount li .bar > span {
    width: 50px;
  }
}
.business-area__suggest {
  width: 100%;
  padding: 5px 0;
  font-size: 0.9rem;
  color: #fff;
  border: 0;
  border-radius: 5px;
  background-color: #333;
  cursor: pointer;
}
.business-area__suggest:hover {
  background-color: #000;
}

.bank-list {
  margin-top: 40px;
}
@media screen and (max-width: 999px) {
  .bank-list {
    margin-top: 0;
    padding: 20px;
  }
}

.bank-item {
  text-align: center;
}

.newspaper {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  border: 2px solid #ff9900;
  border-radius: 5px;
  background-color: #fba714;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .newspaper {
    margin: 20px;
  }
}
.newspaper input {
  padding: 5px 10px;
  border: 0;
}
.newspaper p {
  padding: 5px 0;
  text-align: center;
  background-color: #fba714;
}
.newspaper p span {
  display: block;
  width: 120px;
  margin: 0 auto;
  padding: 2px 10px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  background-color: #ff6600;
  cursor: pointer;
}

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;
}

.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 > 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;
}

.page-category__title {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  font-size: 18px;
  font-weight: bold;
  color: #303030;
  border-bottom: 1px solid #ab1d33;
}

.history {
  border-bottom: 3px solid #d5163d;
}
.history h2 {
  width: 148px;
  height: 32px;
  margin-right: 5px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  background: #d5163d;
}
@media screen and (max-width: 999px) {
  .history h2 {
    margin-right: 3px;
  }
}
.history .h2bg {
  width: 146px;
  height: 31px;
  color: #666;
  line-height: 31px;
  border: 1px solid #ddd;
  border-bottom: none;
  background: none;
}
.history li {
  width: 100%;
}

@media screen and (max-width: 999px) {
  #pageLeft .history-list {
    width: 100% !important;
    padding: 20px;
  }
}

.history-list {
  margin-bottom: 50px;
  color: #aa0000;
}
.history-list h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  font-size: 18px;
  font-weight: bold;
  color: #303030;
  border-bottom: 1px solid #ab1d33;
}

#history_list ul {
  display: flex;
  margin-bottom: 10px;
  padding: 0 10px 10px 10px;
  border-bottom: 1px solid #ddd;
}
#history_list ul:last-child {
  border-bottom: 0;
}
#history_list li {
  font-size: 12px;
}
#history_list li.goodsimg {
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin-right: 10px;
}
#history_list li.goodsimg img {
  display: block;
  width: 100%;
}
#history_list li.goodsdescribe {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#history_list li.goodsdescribe a {
  display: block;
}
#history_list li.goodsdescribe strong {
  font-size: 14px;
}
#history_list li.goodsdescribe strong span.unit {
  margin-left: 5px;
  font-size: 12px;
  color: #626262;
}
#history_list > p {
  margin: 0 0 0 10px;
}

#clear_history {
  display: block;
  width: 40px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background: #aaa;
  cursor: pointer;
}

#pageLeft .libDiv {
  margin-bottom: 50px;
  color: #aa0000;
}
#pageLeft .libDiv h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 5px 0;
  font-size: 18px;
  font-weight: bold;
  color: #303030;
  border-bottom: 1px solid #ab1d33;
}