.aside-phone {
  margin-right: 60px;
}

.aside-phone .phone-box {
  width: 300px;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.aside-phone .phone-box .container {
  width: 260px;
  height: 564px;
  margin: 18px 20px;
  background-color: #fff;
}

.aside-phone .phone-box .container video {
  width: 260px;
  height: 564px;
}

.aside-phone .phone-box .cover {
  width: 300px;
  height: 600px;
  background-image: url('/static/image/bg-phone.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.aside-content {
  color: #333;
}

.aside-content .title-h1 {
  white-space: nowrap;
  font-size: 48px;
  font-weight: 500;
  margin: 13px 0 0;
}

.aside-content .title-h3 {
  white-space: nowrap;
  font-size: 32px;
  font-weight: 500;
  margin: 13px 0 0;
}

.aside-qrcode {
  display: inline-block;
  background-color: #fff;
  color: #333;
  text-align: center;
  border-radius: 8px;
  padding: 16px 16px 8px;
  margin-top: 16px;
}

.aside-qrcode img {
  display: block;
  width: 144px;
  height: 144px;
  margin: 0 0 8px;
  padding: 0;
}