@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}
html {
  touch-action: manipulation;
  width: 100%;
  height: 100%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  box-sizing: border-box;
}
body {
  width: 100%;
  height: 100%;
  font-family: Arial, Helvetica, Microsoft YaHei;
  -webkit-user-select: none;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  background-color: #f8f8f8;
}
img {
  border: none;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
video {
  vertical-align: middle;
}
button,
select {
  text-transform: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
}
textarea {
  overflow: auto;
  resize: vertical;
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
ol {
  list-style: none outside none;
}
a {
  outline: none;
}
em,
i {
  font-style: normal;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.textE {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.top {
  margin-bottom: 0.8rem;
}
.top img {
  width: 100%;
}
.center {
  height: 3.5rem;
  margin: 0.26rem;
  background-color: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 3px 9px #c8ebff;
  overflow: visible;
  text-align: center;
  position: relative;
}
.center .tips {
  position: absolute;
  color: #fff;
  padding: 0.05rem 0.15rem;
  border-radius: 0.1rem;
  font-size: 0.26rem;
  background-color: #ff9019;
  left: 0.2rem;
  top: -0.2rem;
}
.center .left {
  float: left;
  width: 50%;
  height: 100%;
}
.center .left .codeWrap {
  overflow: hidden;
  margin: auto;
  width: 2.35rem;
  height: 2.35rem;
  background: url(../img/border.png) no-repeat;
  background-size: cover;
  margin-top: 0.5rem;
}
.center .left .codeWrap #code {
  width: 1.8rem;
  height: 1.8rem;
  margin-left: 0.2rem;
  margin-top: 0.2rem;
}
.center .left .codeWrap #code img {
  width: 100%;
  height: 100%;
}
.center .left p {
  font-size: .28rem;
  padding: 0.15rem;
}
.center .right {
  width: 50%;
  height: 100%;
  float: right;
}
.center .right .btn {
  font-size: 0.3rem;
  display: inline-block;
  padding: 0.2rem 0.5rem;
  border-radius: .1rem;
  color: #333333;
  background-color: #fff007;
  font-weight: 600;
  margin-top: 1.3rem;
}
.ctitle {
  color: #666666;
  font-size: 0.26rem;
  text-align: center;
  margin: 0.5rem 0;
}
.ctitle .text {
  color: #226cff;
}
.statement {
  font-size: 0.26rem;
  color: #333333;
  margin: 0.26rem;
}
.statement .title {
  font-weight: 600;
  margin: 0.4rem 0;
}
.statement .item {
  line-height: 0.4rem;
  color: #226cff;
}
.foot {
  width: 100%;
  text-align: center;
  bottom: 0;
  height: 1.3rem;
  line-height: 1rem;
  font-size: .24rem;
  color: #666666;
  border-top: 1px solid #e3e3e3;
}
