@charset "UTF-8";

.question_page .questions .side_bar li.active::after {
  display: block;
  content: "";
  position: absolute;
}
.question_page .kv {
  background-image: url(../images/question/kv_202509.jpg);
}

.question_page .kv .wrap {
  padding-bottom: 17.25%;
}
.question_page .questions {
  margin: 6.25rem 0;
}
.question_page .questions .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 90% !important;
}
.question_page .questions .side_bar {
  max-width: 18.75rem;
  width: 100%;
  font-size: 1.25rem;
}
.question_page .questions .side_bar ul {
  border-left: 1px solid #e92d8e;
}
.question_page .questions .side_bar li {
  cursor: pointer;
  padding-left: 1.25rem;
  position: relative;
}
.question_page .questions .side_bar li + li {
  margin-top: 1.5625rem;
}
.question_page .questions .side_bar li.active {
  color: #e92d8e;
}
.question_page .questions .side_bar li.active::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.625rem 0 0.625rem 0.625rem;
  border-color: transparent transparent transparent #e92d8e;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.question_page .questions .main_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.question_page .questions .question_title {
  font-size: 2.1875rem;
  font-weight: 700;
  color: #e92d8e;
  padding: 0 1.5625rem 0.9375rem;
  border-bottom: 2px solid #e92d8e;
  pointer-events: none;
  position: relative;
}
.question_page .questions .question_title.active .arrow {
  -webkit-transform: translate(0, -50%) rotateZ(0deg);
          transform: translate(0, -50%) rotateZ(0deg);
}
.question_page .questions .question_title .arrow {
  display: none;
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  width: 3rem;
  height: 0.75rem;
  background-image: url(../images/arrow-1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: translate(0, -50%) rotateZ(180deg);
          transform: translate(0, -50%) rotateZ(180deg);
}
.question_page .questions .question_text + .question_text {
  border-top: 1px solid #e92d8e;
}
.question_page .questions .question_text .topic {
  font-size: 1.375rem;
  font-weight: 700;
  padding: 1.25rem 5.625rem 1.25rem 1.5625rem;
  line-height: 1.5;
  cursor: pointer;
  background-color: transparent;
  position: relative;
}
.question_page .questions .question_text .topic.active {
  background-color: #feecee;
}
.question_page .questions .question_text .topic.active .icon {
  background-image: url(../images/icons/decrease-2.png);
}
.question_page .questions .question_text .topic .icon {
  position: absolute;
  right: 1.5625rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1.9375rem;
  height: 1.875rem;
  background-image: url(../images/icons/increase-2.png);
  background-size: cover;
}
.question_page .questions .question_text .answer {
  padding: 1.25rem 1.5625rem;
  line-height: 1.5;
  font-size: 1.125rem;
}
.question_page .questions .part_contact .topic {
  font-weight: normal;
  cursor: inherit;
  padding: 1.25rem 1.5625rem;
}
.question_page .questions .part_contact .topic span {
  display: block;
  font-weight: 700;
  margin-top: 1.875rem;
}
.question_page .questions .part {
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.question_page .questions .part.active {
  display: block;
}
@media (max-width: 68.75em) {
  .question_page .kv .wrap {
    padding-bottom: 22.25%;
  }
}
@media (max-width: 60em) {
  /*****  pc尺寸X0.495  *****/ 
  .question_page .questions .side_bar li.active::after {
    display: block;
    content: "";
    position: absolute;
  }
  .question_page .kv {
    background-image: url(../images/question/kv_202509.jpg);
  }

  .question_page .kv .wrap {
    padding-bottom: 17.25%;
  }
  .question_page .questions {
    margin: 3.09375rem 0;
  }
  .question_page .questions .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 90% !important;
  }
  .question_page .questions .side_bar {
    max-width: 9.28125rem;
    width: 100%;
    font-size: 0.61875rem;
  }
  .question_page .questions .side_bar ul {
    border-left: 1px solid #e92d8e;
  }
  .question_page .questions .side_bar li {
    cursor: pointer;
    padding-left: 0.61875rem;
    position: relative;
  }
  .question_page .questions .side_bar li + li {
    margin-top: 0.7734375rem;
  }
  .question_page .questions .side_bar li.active {
    color: #e92d8e;
  }
  .question_page .questions .side_bar li.active::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.309375rem 0 0.309375rem 0.309375rem;
    border-color: transparent transparent transparent #e92d8e;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .question_page .questions .main_content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .question_page .questions .question_title {
    font-size: 1.0828125rem;
    font-weight: 700;
    color: #e92d8e;
    padding: 0 0.7734375rem 0.4640625rem;
    border-bottom: 2px solid #e92d8e;
    pointer-events: none;
    position: relative;
  }
  .question_page .questions .question_title.active .arrow {
    -webkit-transform: translate(0, -50%) rotateZ(0deg);
            transform: translate(0, -50%) rotateZ(0deg);
  }
  .question_page .questions .question_title .arrow {
    display: none;
    position: absolute;
    top: 50%;
    right: 0.7734375rem;
    width: 1.485rem;
    height: 0.37125rem;
    background-image: url(../images/arrow-1.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: translate(0, -50%) rotateZ(180deg);
            transform: translate(0, -50%) rotateZ(180deg);
  }
  .question_page .questions .question_text + .question_text {
    border-top: 1px solid #e92d8e;
  }
  .question_page .questions .question_text .topic {
    font-size: 0.680625rem;
    font-weight: 700;
    padding: 0.61875rem 2.784375rem 0.61875rem 0.7734375rem;
    line-height: 1.5;
    cursor: pointer;
    background-color: transparent;
    position: relative;
  }
  .question_page .questions .question_text .topic.active {
    background-color: #feecee;
  }
  .question_page .questions .question_text .topic.active .icon {
    background-image: url(../images/icons/decrease-2.png);
  }
  .question_page .questions .question_text .topic .icon {
    position: absolute;
    right: 0.7734375rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 0.9590625rem;
    height: 0.928125rem;
    background-image: url(../images/icons/increase-2.png);
    background-size: cover;
  }
  .question_page .questions .question_text .answer {
    padding: 0.61875rem 0.7734375rem;
    line-height: 1.5;
    font-size: 0.556875rem;
  }
  .question_page .questions .part_contact .topic {
    font-weight: normal;
    cursor: inherit;
    padding: 0.61875rem 0.7734375rem;
  }
  .question_page .questions .part_contact .topic span {
    display: block;
    font-weight: 700;
    margin-top: 0.928125rem;
  }
  .question_page .questions .part {
    display: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .question_page .questions .part.active {
    display: block;
  }
  @media (max-width: 68.75em) {
    .question_page .kv .wrap {
      padding-bottom: 22.25%;
    }
  }




  /*****  mb尺寸  *****/
  .question_page .kv .wrap .group {
    top: 50% !important;
    -webkit-transform: translate(0, -50%) !important;
            transform: translate(0, -50%) !important;
  }
  .question_page .kv h2 {
    font-size: 1.86rem !important;
  }
  .question_page .questions {
    margin: 1.24rem 0 0;
  }
  .question_page .questions .wrap {
    width: 100% !important;
  }
  .question_page .questions .side_bar {
    display: none;
  }
  .question_page .questions .question_title {
    font-size: 1.612rem;
    padding: 0.93rem 0.775rem;
    cursor: pointer;
    pointer-events: all;
  }
  .question_page .questions .question_title .arrow {
    display: block;
  }
  .question_page .questions .question_text .topic {
    font-size: 0.93rem;
    padding: 0.93rem 2.945rem 0.93rem 0.775rem;
  }
  .question_page .questions .question_text .topic .icon {
    font-size: 0.93rem;
    width: 1.395rem;
    height: 1.426rem;
  }
  .question_page .questions .question_text .answer {
    font-size: 0.93rem;
    padding: 0.93rem 0.775rem;
  }
  .question_page .questions .part_contact .topic {
    padding: 0.93rem 0.775rem;
    background-color: #feecee;
  }
}
@media (max-width: 40em) {
  .question_page .kv {
    background-image: url(../images/question/m-kv_202509.jpg);
  }
  .question_page .kv .wrap {
    padding-bottom: 48.875%;
  }
}