/* form表单样式 */
body{
	background: #fff !important;
}
.mui-content{
	background: #fff !important;
	width: 100%;
}
.face{
	width: 80px;
	height: 80px;
	margin: 0 auto;
	margin-top: 25%;
	border-radius:90px ;
}
.face img{
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius:90px ;
}
.form{
	width: 100%;
	display: block;
	background: #fff;
}
.titlea{
	width: 93.6%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 2.0;
	border-bottom: 1px solid #F2F2F2;
}
.section{
	width: 93.6%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	border-bottom: 1px solid #F2F2F2;
}
.section .section__title{
	font-size: 15px;
	line-height: 48px;
	width: 37%;
	color: #AAAAAA;
	display: flex;
	justify-content: flex-start;
}
.section input{
	border: none !important;
	background: none !important;
	width: 62%;
	height:48px  !important;
	font-size: 15px;
	line-height:48px !important;
	margin-bottom: 0 !important;
}
.section .picker{
	width: 80%;
	height:48px;
	font-size: 15px;
	line-height:48px;
	justify-content: space-between;
}
.picker .phone_code{
	font-size: 15px;
	height:36px;
	text-align: center;
	color: #da3a67;
	margin-left: 5px;
	background: #fff;
	line-height:36px;
	padding: 0;
}
.picker input{
	border: none;
	background: none;
	width: 62%;
	height:48px;
	font-size: 15px;
	line-height:48px;
	padding:0 !important;
}
.btn-area button{
	background:#ed3b3b ;
	color: #fff;
	width: 92%;
	display: block;
	margin: 0 auto;
	height: 40px;
	border-radius: 50px;
	text-align: center;
	border: none !important;
}
.tita{
	width: 100%;
	text-align: center;
	line-height: 2.0;
	font-size: 20px;
}
.ewm{
	width: 96%;
	margin-top: 15%;
	padding: 10px 0;
}
.android{
	width: 60%;
	margin: 0 auto;
	margin-top: 15px;
	text-align: center;
}
.android img{
	width: 100%;
	padding: 10px;
}
.android p{
	font-size: 20px;
	line-height: 2.0;
}