.slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-color: #ccc;
}

.page-block {
  width: 100%;
  padding-bottom: 200px;
}
.page-block .cover {
  width: 100%;
  height: 400px;
  background-color: #00c0ef;
  background-image: linear-gradient(120.34deg, #355c7d 31.54%, #6c5b7b 50.9%, #c06c84 68.46%);
}
.page-block .page-w {
  max-width: 720px;
  width: 100%;
  left: 0;
  right: 0;
  margin: -300px auto 0;
  padding: 0 20px;
}
.page-block .page-w .page--w {
  background-color: #fff;
  padding: 40px;
  box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.2);
  min-height: 600px;
}
.page-block .page-w .page--w .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}
.page-block .page-w .page--w .s-tt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.page-block .page-w .page--w .key-pair {
  margin-top: 20px;
  border-radius: 10px;
  border: 1px dashed #555;
  padding: 20px;
}
.page-block .page-w .page--w .key-pair .tt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.page-block .page-w .page--w .key-pair .key {
  margin-left: 10px;
  font-weight: bold;
}
.page-block .page-w .page--w .key-pair .qrcode {
  margin: 15px 0;
  width: 250px;
  height: 250px;
  border: 1px #ccc dashed;
  border-radius: 4px;
  position: relative;
}
.page-block .page-w .page--w .key-pair .qrcode .hint {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ccc;
  z-index: 0;
}
.page-block .page-w .page--w .key-pair .qrcode img {
  width: 100%;
  position: relative;
}
.page-block .page-w .page--w .waves-w {
  width: 100%;
}
.page-block .page-w .page--w .waves-w .waves-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.page-block .page-w .page--w .waves-w .waves-list .item {
  width: 140px;
  padding: 20px 10px;
  cursor: pointer;
}
.page-block .page-w .page--w .waves-w .waves-list .item .item-w {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px #999 dashed;
  position: relative;
  transition: border-color 0.4s;
}
.page-block .page-w .page--w .waves-w .waves-list .item .item-w .slide {
  opacity: 0.3;
  transition: opacity 0.3s;
}
.page-block .page-w .page--w .waves-w .waves-list .item:hover .item-w, .page-block .page-w .page--w .waves-w .waves-list .item.active .item-w {
  border: 2px #d53965 dashed;
}
.page-block .page-w .page--w .waves-w .waves-list .item:hover .item-w .slide, .page-block .page-w .page--w .waves-w .waves-list .item.active .item-w .slide {
  opacity: 1;
}
.page-block .page-w .page--w .script-w .video {
  width: 100%;
  display: none;
}
.page-block .page-w .page--w .script-w .file-upload-w {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  border: 2px #555 dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  position: relative;
}
.page-block .page-w .page--w .script-w .file-upload-w .fa {
  font-size: 20px;
  margin-bottom: 20px;
}
.page-block .page-w .page--w .script-w .file-upload-w p {
  font-size: 20px;
  line-height: 1.5 !important;
}
.page-block .page-w .page--w .script-w .file-upload-w input {
  line-height: 1.5 !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.page-block .page-w .page--w .script-w .heatmap-w {
  width: 100%;
  height: 40px;
  background-color: #000;
  position: relative;
}
.page-block .page-w .page--w .script-w .heatmap-w canvas {
  width: 100%;
}
.page-block .page-w .page--w .script-w .heatmap-w .prg-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 40px;
  background-color: #fff;
  z-index: 10;
  box-shadow: 2px 2px 10px rgba(255, 255, 255, 0.2);
  transition: left 0.1s;
}

.device-info {
  display: none;
  position: fixed;
  right: 20px;
  top: 70px;
  width: 200px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.2);
}
.device-info .device-cover {
  width: 100%;
  height: 160px;
  position: relative;
  margin-bottom: 20px;
}
.device-info .info .device-name {
  font-size: 14px;
  margin-bottom: 4px;
  display: block;
}

/*# sourceMappingURL=demo.css.map */
