.container{
  width: 100%;
  height: 100%;
  color: #fff;
}
.content{
	position:relative;
  height: 100%;
  padding: 0 0.53rem;
  background: url(../img/bg_wave.png) no-repeat center bottom ,linear-gradient(180deg, #0B90FB 0%, #2BDEC9 100%);
  background-size: 100%;
  overflow: hidden
}
.hospital_box{
  display: flex;
  align-items: center;
  line-height: 2rem;
  justify-content: center;
}
.hos_logo{
  width: 1.06rem;
  height: 1.06rem;
}
.user_name{
  margin-left: 0.53rem;
  font-size: 0.63rem;
}
.user_gender,.user_age{
	margin-left: 0.53rem;
	font-size: 0.43rem;
}
/*.center_content{
  position: relative;
  height: calc(100% - 220px);
  padding: 0 20px;
}*/
.tips{
  position: absolute;
  bottom: -55%;
  left: 50%;
  width: 100%;
  text-align: center;
  color: rgba(0,0,0,0.6);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.add_by_test{
  position: absolute;
  top: 32%;
  left: 50%;
	transform: translate(-50%,0);
  width: 8.93rem;
  height: 5.4rem;
  padding: 0.53rem;
 /* background: #FFFFFF;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.08); */
  border-radius: 5px;
  color: rgba(0,0,0,0.87);
  font-size: 0.43rem;
  text-align: center;
}
.add_by_test::after{
  border-color: rgba(0, 0, 0, 0.12);
  border-radius: 5px;
}
.add_by_test>p{
  display: block;
  height: 0.8rem;
  line-height: 0.8rem;
  color: #fff;
  font-size: 0.45rem;
  margin-bottom: 0.5rem;
}
.form_box{
  display: block;
  width: 100%;
  height: calc(100% - 0.8rem);
  padding: 0.27rem 0 0;
}
.form_box input{
  position: relative;
  display: block;
  width: 100%;
  height: 1.06rem;
  line-height: 1.06rem;
  margin-bottom: 0.32rem;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  text-align: left;
  color: #FFFFFF;
  padding-left: 0.2rem;
  background:none;
  outline:none;
  border:0px;
  border-bottom: 1px solid #fff;
}
.btn_box{
  padding-top: 1px;
}
.add_by_sweepcode{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 8.93rem;
  height: 3.15rem;
  margin: auto;
  background: #FFFFFF;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.08);
  border-radius: 5px;
  color: rgba(0,0,0,0.87);
}
.add_by_sweepcode::after{
  border-color: rgba(0,0,0,0.12);
  border-radius: 10px;
}
.vertify_btn,
.sweep_btn{
  position: relative;
  width: 4.8rem;
  height: 1rem;
  line-height: 1rem;
  margin-top: 0.4rem;
  background-image: linear-gradient(-137deg, #FE67B2 0%, #F96268 100%);
  border-radius: 5rem;
  font-size: 0.43rem;
  color: #fff;
  z-index: 99;
}
.vertify_btn{
  letter-spacing: 0.5em;
  opacity: 0.36;
}
.vertify_btn.active{
  opacity: 1;
}
.bg_white{
  position: relative;
  width: 4.8rem;
  height: 0.8rem;
  margin: -0.8rem auto 0;
 /* background: #fff; */
  border-radius: 1.2rem;
  z-index: 9;
}
.bg_gradient{
  width: 4.67rem;
  height: 0.8rem;
  margin: -1.06rem auto 0;
  box-shadow:0px 0.4rem 0.3rem 0 #F96268;
  /*background-image: linear-gradient(-137deg, #F96268 0%, #FE67B2 100%);*/
  border-radius: 1.2rem;
   opacity: 0.2; 
}
.vertify_btn.active:active,
.sweep_btn:active{
  opacity: 0.85;
}
.font_grey{
  color: rgba(0, 0, 0, 0.4);
}







