html {
  width: 100%;
  overflow-x: hidden;
}
.faq-page {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
.faq-page * {
  box-sizing: border-box;
}
.faq-page .container-max {
  padding-left: 90px;
  padding-right: 90px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1400px) {
  .faq-page .container-max {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media screen and (max-width: 1200px) {
  .faq-page .container-max {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 992px) {
  .faq-page .container-max {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 750px) {
  .faq-page .container-max {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.faq-page .container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1400px;
}
.faq-page .bg {
  position: absolute;
  z-index: -1;
}
.faq-page .bg.bg-1 {
  top: 31%;
  left: 0;
  max-width: 615px;
}
.faq-page .bg.bg-2 {
  top: 65%;
  right: 0;
  max-width: 438px;
}
.faq-page .bg img {
  width: 100%;
}
.faq-page .banner .banner-box {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .faq-page .banner .banner-box::before {
    content: '';
    background-color: #000;
    position: absolute;
    top: 0;
    width: 100%;
    height: 70%;
  }
}
.faq-page .banner .banner-box .banner-bg {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
}
.faq-page .banner .banner-box .banner-bg img {
  width: 100%;
}
.faq-page .banner .banner-box .banner-bg .person-box {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.faq-page .banner .banner-box .text-box {
  position: absolute;
  top: 35%;
  left: 0;
  color: #fff;
  max-width: 31.71vw;
  z-index: 3;
  transition: top 0.35s ease-in-out;
}
@media screen and (max-width: 1400px) {
  .faq-page .banner .banner-box .text-box {
    top: 30%;
    max-width: 42.1vw;
  }
}
@media screen and (max-width: 1200px) {
  .faq-page .banner .banner-box .text-box {
    padding-top: 110px;
    padding-bottom: 6px;
    position: static;
    width: 66%;
    max-width: none;
  }
}
@media screen and (max-width: 992px) {
  .faq-page .banner .banner-box .text-box {
    width: 80%;
  }
}
@media screen and (max-width: 750px) {
  .faq-page .banner .banner-box .text-box {
    width: 100%;
  }
}
.faq-page .banner .banner-box .text-box h1 {
  font-size: 85px;
  line-height: 1.22;
  font-weight: bold;
}
@media (max-width: 750px) {
  .faq-page .banner .banner-box .text-box h1 {
    font-size: 60px;
  }
}
.faq-page .banner .banner-box .text-box p {
  margin-bottom: 22px;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.65;
}
@media screen and (max-width: 750px) {
  .faq-page .banner .banner-box .text-box p {
    margin-bottom: 12px;
  }
}
.faq-page .faq-list {
  margin-top: 100px;
}
.faq-page .faq-list .container {
  display: flex;
  flex-direction: column;
}
.faq-page .faq-list .container .faq-box {
  margin-bottom: 22px;
  border-radius: 90px;
  padding: 46px 54px;
  background-color: #FFC807;
}
@media screen and (max-width: 1400px) {
  .faq-page .faq-list .container .faq-box {
    border-radius: 55px;
    padding: 34px 40px;
  }
}
@media screen and (max-width: 992px) {
  .faq-page .faq-list .container .faq-box {
    margin-bottom: 18px;
    border-radius: 30px;
    padding: 22px;
  }
}
.faq-page .faq-list .container .faq-box .faq-head {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: margin-bottom 0.35s ease-in-out;
  cursor: pointer;
}
.faq-page .faq-list .container .faq-box .faq-head .tit {
  display: flex;
  align-items: baseline;
  font-weight: bold;
  width: calc(100% - 30px);
}
.faq-page .faq-list .container .faq-box .faq-head .tit .tag {
  margin-right: 30px;
  color: #D13A31;
  font-size: 48px;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .faq-page .faq-list .container .faq-box .faq-head .tit .tag {
    font-size: 40px;
    line-height: 1;
  }
}
@media screen and (max-width: 750px) {
  .faq-page .faq-list .container .faq-box .faq-head .tit .tag {
    margin-right: 20px;
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  .faq-page .faq-list .container .faq-box .faq-head .tit .tag {
    margin-right: 15px;
    font-size: 20px;
  }
}
.faq-page .faq-list .container .faq-box .faq-head .tit .text {
  color: #1B1C26;
  font-size: 36px;
  line-height: 1 ;
}
@media screen and (max-width: 992px) {
  .faq-page .faq-list .container .faq-box .faq-head .tit .text {
    font-size: 30px;
    line-height: 1;
  }
}
@media screen and (max-width: 750px) {
  .faq-page .faq-list .container .faq-box .faq-head .tit .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .faq-page .faq-list .container .faq-box .faq-head .tit .text {
    font-size: 16px;
  }
}
.faq-page .faq-list .container .faq-box .faq-head .switch-btn {
  width: 22px;
  height: 22px;
  position: relative;
}
.faq-page .faq-list .container .faq-box .faq-head .switch-btn .h {
  width: 100%;
  height: 6px;
  background-color: #1B1C26;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 576px) {
  .faq-page .faq-list .container .faq-box .faq-head .switch-btn .h {
    height: 4px;
  }
}
.faq-page .faq-list .container .faq-box .faq-head .switch-btn .v {
  width: 6px;
  height: 100%;
  background-color: #1B1C26;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: height 0.35s ease-in-out;
}
@media screen and (max-width: 576px) {
  .faq-page .faq-list .container .faq-box .faq-head .switch-btn .v {
    width: 4px;
  }
}
.faq-page .faq-list .container .faq-box .faq-content {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease-in-out;
}
.faq-page .faq-list .container .faq-box .faq-content .box {
  border-radius: 30px;
  padding: 82px;
  background-color: #fff;
  color: #1B1C26;
}
@media screen and (max-width: 1400px) {
  .faq-page .faq-list .container .faq-box .faq-content .box {
    padding: 44px;
  }
}
@media screen and (max-width: 992px) {
  .faq-page .faq-list .container .faq-box .faq-content .box {
    padding: 32px;
  }
}
.faq-page .faq-list .container .faq-box .faq-content .box .content-tit {
  margin-bottom: 30px;
  line-height: 1;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .faq-page .faq-list .container .faq-box .faq-content .box .content-tit {
    margin-bottom: 22px;
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  .faq-page .faq-list .container .faq-box .faq-content .box .content-tit {
    margin-bottom: 14px;
    font-size: 18px;
  }
}
.faq-page .faq-list .container .faq-box .faq-content .box .ul .li {
  font-size: 18px;
  line-height: 1.65;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .faq-page .faq-list .container .faq-box .faq-content .box .ul .li {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .faq-page .faq-list .container .faq-box .faq-content .box .ul .li {
    font-size: 14px;
  }
}
.faq-page .faq-list .container .faq-box .faq-content .box .ul .li::before {
  margin-right: 16px;
  content: '';
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: linear-gradient(180deg, #C72B30 0%, #E85B34 100%);
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 992px) {
  .faq-page .faq-list .container .faq-box .faq-content .box .ul .li::before {
    margin-right: 8px;
  }
}
.faq-page .faq-list .container .faq-box.open .faq-head {
  margin-bottom: 46px;
}
@media screen and (max-width: 1400px) {
  .faq-page .faq-list .container .faq-box.open .faq-head {
    margin-bottom: 26px;
  }
}
.faq-page .faq-list .container .faq-box.open .faq-head .switch-btn .v {
  height: 0;
}
.faq-page .c-footer {
  margin-top: 0;
}
