* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
button {
  border: none;
  outline: none;
  background: transparent;
}
img {
	pointer-events: none;
}
.wrapper {
	height: 100vh;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
}
.imgs {
	width: 100%;
	vertical-align: middle;
}
.input {
  position: absolute;
  left: -99999px;
  top: -99999px;
}
.footer {
	width: 100%;
	height: 204px;
	background: #006DF5  100%;
	border-radius: 20px 20px 0px 0px;
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.footer1 {
  background: #DE3346;
}
.slogan {
	width: 173px;
	margin-bottom: 15px;
}
.btn-wrapper {
	margin: 0 25px;
}
.btn {
	width: 100%;
	vertical-align: middle;
}
.fuceng {
	background: rgba(0,0,0,.80);
  position: fixed;
  top: 0px;
  left: 50%;
  z-index: 99999;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  max-width: 750px;
  display: none;
}

.fuceng .fuceng_nei {
  margin: 15px 20px 0 20px;
}
.img_wrapper {
	text-align: right;
}
.fuceng .img_wrapper > img {
  margin-bottom: 15px;
  width: 30%;
  margin-right: 20px;
}

.fuceng .fuceng_nei h2 {
  font-size: 20px;
  color: #ffd200;
  margin: 0 0 15px 0;
  text-align: left;
}

.fuceng .fuceng_nei p {
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  padding-bottom: 18px;
  text-align: left;
}

.fuceng .fuceng_nei p b {
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-weight: inherit;
  text-align: center;
  line-height: 20px;
  margin-right: 10px;
}

.fuceng .fuceng_nei p img {
  padding: 0 8px;
  width: 12%;
  height: auto;
  vertical-align: middle;
}
@media screen and (min-width: 750px) {
	.wrapper {
		width: 375px;
		margin: 0 auto;
	}
}