* {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  overflow-x: hidden;
}

a,
a:link,
a:hover,
a:active,
a:visited {
  outline: none;
  text-decoration: none;
  color: #666666;
}

.common-header {
  width: 100%;
  height: 5.2083333333vw;
  background: #ffffff;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}

.common-footer {
  width: 100%;
  height: 17.96875vw;
  background: #f8f4f1;
}

.page-faq {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  margin: 0 auto;
  padding: 5.2083333333vw 0 0 0;
  overflow-x: hidden;
}
.page-faq .faq-banner {
  width: 100%;
}
.page-faq .faq-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3.125vw 0 0 0;
}
.page-faq .faq-tabs .tabs-item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.25vw;
  height: 2.0833333333vw;
  margin: 0 0.78125vw;
  background: #ffffff;
  border: 1px solid #ff9141;
  border-radius: 4px;
  font-size: 0.8333333333vw;
  font-weight: 500;
  color: #ff9141;
  cursor: pointer;
}
.page-faq .faq-tabs .tabs-item:first-of-type {
  margin-left: 0;
}
.page-faq .faq-tabs .tabs-item:last-of-type {
  margin-right: 0;
}
.page-faq .faq-tabs .item-active {
  color: #ffffff;
  background: #ff9141;
}
.page-faq .faq-items {
  display: flex;
  flex-direction: column;
  margin: 2.0833333333vw 0 5.2083333333vw 0;
}
.page-faq .faq-items .items-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 62.5vw;
  margin: 1.0416666667vw 0 0 0;
  padding: 1.3020833333vw 1.0416666667vw 1.3020833333vw 2.2916666667vw;
  background: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(195, 195, 195, 0.5);
  cursor: pointer;
}
.page-faq .faq-items .items-item .item-title {
  display: flex;
  align-items: center;
  position: relative;
}
.page-faq .faq-items .items-item .item-title .title-index {
  margin: 0 5vw 0 0;
  font-weight: 600;
  font-size: 1.5625vw;
  color: #ff9141;
  line-height: 2.0833333333vw;
  position: relative;
}
.page-faq .faq-items .items-item .item-title .title-index::after {
  content: "";
  display: block;
  width: 0.0520833333vw;
  height: 3.0208333333vw;
  margin: auto;
  background: #ff9141;
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: -2.34375vw;
  bottom: 0;
}
.page-faq .faq-items .items-item .item-title .title-text {
  font-weight: 500;
  font-size: 0.9375vw;
  color: #333333;
  line-height: 1.25vw;
}
.page-faq .faq-items .items-item .item-title .title-btn {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  background: url("../../assets/img/faq-icon-down.png") top center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 1.0416666667vw;
  scroll-margin-top: 6.7708333333vw;
}
.page-faq .faq-items .items-item .item-title .btn-active {
  background: url("../../assets/img/faq-icon-up.png") top center no-repeat;
  background-size: 100% 100%;
}
.page-faq .faq-items .items-item .item-text {
  display: none;
  margin: 0 0 0 7.0833333333vw;
  padding: 2.2916666667vw 2.8645833333vw 1.8229166667vw 0;
  font-weight: 400;
  font-size: 0.8333333333vw;
  color: #666666;
  line-height: 1.7708333333vw;
  cursor: text;
}

/*# sourceMappingURL=faq.css.map */
