
.md-FAQ-1.md28442 {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  position: relative;
  background-color: #f5f7fa;
}
.md-FAQ-1.md28442 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-FAQ-1.md28442 .box-left {
  width: calc( 340 / 1600 * 100%);
}
.md-FAQ-1.md28442 .box-right {
  width: calc( 1180 / 1600 * 100%);
}
@media screen and (max-width: 900px) {
  .md-FAQ-1.md28442 .box-left {
    width: 100%;
  }
  .md-FAQ-1.md28442 .box-right {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.md-FAQ-1.md28442 .form {
  background-color: #fff;
  border-radius: 0.24rem;
  padding: 0.25rem 0.6rem;
}
.md-FAQ-1.md28442 .form .inp {
  position: relative;
}
.md-FAQ-1.md28442 .form .ip {
  width: 100%;
  height: calc( 56em / 16);
  border: none;
  border-bottom: 1px solid #dbdbdb;
}
.md-FAQ-1.md28442 .form .submit {
  width: 1em;
  height: 1em;
  border: none;
  background-color: #fff;
  color: var(--active);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  cursor: pointer;
}
.md-FAQ-1.md28442 .form .submit svg {
  width: 1em;
  height: 1em;
}
@media screen and (max-width: 900px) {
  .md-FAQ-1.md28442 .form {
    padding: 0.2rem;
  }
}
.md-FAQ-1.md28442 .ul {
  margin-top: 0.3rem;
  margin-bottom: 0.4rem;
}
.md-FAQ-1.md28442 .ul .li {
  margin-bottom: 0.1rem;
}
.md-FAQ-1.md28442 .ul .dd {
  cursor: pointer;
  border-radius: 0.24rem;
  overflow: hidden;
  background-color: #fff;
}
.md-FAQ-1.md28442 .ul .on .hle {
  background-color: var(--active);
  color: #fff;
}
.md-FAQ-1.md28442 .ul .on .arr {
  transform: rotate(180deg);
}
.md-FAQ-1.md28442 .ul .hd {
  position: relative;
}
.md-FAQ-1.md28442 .ul .hle {
  width: calc( 60em / 16);
  flex-shrink: 0;
  color: var(--active);
  box-shadow: -1px 0 0 0 inset #f5f7fa;
  transition: 0.5s;
}
.md-FAQ-1.md28442 .ul .hri {
  padding: 0.24rem 0.3rem;
  padding-right: 0.6rem;
}
.md-FAQ-1.md28442 .ul .hte {
  line-height: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.md-FAQ-1.md28442 .ul .arr {
  width: 1em;
  height: 1em;
  background-image: url(/static/home/images/faq-0.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0.3rem;
  top: calc(50% - 0.5em);
  transform-origin: center;
  transition: 0.5s;
}
.md-FAQ-1.md28442 .ul .bd {
  display: none;
  border-top: 1px solid #f5f7fa;
}
.md-FAQ-1.md28442 .ul .ble {
  width: calc( 60em / 16);
  flex-shrink: 0;
  box-shadow: -1px 0 0 0 inset #f5f7fa;
}
.md-FAQ-1.md28442 .ul .bri {
  padding: 0.3rem;
  padding-right: 0.6rem;
}
.md-FAQ-1.md28442 .ul .content {
  line-height: 2;
}

.svc-nav .n-ul {
  border-top: 1px solid #dbdbdb;
  margin-top: 0.36rem;
}
.svc-nav .n-li {
  padding: 0.38rem 0;
  border-bottom: 1px solid #dbdbdb;
}
.svc-nav .n-li.on .dt {
  color: var(--active);
}
.svc-nav .n-li.on .nic {
  transform: rotate(180deg);
}
.svc-nav .dt {
  position: relative;
  cursor: pointer;
  padding-right: 0.3rem;
}
.svc-nav .nic {
  width: 1em;
  height: 0.5em;
  position: absolute;
  right: 0;
  top: calc(50% - 0.25em);
  display: flex;
  transition: 0.5s;
}
.svc-nav .nic svg {
  width: 100%;
  height: 100%;
}
.svc-nav .bd {
  display: none;
}
.svc-nav .n-ul2 {
  margin-top: 0.25rem;
}
.svc-nav .n-li2 {
  font-size: 0;
  margin-bottom: 0.2rem;
}
.svc-nav .n-li2:last-child {
  margin-bottom: 0;
}
.svc-nav .na2 {
  display: inline-block;
  color: #666;
}
.svc-nav .na2.on {
  color: var(--active);
  text-decoration: underline;
  text-underline-offset: 4px;
}
