@charset "utf-8";
.mobile-wrap{height: 100%; background: #F5F6F8 url(../img/page-bg.png) no-repeat left top; background-size: 100% auto;}

header .content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 3rem;
  align-items: center;
  align-content: center;
  padding: 1.5rem .5rem .6rem;
  background: url(../img/my-bg.png) no-repeat center top; background-size: 100%;
}
header .userPic{}
header .userPic img{
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  border: 3px solid #fff;
  border-radius: .7rem;
  overflow: hidden;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  box-shadow: 0px 3px 8px 0px
  		rgba(0, 0, 0, 0.1);
}
.title{
	padding: 0rem .5rem .35rem;
	text-align: center;
}
.title div{
	font-size: .42rem;
	font-weight: bold;
}
.title span{
	font-size: .28rem;
	color: #888;
	display: block;
	padding: .15rem 0;
}

.form-box{
	position: relative;
	margin: 0 .25rem .45rem;
	padding: .1rem .25rem;
	border-radius: .2rem;
	overflow: hidden;
	background-color: #ffffff;
	box-shadow: 0px 5px 25px 0px 
		rgba(0, 0, 0, 0.05);
}
.form-box .form-group{
	position: relative;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #f1f1f1;
}
.form-box .form-title{
	position: absolute;
	height: 1rem;
	line-height: 1rem;
	font-size: .3rem;
	color: #888;
	padding: 0 .15rem;
}
.form-box .form-control{
	display: block;
	height: 1rem;
	line-height: 1rem;
	text-align: right;
	padding: 0 .15rem;
	font-size: .3rem;
	border-radius: 0;
	background:none;
}
.form-box .form-group:last-child {
	border-bottom: 0;
}

.form-box select.form-control{
	display: block;
	text-align: right;
	height: .8rem;
	line-height: .8rem;
	border-radius: 0;
	padding: 0 .25rem !important;
	font-size: .3rem;
	border-bottom: 1px solid #f1f1f1;
	background:none;
}
::-webkit-input-placeholder { 
  color: #000;
}
.btn-box {
	margin: 0 1rem;
}
.btn-box .btn {
  position: relative;
  background: none;
  overflow: initial;
  margin: .8rem auto .2rem;
}
.btn-box .btn span{
  display: block;
  position: relative;
  z-index: 1;
  line-height: .9rem;
  height: .9rem;
  font-size: .32rem;
  font-weight: bold;
  text-align: center;
  border-radius: .45rem;
  color: #fff;
  background: #006634;
 }