/* .wx-content {
  margin: 0 auto;
  padding: 0;
  padding-top: 180px;
  padding-bottom: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Source Han Sans CN;
  color: #fff;
}

.wx-content .left {
  margin-right: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wx-content .left_title {
  color: #fff;
  width: 100%;
  font-size: 42px;
  margin: 0 0 16px;
  opacity: 0.9;
  white-space: nowrap;
  font-weight: 700;
  font-family: HarmonyOS Sans SC;
}

.wx-content .des {
  font-size: 24px;
}  */
.wx-content {
  width: 1050px;
  margin: 0 auto;
  padding-top: 180px;
  padding-bottom: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Source Han Sans CN;
  color: #FFF;
}

.wx-content .left {
  width: 500px;
  margin-right: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.wx-content .left_title {
  color: #fff;
  width: 100%;
  font-size: 42px;
  margin: 0 0 16px;
  opacity: .9;
  white-space: nowrap;
  font-weight: 700;
  font-family: HarmonyOS Sans SC;
}

.font-bold {
  font-weight: 600;
}

.mt-4 {
  margin-top: 16px;
}

.text-indent-2em {
  text-indent: 2em;
}

.faq-container {
  margin: 40px auto 0 auto;
  padding: 0 0px;
}

.faq-block {
  margin-bottom: 48px;
}

.faq-title {
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: 600;
  color: rgba(86, 86, 86, 1);
  margin-bottom: 18px;
}

.faq-title .icon {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  display: inline-flex;
  align-items: center;
  user-select: none;
}

.faq-content {
  font-size: 16px;
  color: rgba(86, 86, 86, 0.8);
}

.faq-content ul {
  margin: 0 0 0 1.5em;
  padding: 0;
}

.faq-content li {
  margin-bottom: 0.5em;
}

@media (max-width: 600px) {
  .faq-title {
    font-size: 1.2rem;
  }

  .faq-content {
    font-size: 1rem;
    padding-left: 0;
  }

  .faq-container {
    padding: 0 8px;
  }
}

.mk-test-content {
  margin-bottom: 80px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 0 0px;
  gap: 20px;
}

.mk-test-content::before,
.mk-test-content::after {
  content: none;
}

.mk-test-content #keyboard {
  flex: 1;
  display: flex;
  align-items: end;
}
  
.mk-test-content #keyboard svg {
  width: 100%;
  height: 100%;
}

.mk-test-content #mouse {
  flex: 0 0 16%;
  display: flex;
  align-items: end;
}

.mk-test-content #mouse svg { 
  width: 100%;
  height: 100%;
}

#keyboard rect.keyboard-visited {
  fill: #c5ecc6;
}

#keyboard rect.keyboard-active {
  fill: #46a55f;
}

#keyboard path.keyboard-active {
  fill: white;
}

#mouse .keyboard-visited {
  fill: #c5ecc6;
}

#mouse .keyboard-active {
  fill: #46a55f;
}

.mouse-left-visited {
  fill: url(#mouse-left-visited);
}

.mouse-left-active {
  fill: url(#mouse-left-active);
}

.mouse-right-visited {
  fill: url(#mouse-right-visited);
}

.mouse-right-active {
  fill: url(#mouse-right-active);
}
