.tool_en {
  --family: "Open Sans", Arial, "Microsoft Yahei", sans-serif;
  --familyWeb: "Titillium Web", Arial, "Microsoft Yahei", sans-serif
}

.tool_en.sound .too-btn-zone .button.large.btn-down {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 0;
  padding: 0 64px;
  height: 68px;
  font: 400 22px/1.5 var(--familyWeb);
  color: #000;
  cursor: pointer;
  border-radius: 9999px;
  background: transparent linear-gradient(90deg, #00E326 0%, #00F0C5 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 12px #A1A1A129
}

.tool_en.sound .too-btn-zone .button.large.btn-down .down-text {
  display: block;
  font: inherit;
  color: inherit
}

.tool_en.sound .too-btn-zone .button.large.btn-down .down-icon {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #000;
  transition: all .5s
}

.tool_en.sound .too-btn-zone .button.large.btn-down .down-icon::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 11px;
  left: 8px;
  top: 7px;
  background: url(../../images/icon_d.svg) center center no-repeat;
  transition: all .5s
}

.tool_en.sound .too-btn-zone .button.large.btn-down:hover {
  color: #000;
  background: transparent linear-gradient(90deg, #00EEB5 0%, #00F060 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 12px #A1A1A129
}

.tool_en.sound .too-btn-zone .button.large.btn-down:hover .down-icon::after {
  transform: translateY(5px);
  transition: all .5s
}

.tool_en.sound .lightblue {
  font: 400 18px/2 var(--family);
  color: #1C89FF
}

.tool_en.sound .lightblue b,
.tool_en.sound .lightblue strong {
  color: inherit;
  font: 700 18px/2 var(--family)
}

.tool_en.sound .tool-title {
  padding: 82px 0 24px;
  text-align: center;
  color: #000;
  font: 700 40px/1.5 var(--family)
}

.tool_en.sound .tool-desc {
  padding: 0;
  text-align: center;
  color: #333;
  font: 400 18px/2 var(--family)
}

.tool_en.sound .tool-banner {
  position: relative;
  height: auto;
  min-height: 560px;
  padding-top: 90px
}

.tool_en.sound .tool-banner::after {
  border-top-color: #4CA8FF
}

.tool_en.sound .tool-banner .container {
  z-index: 1
}

.tool_en.sound .tool-banner .banner-note {
  text-align: center;
  color: #FFF;
  font: 400 18px/1.5 var(--family)
}

.tool_en.sound .tool-banner .banner-note p {
  padding: 0 0 4px;
  color: inherit;
  font: inherit
}

.tool_en.sound .sound-test .sound {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: linear-gradient(90deg, #dadfe0 0%, #f8f8f8 100%);
  box-shadow: 0px 5px 6px 0px rgba(0, 95, 204, 0.16)
}

.tool_en.sound .sound-test .sound::before,
.tool_en.sound .sound-test .sound::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(0deg, #fff 0%, #edeff0 40%, #dadfe0 50%, #fff 100%);
  box-shadow: 0px 5px 6px 0px rgba(0, 95, 204, 0.26)
}

.tool_en.sound .sound-test .sound::after {
  z-index: 0;
  top: -11px;
  left: -10px;
  right: auto;
  margin: 0;
  width: 160px;
  height: 163px;
  border-radius: 0;
  background: url(../../images/tool/sound-test/circle_bg.png) center center no-repeat;
  box-shadow: none
}

.tool_en.sound .sound-test .sound .sound-icon {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  width: 0;
  height: 0;
  background: none;
  border-radius: 4px;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 36px solid #1c89ff
}

.tool_en.sound .sound-test .sound .sound-bg {
  display: block;
  position: absolute;
  top: 10px;
  left: -54px;
  z-index: 0;
  width: 126px;
  height: 118px;
  background: url(../../images/tool/sound-test/curcle_shadow.png) center center no-repeat;
  opacity: 0;
  transform: translateX(60px);
  visibility: hidden;
  transition: all 0.3s ease-out
}

.tool_en.sound .sound-test .sound.sound-right .sound-icon {
  left: 0;
  border-right: none;
  border-left: 36px solid #1c89ff
}

.tool_en.sound .sound-test .sound.sound-right .sound-bg {
  left: auto;
  right: -54px;
  transform: rotate(180deg) translateX(60px)
}

.tool_en.sound .sound-test .sound.sound-right.on {
  background: linear-gradient(90deg, #dadfe0 0%, #f8f8f8 100%)
}

.tool_en.sound .sound-test .sound.sound-right.on .sound-bg {
  transform: rotate(180deg) translateX(0px)
}

.tool_en.sound .sound-test .sound.sound-right.on::before {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f8f8f8 0%, #e8e9ea 26%, #d7dadb 100%);
  box-shadow: 0px 5px 6px 0px rgba(0, 95, 204, 0.26), inset 0px 4px 2px 0px rgba(0, 56, 119, 0.26)
}

.tool_en.sound .sound-test .sound.on {
  background: linear-gradient(90deg, #dadfe0 0%, #f8f8f8 100%)
}

.tool_en.sound .sound-test .sound.on::before {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f8f8f8 0%, #e8e9ea 26%, #d7dadb 100%);
  box-shadow: 0px 5px 6px 0px rgba(0, 95, 204, 0.26), inset 0px 4px 2px 0px rgba(0, 56, 119, 0.26)
}

.tool_en.sound .sound-test .sound.on .sound-bg {
  opacity: 1;
  transform: translateX(0px);
  visibility: visible
}

.tool_en.sound .sound-test .volume-box {
  position: absolute;
  top: 10px;
  left: 176px;
  z-index: 0;
  width: 494px;
  height: 143px;
  background: url(../../images/tool/volume-bg.png) no-repeat
}

.tool_en.sound .tool-steps {
  padding-bottom: 100px
}

.tool_en.sound .tool-steps .step-list {
  margin: 80px auto 20px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 28px
}

.tool_en.sound .tool-steps .step-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 94px;
  text-align: center;
  max-width: 330px
}

.tool_en.sound .tool-steps .step-item:last-child::after {
  display: none
}

.tool_en.sound .tool-steps .step-item::after {
  content: '';
  display: block;
  position: absolute;
  top: 30%;
  right: -66px;
  width: 42px;
  height: 24px;
  background: url(../../images/tool/sound-test/arrow_step.svg) center center no-repeat
}

.tool_en.sound .tool-steps .step-pic {
  position: relative;
  flex-shrink: 0;
  width: 330px;
  height: 230px;
  background: #F8F8F8;
  border: 3px solid #DAEBF6;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center
}

.tool_en.sound .tool-steps .step-content {
  font: 400 18px/2 var(--family);
  color: #333
}

.tool_en.sound .tool-steps .step-content b {
  font: 700 18px/2 var(--family);
  color: #000
}

.tool_en.sound .tool-find {
  padding: 0 0 88px;
  background: #E8F5FF
}

.tool_en.sound .tool-find .find-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-align: left;
  gap: 30px;
  padding-top: 60px;
  counter-reset: item
}

.tool_en.sound .tool-find .find-item {
  counter-increment: item
}

.tool_en.sound .tool-find .find-subtitle {
  color: #000;
  font: 700 20px/1.5 var(--family);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  gap: 10px
}

.tool_en.sound .tool-find .find-subtitle::before {
  content: counter(item);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #1C89FF;
  color: #FFF;
  font: 700 18px/1.5 var(--family)
}

.tool_en.sound .tool-find .find-text {
  padding: 4px 0;
  margin: 0;
  max-width: 100%;
  color: #333;
  font: 400 18px/2 var(--family)
}

.tool_en.sound .tool-repair {
  margin: 90px auto 70px;
  padding-bottom: 140px;
  box-shadow: 0px -3px 40px rgba(0, 0, 0, 0.2)
}

.tool_en.sound .tool-repair .tool-desc {
  text-align: left
}

.tool_en.sound .tool-repair p.question_text,
.tool_en.sound .tool-repair p.answer_text,
.tool_en.sound .tool-repair p.answer_p {
  padding: 0;
  margin: 0;
  font: 700 20px/1.5 var(--family);
  color: #212121
}

.tool_en.sound .tool-repair p.answer_text,
.tool_en.sound .tool-repair p.answer_p {
  font-size: 18px;
  font-weight: 400
}

.tool_en.sound .tool-repair p.answer_p {
  font-size: 16px
}

.tool_en.sound .repair-faqs {
  border-top: 1px solid #C9DFEF
}

.page_faqs .faq_box {
  margin: 28px auto 0;
  width: 78%
}

.page_faqs .faq_item {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  padding: 0 40px;
  background: #EDF3F8;
  border-radius: 10px;
  cursor: pointer
}

.page_faqs .question_wrap {
  padding-top: 34px;
  padding-bottom: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%
}

.page_faqs .question_text,
.page_faqs .answer_text,
.page_faqs .answer_p {
  padding: 0;
  margin: 0;
  font: 700 20px/1.5 var(--family);
  color: #212121
}

.page_faqs .answer_text,
.page_faqs .answer_p {
  font-size: 18px;
  font-weight: 400
}

.page_faqs .answer_list {
  padding: 4px 30px;
  padding-right: 0;
  list-style: disc;
}

.page_faqs .answer_list li {
  font: 400 16px/1.5 var(--family);
  color: #212121;
  list-style: disc;
}

.page_faqs .question_icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 17px;
  height: 17px
}

.page_faqs .question_icon::before,
.page_faqs .question_icon::after {
  content: '';
  display: block;
  background: #000;
  width: 100%;
  height: 3px
}

.page_faqs .question_icon::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s
}

