* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 0.15rem;
}
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	overflow: hidden;
	font-family: "FZLTHJW--GB1-0", "miscrosoft yahei", tahoma, arial,
		"Hiragino Sans GB", sans-serif;
	position: relative;
}
html,
form {
	height: 100%;
}
a {
	color: #fff;
	text-decoration: none;
	outline: none;
}

.bg {
	width: 100%;
	height: 100%;
	/* background: url("../images/bg.png") no-repeat 0 0; */
	background-size: cover;
	position: relative;
	overflow: scroll;
}
.container {
	position: absolute;
	background: rgba(255, 255, 255, 0.9);
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 0.15rem;
	overflow: scroll;
}
.container::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.container .logo {
  padding-top: .2rem;
}
.container .logo img {
  height: .5rem;
}
.container h3 {
	font-size: 0.18rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	line-height: 0.27rem;
	letter-spacing: 1px;
}
.container .info {
	margin-top: 0.07rem;
  max-width: 60%;
  text-align: center;
  margin: 0 auto;
  margin-top: .1rem;
}
.container .qrcode {
	background: url("../images/qrcode.png") no-repeat 0 0;
	background-size: 100% 100%;
	height: 1.3rem;
	width: 1.3rem;
	display: block;
	margin: 0.41rem auto 0.12rem auto;
}

.container .system {
	display: flex;
	justify-content: center;
}
.container .iphone {
	margin-top: 0.21rem;
	margin-bottom: 0.18rem;
	width: 1.49rem;
	height: 0.4rem;
	border-radius: 0.22rem;
	border: 2px solid black;
	display: flex;
	align-items: center;
	justify-content: center;
}
.container .iphone img {
	width: 0.27rem;
	height: 0.27rem;
}
.container .iphone span {
	height: 0.23rem;
	font-size: 0.16rem;
	font-weight: 500;
	line-height: 0.23rem;
	padding-left: 0.11rem;
	color: black;
}

.container .android {
	width: 1.49rem;
	height: 0.4rem;
	border-radius: 0.22rem;
	border: 2px solid black;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2px;
}
.container .android img {
	width: 0.27rem;
	height: 0.27rem;
}
.container .android span {
	height: 0.23rem;
	font-size: 0.16rem;
	font-weight: 500;
	line-height: 0.23rem;
	padding-left: 0.11rem;
	color: black;
}
.container .display {
	display: none;
}

.container .footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 0.6rem;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px -1px 6px 0px rgba(0, 0, 0, 0.05);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}
.container .footer a {
	width: 3.07rem;
	height: 0.44rem;
	background: #00cbcc;
	border-radius: 0.22rem;
	font-size: 0.18rem;
	display: flex;
	align-items: center;
	justify-content: center;
}


.container .head {
	position: absolute;
	top: 6px;
	width: 3.34rem;
	height: 0.8rem;
	background: rgba(0, 0, 0, 1);
	border-radius: 20px;
	opacity: 0.69;
	display: flex;
	align-items: center;
	justify-content: center;
}
.container .head p {
	height: 0.25rem;
	font-size: 0.18rem;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: rgba(205, 205, 205, 1);
	line-height: 0.25rem;
}
.container .head img {
	width: 0.6rem;
}
.container .head .tip_1 {
	line-height: 0.25rem;
	height: 0.25rem;
	font-size: 0.18rem;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
}
.container .head .tip_2 {
	height: 0.21rem;
	font-size: 0.15rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(205, 205, 205, 1);
	line-height: 0.21rem;
}
.display {
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.8);
	filter: alpha(opacity=80);
	width: 100%;
	height: 100%;
	z-index: 1000000;
}
.display p{
	padding: 0 5%;
}

@media screen and (min-width: 1600px) {
	.container .footer {
		display: none;
	}
}

.pattern {
  position: absolute;
  top: 0;
  z-index: 1;
  max-width: 250px;
  width: 21.66%;
  transition: all .5s
}

.pattern.left {
  left: 0
}

.pattern.right {
  right: 0
}

.pattern img {
  width: 100%;
  transition: all 1s;
  pointer-events: none
}

@media (max-width: 1280px) {
  .pattern {
      width:16.66%
  }
}
