/* form表单样式 */
body{
	background: #fff !important;
}
.mui-content{
	background: #fff !important;
	width: 100%;
}
.face{
	width: 100vw;
	height: 50vw;
	background: url('../images/inviteBg.png') no-repeat;
	background-size: 100% 100%;
	/*margin: 0 auto;*/
	/*margin-top: 25%;*/
	/*border-radius: 20%;*/
}
.face img{
	width: 30vw;
	height: auto;
	margin-top: 10vw;
	margin-left: 10vw;
	margin-bottom: 5vw;
	/*margin: 0 auto;*/
	/*border-radius: 20%;*/
	/*box-shadow: 0 0 10px #000;*/
}
.face div{
    margin-left: 10vw;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #162b46;
}
.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: 5px auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	/*border-bottom: 1px solid #F2F2F2;*/
}
.section .section__title{
	font-size: 15px;
	line-height: 48px;
	width: 37%;
	color: #6f8caa;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.section input{
	border: none !important;
	/*background: none !important;*/
	width: 62%;
	height:40px  !important;
	font-size: 15px;
	line-height:40px !important;
	margin-bottom: 0 !important;
	border-radius: 5px;
	color: #162b46;
}
.section .picker{
	width: 100%;
	height:40px;
	font-size: 15px;
	line-height:40px;
	justify-content: space-between;
}
.picker .phone_code{
	font-size: 15px;
	height:40px;
	text-align: center;
	color: #da3a67;
	margin-left: 5px;
	/*background: #ccc;*/
	line-height:36px;
	padding: 0;
}
.picker input{
	border: none !important;
	/*background: none !important;*/
	/*width: 62%;*/
	height:40px  !important;
	font-size: 15px;
	line-height:40px !important;
	margin-bottom: 0 !important;
	border-radius: 5px;
	color: #162b46;
}
.btn-area button{
	background:#de5751;
	color: #fff;
	width: 92%;
	display: block;
	margin: 0 auto;
	height: 40px;
	border-radius: 5px;
	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;
}