/** @format */

html,
body {
  background-color: rgb(192, 242, 233);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  opacity: 1;
  animation: page-fade-in 0.1s forwards;
}

@keyframes page-fade-in {
  0% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
  }
}

#tool-section-A {
  display: flex;
  border-bottom: 2px solid #9058c4;
}

#tool-section-A-1 {
  height: 400px;
  width: 600px;
  border-left: 2px solid #9058c4;
  border-right: 2px solid #9058c4;
}

#tool-section-A-2 {
  height: 400px;
  border-right: 2px solid #9058c4;
  overflow: hidden;
  flex: 1;
}

#tool-section-B {
  display: flex;
  border-bottom: 2px solid #9058c4;
}

#tool-section-B-1 {
  display: flex;
  flex-direction: column;
  height: 1000px;
}

#tool-section-B-2 {
  overflow: hidden;
  flex: 1;
  border-right: 2px solid #9058c4;
  display: flex;
  flex-direction: column;
}

#tool-section-B-2-1 {
  height: 33.33%;
  display: flex;
  border-bottom: 2px solid #9058c4;
  flex-direction: column;
}

#tool-section-B-2-1-desc {
  height: 100%;
  flex: 1;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: center;
}

#tool-section-B-2-2 {
  height: 33.33%;
  display: flex;
  border-bottom: 2px solid #9058c4;
}

#tool-section-B-2-2-desc {
  height: 100%;
  flex: 1;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: center;
}

#tool-section-B-2-3 {
  height: 33.33%;
  display: flex;
  border-bottom: 2px solid #9058c4;
}

#tool-section-B-2-3-desc {
  height: 100%;
  flex: 1;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: center;
}

#tool-section-B-2-4 {
  height: 33.33%;
  display: flex;
}

#tool-section-B-2-4-desc {
  height: 100%;
  flex: 1;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: center;
  border-bottom: 2px solid #9058c4;
}

#tool-section-C {
  display: flex;
  border-bottom: 2px solid #9058c4;
}

#tool-section-C-1 {
  height: 400px;
  width: 600px;
  border-left: 2px solid #9058c4;
  border-right: 2px solid #9058c4;
}

#tool-section-C-2 {
  height: 400px;
  border-right: 2px solid #9058c4;
  overflow: hidden;
  flex: 1;
}

#audioFile {
  margin: 0 auto;
  text-align: center;
  color: rgb(60, 0, 128);
}

#casvased {
  width: 100%;
  height: 300px;
}

#outputText {
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  margin: 3px auto;
  flex: 1;
}

#binaryResult {
  font-size: 10px;
  margin: 0;
  line-height: 0;
  padding: 0;
}

.isValidCardNoRst {
  font-size: 10px;
  margin: 0;
  line-height: 0;
  padding: 0;
}

.idCardInfoRst {
  font-size: 10px;
  margin: 0;
  line-height: 0;
  padding: 0;
}

.snowyIframe {
  border-left: 2px solid #9058c4;
  border-right: 2px solid #9058c4;
  padding: 0;
  width: 600px;
  flex: 1;
}

.spancolor1 {
  font-weight: bold;
  font-size: 15px;
  background: linear-gradient(to right, red, orange, green, blue, purple);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: spancolorAni 5s linear infinite;
  margin-bottom: 5px;
  text-align: center;
}

.spancolor2 {
  font-size: 12px;
  background: linear-gradient(to right, red, orange, green, blue, purple);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: spancolorAni 5s linear infinite;
  margin-bottom: 5px;
  text-align: left;
}

@keyframes spancolorAni {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}

#musicSec {
  width: var(--w);
}

#musicSec_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#musicSec_1_Desc_A {
  color: rgb(255, 119, 157);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
#musicSec_1_Desc_A_Img {
  width: 100px;
  height: 44px;
  background-image: url("../../yueluo_web_media/music/note_5.gif");
  background-size: 100% 100%;
}
#musicSec_1_Desc_B {
  color: rgb(255, 119, 157);
  font-size: 14px;
  margin: 20px auto;
}

#musicSec_1 > span {
  font-size: 15px;
}
.musicSpan {
  color: rgb(236, 11, 236);
}
.spanI {
  color: rgb(240, 94, 10);
}
.musicSpan:hover {
  background: rgb(55, 67, 182);
  cursor: pointer;
}

#musicSec_1_Img {
  width: 800px;
  height: 600px;
  margin: 20px auto;
}
#musicSec_1_Img > img {
  max-width: 100%;
  max-height: 100%;
  border: 2px solid rgb(255, 119, 157);
}

#musicSec_2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#musicSec_2_Desc_A {
  color: rgb(255, 119, 157);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
#musicSec_2_Desc_A_Img {
  width: 100px;
  height: 44px;
  background-image: url("../../yueluo_web_media/music/note_5.gif");
  background-size: 100% 100%;
}

#musicName {
  text-align: center;
  font-size: 14px;
}

.letterDiv {
  margin-bottom: 20px;
  border: 10px solid;
  border-image: url("../yueluo_web_image/border/border7.png") 80 round;
  border-image-width: 10px;
}

#keyUL {
  margin: 0 auto 0 auto;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 5px;
}

#keyUL li {
  float: left;
  list-style-type: none;
  display: inline;
  width: 34px;
}

#keyUL li div {
  color: rgb(192, 242, 233);
  font-family: "黑体";
  line-height: 36px;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
