body,
html,
h2,
p,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  /* 触发 hasLayout */
  zoom: 1;
}

body,
html {
  background: #F5F5F5;
}

input {
  border: 0px;
  background-color: none;
  outline: none;
}

input:focus {
  outline: none;
}

.wrap {
  width: 7.5rem;
  margin: 0 auto;
  padding-bottom: 1.63rem;
}

.header_out {
  position: relative;
  width: 100%;
  height: 3.22rem;
  margin: 0 auto;
  background: #565656;
  color: #fff;
  font-size: 0.4rem;
  padding-top: .6rem;
  box-sizing: border-box;
  font-weight: bold;
  overflow: hidden;
  box-sizing: border-box;
}

.header_out::after {
  position: absolute;
  left: 50%;
  top: 2.9rem;
  margin-left: -30rem;
  content: '';
  width: 60rem;
  height: 60rem;
  border-radius: 100%;
  /* border: 1px solid #000; */
  background: #F5F5F5;
}

.header_out .header_title {
  font-size: .36rem;
  font-weight: 400;
  color: #FFFFFF;
  padding-left: .5rem;
}

.header_out .header_in {
  text-align: center;
  margin-top: .42rem;
}

.header_out h2 {
  font-size: 0.4rem;
  margin-right: .24rem;
}

.content {
  padding: 0.52rem .7rem;
}

.content form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content .form_group_out {
  position: relative;
  margin-bottom: .5rem;
}

.form_group_out .remind_txt {
  /* display: none; */
  position: absolute;
  font-size: .2rem;
  color: #E62F00;
  bottom: -.35rem;
  left: .98rem;
}

.content .form_group {
  display: flex;
  align-items: center;
  width: 100%;
  height: .8rem;
  background: #FFFFFF;
  opacity: 1;
  border-radius: .4rem;
  padding: 0 .32rem;
  box-sizing: border-box;
  font-size: .28rem;
  color: #333;
}

.content .form_group_out input {
  flex: 1;
  font-size: .28rem;
}

.form_group .icons {
  display: block;
  width: .42rem;
  height: .48rem;
  background-image: url(../images/name.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: .2rem;
  background-position: center;
}

.form_group .icons_pass {
  /* width: .44rem; */
  background-image: url(../images/pass.png);
}

.form_group .icons_tj {
  /* width: .46rem; */
  background-image: url(../images/tj.png);
}

.form_group .icons_my {
  /* width: .26rem; */
  background-image: url(../images/my.png);
}

.agree_out {
  display: flex;
  padding-left: .14rem;
  font-size: .24rem;
}

.agree_out a {
  color: #E62F00;
  text-decoration: none;
}

.content .submit {
  width: 6.08rem;
  height: .8rem;
  background: #E62F00;
  opacity: 1;
  border-radius: .4rem;
  font-size: .28rem;
  font-weight: 400;
  line-height: .8rem;
  color: #FFFFFF;
  text-align: center;
  margin: .1rem auto;
  border: none;
  display: block;
}

.footer {
  position: fixed;
  max-width: 7.5rem;
  bottom: 0;
  width: 100%;
  height: 1.63rem;
  background: #414141;
  font-size: .28rem;
  font-weight: 400;
  line-height: 1.85rem;
  text-align: center;
  color: #FFFFFF;
  overflow: hidden;
}

.footer::after {
  position: absolute;
  left: 50%;
  bottom: 1.36rem;
  margin-left: -30rem;
  content: '';
  width: 60rem;
  height: 60rem;
  border-radius: 100%;
  border: 1px solid #000;
  background: #F5F5F5;
}

.popout {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -2rem;
  margin-top: -.75rem;
  width: 4rem;
  height: 1.5rem;

}

.popout .popout_in {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, .7);
  color: #fff;
  font-size: .28rem;
  padding: .2rem;
  box-sizing: border-box;
  border-radius: .1rem;
}