/* styles.css */
body,html {
  font-family: Arial, sans-serif;
  padding: 0px;
  margin: 0px;
}
.box {
  width: 100%;
  padding: 30px;
}
.flex-box {
  display: flex;
  align-items: center;
}
.box-content {
  width: 800px;
  margin-bottom: 30px;
  min-height: 400px;
  /* background: #ccc; */
}
.footer {
  width: 800px;
  font-size: 14px;
  line-height: 28px;
  color: #7b7b7b;
}
.el-input {
  width: 180px;
  font-size: 12px;
}
.el-input__inner {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 28px;
  line-height: 28px;
  outline: none;
  padding: 0 15px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}
.el-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #DCDFE6;
  color: #fff;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  -webkit-transition: .1s;
  transition: .1s;
  font-weight: 400;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 7px 15px;
  font-size: 14px;
  border-radius: 3px;
  background-color: #1890ff;
  border-color: #1890ff;
  margin-left: 10px;
}
.failed {
  font-size: 32px;
  color: #f66868;
  margin-bottom: 20px;
}
.success {
  font-size: 14px;
  color: #2a2a2a;
  margin-bottom: 20px;
  font-weight: 600;
}
.productType {
  font-size: 32px;
  font-weight: 600;
  color: #0b0b0b;
  margin-left: 8px;
}
#audioPlayer{
  display: none;
}