* {
    user-select: none;
    margin: 0;
    padding: 0;
}

html,
body {
    padding:0 0 0 0;
	margin:0 0 0 0;
}

body {
    display: flex;
    flex-direction: column;
}

img {
    width: 100%;
}
.page-box{
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}
.page-img{
    width: 100%;
}
.page-img img{
    width: 100%;
    display: block;
}
.page-bottom{
    width: 100%;
    max-width: 550px;
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%,0%);
}
.page-bottom img{
    width: 100%;
    display: block;
}
.page-bottom .webs {
    position: absolute;
    left: 44%;
    color: #ffffff;
    top: 50%;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 900;
    font-style: normal;
}

.page-bottom .webs .webtxt {
    color: #fff000;
    font-style: normal;
}
.fix-service{
	position: fixed;
	right: 0%;
	top: 30%;
	z-index: 88;
	text-align: right;
}
.fix-service img{
	width: 60%;
}
.mask {
  text-align: center;
}
.mask_content_qr {
  position: fixed;
  background: #0000009c;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  font-weight: bold;
}
.qrcod {
  background: #f0efe4c8;
  width: max-content;
  height: max-content;
  padding: 30px;
  margin: 13% auto;
  line-height: 2;
  color: #d04b21;
  font-size: 1.8rem;
}

.mask_content {
  display: none;
  position: fixed;
  background: #0000009c;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  font-weight: bold;
}
.close-icon {
  position: absolute;
  right: 0.5rem;
  top: 0.3rem;
}
.qrcode_close {
	height:8%;
}
.qrcode_close img {
  width: 8%;
  float: right;
  position: relative;
  top: -0.7rem;
  right: -0.5rem;
  opacity: 1;
}