body {
  background: #f4edf4;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
.header-logo {
  width: 4rem;
  margin: 0 auto;
  padding-top: 1.65rem;
  padding-bottom: 0.3rem;
  position: relative;
}
.header-logo img.logo {
  width: 2.7rem;
  height: 2.32rem;
  margin-left: 1.18rem;
}
.header-logo .qrcode-pc {
  position: absolute;
  width: 1.68rem;
  height: 1.96rem;
  top: 1.65rem;
  right: -0.65rem;
}
.header-logo .qrcode-pc img.qrcode {
  width: 1.1rem;
  height: 1.1rem;
  position: absolute;
  top: 0.16rem;
  left: 0.33rem;
  z-index: 2;
}
.header-logo .qrcode-pc img.qrcode-back {
  width: 1.68rem;
  height: 1.96rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.header-logo .qrcode-pc p {
  font-size: 0.18rem;
  color: #333333;
  text-align: center;
  padding-left: 0.1rem;
  position: absolute;
  top: 1.38rem;
  width: 100%;
  z-index: 2;
}
.scanner-text h2,
.scanner-text p {
  text-align: center;
}
.scanner-text h2 {
  color: #333333;
  font-size: 0.5rem;
  margin-bottom: 0.25rem;
  font-weight: 400;
}
.scanner-text p {
  color: #666666;
  font-size: 0.28rem;
}
.scanner-text {
  margin-bottom: 1rem;
}
.down-btn {
  display: block;
  width: 6.53rem;
  height: 0.92rem;
  background: #af44af;
  color: #fff;
  text-align: center;
  line-height: 0.92rem;
  border-radius: 0.5rem;
  margin: 0 auto;
  font-size: 0.34rem;
}
.scanner-footer {
  background: #ede4ed;
  width: 100%;
}
.scanner-height {
  min-height: 2rem;
  height: 2rem;
  width: 100%;
}
.content {
  min-height: 100%;
}
.content-inside {
  padding: 0.2rem;
  min-height: 11rem;
}
.scanner-footer {
  /* height: 2.68rem; */
  margin-top: -2.68rem;
  padding-top: 0.6rem;
  position: relative;
  padding-bottom: 0.6rem;
}
.scanner-arc {
  height: 1.65rem;
  background: #fff;
  width: 100%;
  border-radius: 78%/62%;
  z-index: -1;
  position: absolute;
  top: -20px;
}
.footer-t {
  width: 4.4rem;
  margin: 0 auto;
  padding-left: 0.1rem;
}
.footer-t span {
  display: inline-block;
  text-align: center;
  color: #666666;
  font-size: 0.27rem;
}
.footer-t .footer-line {
  border-top: 1px solid #666;
  width: 1.2rem;
  height: 0.1rem;
  border-image: linear-gradient(to right, #848484, #e4e9ee) 1 10;
}
.footer-t .footer-line-l {
  border-top: 1px solid #666;
  width: 1.2rem;
  height: 0.1rem;
  border-image: linear-gradient(to left, #848484, #e4e9ee) 1 10;
}
.footer-down img,
.footer-down .down-l {
  float: left;
  overflow: hidden;
}
.down-icon {
  float: right;
  overflow: hidden;
  margin-right: 0.56rem;
  margin-top: 0.18rem;
}
.down-icon img {
  width: 0.25rem;
  height: 0.31rem;
}
.footer-down {
  overflow: hidden;
  margin-top: 0.45rem;
  background: #ede4ed;
}
.footer-logo {
  width: 0.72rem;
  height: 0.72rem;
  margin-left: 0.56rem;
  margin-right: 0.15rem;
}
.down-l p {
  color: #777777;
  font-size: 0.24rem;
}
.down-l .down-l-t {
  color: #444444;
  font-size: 0.28rem;
}
.mobileAdvertising {
  width: 100%;
	height: 1.41rem;
  background: url(../../../../../../themes/simpleboot3/portal/products/single-page/images/bg.png) no-repeat center;
  background-size: 100% 1.41rem;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.mobileAdvertising ul {
  font-weight: bold;
  color: #ffffff;
  font-size: 0.4rem;
}
.mobileAdvertising ul li span {
  color: #ffec4d;
}
.mobileAdvertising ul li:last-child {
  font-size: 0.24rem;
  font-weight: normal;
}
.mobileAdvertising a {
  display: block;
  width: 1.67rem;
  height: 0.61rem;
  background: url(../../../../../../themes/simpleboot3/portal/products/single-page/images/Download.png) no-repeat center;
  background-size: 1.67rem 0.61rem;
  margin-left: 0.5rem;
}
.webAdvertising {
  width: 2.4rem;
	height: 2.8rem;
  background: url(../../../../../../themes/simpleboot3/portal/products/single-page/images/PopDownload.png) no-repeat center;
  background-size: 2.4rem 2.8rem;
  position: fixed;
  bottom: 0.36rem;
  right: 0.39rem;
  z-index: 999;
  display: none;
}
.webAdvertising .close {
  width: 0.24rem;
	height: 0.24rem;
  background: url(../../../../../../themes/simpleboot3/portal/products/single-page/images/close.png) no-repeat center;
  background-size: 0.24rem;
  cursor: pointer;
  position: absolute;
  top: 0.11rem;
  right: 0.17rem;
}