.page_faqs .faq_on {
  padding-top: 34px;
  padding-bottom: 34px;
  gap: 10px;
  background: transparent linear-gradient(98deg, #DCF0FF 0%, #A8D3FF 100%) 0% 0% no-repeat padding-box
}

.page_faqs .faq_on .question_wrap {
  padding: 0
}

.page_faqs .faq_on .question_icon::after {
  transform: rotate(90deg);
  transition: all 0.3s
}

.page_faqs .faq_on .answer_wrap {
  grid-template-rows: 1fr
}

.page_faqs .answer_wrap {
  width: calc(100% - 34px);
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s
}

.page_faqs .answer_inner {
  padding: 0;
  margin: 0;
  grid-row: 1 / span 2;
  overflow: hidden
}

@media (min-width: 769px) and (max-width: 1202px) {
  .tool_en.sound .footer {
    min-width: 0
  }

  .tool_en.sound .container {
    padding: 0;
    width: calc(100% - 32px) !important;
    min-width: 0;
    box-sizing: border-box
  }

  .tool_en.sound .sound-test {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%
  }

  .tool_en.sound .sound-test .sound,
  .tool_en.sound .sound-test .volume-box {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
  }

  .tool_en.sound .sound-test .volume-box {
    flex-shrink: 0
  }

  .tool_en.sound .sound-test .sound {
    width: 110px;
    height: 110px
  }

  .tool_en.sound .sound-test .sound::after {
    width: calc(100% + 20px);
    height: calc(100% + 24px);
    background-size: cover
  }

  .tool_en.sound .sound-test .sound .sound-bg {
    top: -4px;
    left: -48px
  }

  .tool_en.sound .sound-test .sound.sound-right .sound-bg {
    right: -48px
  }

  .tool_en.sound .tool-steps .step-list {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
  }

  .tool_en.sound .tool-steps .step-item {
    gap: 20px
  }

  .tool_en.sound .tool-steps .step-item:last-child .step-pic {
    position: relative
  }

  .tool_en.sound .tool-steps .step-item:last-child .step-pic>img {
    position: absolute;
    inset: 0px;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    margin: auto;
    display: block;
    width: 0px;
    height: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 16px
  }

  .tool_en.sound .tool-steps .step-item::after {
    display: none
  }

  .tool_en.sound .tool-steps .step-pic {
    width: 280px;
    height: 170px
  }

  .tool_en.sound .tool-steps .step-pic>img {
    width: auto;
    max-width: 100%;
    height: auto
  }

  .tool_en.sound .tool-repair {
    width: calc(100% - 32px)
  }

  .tool_en.sound .tool-repair .repair-img img {
    max-width: 100%;
    height: auto
  }
}

@media (max-width: 768px) {
  .tool_en.sound .too-btn-zone .button.large.btn-down {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 0;
    padding: 0 64px;
    height: 68px;
    font: 400 22px/1.5 var(--familyWeb);
    color: #000;
    cursor: pointer;
    border-radius: 9999px;
    background: transparent linear-gradient(90deg, #00E326 0%, #00F0C5 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 12px #A1A1A129
  }

  .tool_en.sound .too-btn-zone .button.large.btn-down .down-text {
    display: block;
    font: inherit;
    color: inherit
  }

  .tool_en.sound .too-btn-zone .button.large.btn-down .down-icon {
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #000;
    transition: all .5s
  }

  .tool_en.sound .too-btn-zone .button.large.btn-down .down-icon::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 11px;
    left: 8px;
    top: 7px;
    background: url(../../images/products/dbfreeb/icon_d.svg) center center no-repeat;
    transition: all .5s
  }

  .tool_en.sound .too-btn-zone .button.large.btn-down:hover {
    color: #000;
    background: transparent linear-gradient(90deg, #00EEB5 0%, #00F060 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 12px #A1A1A129
  }

  .tool_en.sound .too-btn-zone .button.large.btn-down:hover .down-icon::after {
    transform: translateY(5px);
    transition: all .5s
  }

  .tool_en.sound .lightblue {
    font-size: 14px
  }

  .tool_en.sound .lightblue b,
  .tool_en.sound .lightblue strong {
    font-size: 14px
  }

  .tool_en.sound .tool-title {
    padding-top: 52px;
    font-size: 30px
  }

  .tool_en.sound .tool-desc {
    font-size: 14px
  }

  .tool_en.sound .container {
    width: calc(100% - 32px) !important;
    min-width: 0;
    box-sizing: border-box
  }

  .tool_en.sound .tool-banner .banner-note {
    font-size: 14px
  }

  .tool_en.sound .sound-test {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%
  }

  .tool_en.sound .sound-test .sound,
  .tool_en.sound .sound-test .volume-box {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    flex-shrink: 0
  }

  .tool_en.sound .sound-test .sound {
    width: 30px;
    height: 30px
  }

  .tool_en.sound .sound-test .sound::after {
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 14px);
    background-size: cover
  }

  .tool_en.sound .sound-test .sound .sound-icon {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 16px solid #1c89ff
  }

  .tool_en.sound .sound-test .sound .sound-bg {
    top: 0px;
    left: -24px;
    width: 56px;
    height: 34px;
    background-size: cover;
    transform: translateX(30px)
  }

  .tool_en.sound .sound-test .sound.sound-right .sound-icon {
    border-left: 16px solid #1c89ff
  }

  .tool_en.sound .sound-test .sound.sound-right .sound-bg {
    right: -34px;
    transform: rotate(180deg) translateX(30px)
  }

  .tool_en.sound .sound-test .sound.sound-right.on .sound-bg {
    transform: rotate(180deg) translateX(0px)
  }

  .tool_en.sound .sound-test .volume-box {
    width: 244px;
    height: 76px;
    background-size: cover
  }

  .tool_en.sound .sound-test .volume-icon {
    width: 122px;
    height: 76px
  }

  .tool_en.sound .sound-test .volume-icon.volume-left em,
  .tool_en.sound .sound-test .volume-icon.volume-right em {
    height: 76px;
    background-size: cover
  }

  .tool_en.sound .sound-test .volume-icon.volume-left em.one {
    width: 11px
  }

  .tool_en.sound .sound-test .volume-icon.volume-left em.two {
    left: 11px;
    width: 14px;
    background-position: -11px 0
  }

  .tool_en.sound .sound-test .volume-icon.volume-left em.three {
    left: 25px;
    width: 14px;
    background-position: -25px 0
  }

  .tool_en.sound .sound-test .volume-icon.volume-left em.four {
    left: 39px;
    width: 19px;
    background-position: -39px 0
  }

  .tool_en.sound .sound-test .volume-icon.volume-left em.five {
    left: 58px;
    width: 18px;
    background-position: -58px 0
  }

  .tool_en.sound .sound-test .volume-icon.volume-left em.six {
    left: 76px;
    width: 19px;
    background-position: -76px 0
  }

  .tool_en.sound .sound-test .volume-icon.volume-left em.seven {
    left: 95px;
    width: 21px;
    background-position: -95px 0
  }

  .tool_en.sound .sound-test .volume-icon.volume-left em.eight {
    left: 116px;
    width: 21px;
    background-position: -116px 0
  }

  .tool_en.sound .sound-test .volume-icon.volume-left em.nine {
    right: -4px;
    left: auto;
    width: 6px;
    background-position: -122px 0
  }

  .tool_en.sound .sound-test .volume-icon.volume-right em.one {
    right: 0;
    width: 11px;
    background-position: -233px 0
  }

  .tool_en.sound .sound-test .volume-icon.volume-right em.two {
    right: 11px;
    width: 14px;
    background-position: -219px 0
  }

  .tool_en.sound .sound-test .volume-icon.volume-right em.three {
    right: 23px;
    width: 15px;
    background-position: -190px 0
  }

  .tool_en.sound .sound-test .volume-icon.volume-right em.four {
    right: 34px;
    width: 19px;
    background-position: -175px 0
  }

  .tool_en.sound .sound-test .volume-icon.volume-right em.five {
    right: 53px;
    width: 18px;
    background-position: -156px 0
  }

  .tool_en.sound .sound-test .volume-icon.volume-right em.six {
    right: 71px;
    width: 18px;
    background-position: -138px 0
  }

  .tool_en.sound .sound-test .volume-icon.volume-right em.seven {
    display: none;
    right: 102px;
    width: 21px;
    background-position: -120px 0
  }

  .tool_en.sound .sound-test .volume-icon.volume-right em.eight {
    left: 19px;
    width: 20px;
    background-position: -141px 0
  }

  .tool_en.sound .sound-test .volume-icon.volume-right em.nine {
    left: -1px;
    width: 21px;
    background-position: -120px 0
  }

  .tool_en.sound .tool-steps {
    padding-bottom: 50px
  }

  .tool_en.sound .tool-steps .step-list {
    margin: 50px auto 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center
  }

  .tool_en.sound .tool-steps .step-item {
    gap: 30px;
    max-width: 100%
  }

  .tool_en.sound .tool-steps .step-item::after {
    display: none
  }

  .tool_en.sound .tool-steps .step-pic {
    margin: 0 auto
  }

  .tool_en.sound .tool-steps .step-content {
    font-size: 14px
  }

  .tool_en.sound .tool-steps .step-content b {
    font-size: 14px
  }

  .tool_en.sound .tool-find {
    padding: 0 0 60px
  }

  .tool_en.sound .tool-find .find-box {
    gap: 20px
  }

  .tool_en.sound .tool-find .find-subtitle {
    font-size: 16px;
    justify-content: flex-start;
    text-align: left
  }

  .tool_en.sound .tool-find .find-subtitle::before {
    font-size: 14px
  }

  .tool_en.sound .tool-find .find-text {
    max-width: 100%;
    font-size: 14px
  }

  .tool_en.sound .tool-repair {
    padding: 0px 0 50px;
    width: calc(100% - 32px);
    max-width: none
  }

  .tool_en.sound .tool-repair p {
    font-size: 16px;
    text-align: left
  }

  .tool_en.sound .tool-repair p.question_text,
  .tool_en.sound .tool-repair p.answer_text,
  .tool_en.sound .tool-repair p.answer_p {
    font-size: 16px
  }

  .tool_en.sound .tool-repair p.answer_text,
  .tool_en.sound .tool-repair p.answer_p {
    font-size: 14px;
    text-align: left
  }

  .tool_en.sound .tool-repair p.answer_p {
    font-size: 14px
  }

  .tool_en.sound .tool-repair .repair-list li img {
    width: 100%;
    height: auto
  }

  .tool_en.sound .repair-faqs {
    padding-top: 0
  }

  .tool_en.sound .tool-common {
    padding: 0 0 60px
  }

  .tool_en.sound .tool-common .ch2 {
    padding: 60px 0 30px;
    font-size: 30px;
    line-height: 1.5
  }

  .tool_en.sound .tool-common .common-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px
  }

  .tool_en.sound .tool-common .common-list li {
    float: none;
    width: 100%
  }

  .tool_en.sound .tool-common .common-list li.center {
    margin: 0;
    width: 100%
  }

  .tool_en.sound .tool-common .common-list li.right {
    width: 100%
  }

  .tool_en.sound .tool-common .common-list li .common-img {
    height: auto;
    line-height: 1
  }

  .tool_en.sound .tool-common .common-list li .common-img>img {
    width: 100%;
    max-width: 100%;
    height: auto
  }

  .tool_en.sound .tool-common .common-list li .ch6 {
    font-size: 16px;
    line-height: 2
  }

  .tool_en.sound .tool-common .common-list li p {
    height: auto;
    margin-bottom: 20px;
    color: #555;
    font-size: 14px;
    line-height: 1.5
  }

  .page_faqs .faq_box {
    margin: 40px auto 0;
    width: 100%
  }

  .page_faqs .faq_item {
    padding-left: 20px;
    padding-right: 20px
  }

  .page_faqs .question_wrap,
  .page_faqs .faq_on {
    padding-top: 20px;
    padding-bottom: 20px
  }

  .page_faqs .question_text,
  .page_faqs .answer_text {
    font-size: 14px
  }

  .page_faqs .answer_text {
    font-size: 12px
  }
}

/*# sourceMappingURL=tool_en.css.map */