.mask_auth_aggreement{
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: flex-end;
    font-size: 0.3rem;
	font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
}
.mask_auth_agreement{
	width: 100%;
	height: 5.4rem;
	background: white;
	border-top-left-radius: 0.1rem;
	border-top-right-radius: 0.1rem;
	position: relative;
}
.mask_auth_range{
	width: 6.5rem;
	margin: 0 auto;
	margin-top: 0.5rem;
}
.mask_auth_title{
	width: 100%;
	line-height: 0.4rem;
	margin-bottom: 0.25rem;
	margin-top: 0.3rem;
	color:#40414D;
}
.mask_auth_phone{
	width: 100%;
	height: 0.88rem;
	line-height: 0.88rem;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	font-weight: bold;
}
.mask_auth_policy_info{
	width: 100%;
	display: flex;
	margin-top: 0.3rem;
}
.mask_auth_img {
    width: 0.6rem;
    height: 0.3rem;
    display: flex;
    align-items: center;
    text-align: center;
    float: left;
    margin-right: 0.1rem;
}
.mask_auth_img img{
	width: 0.3rem;
	height: 0.3rem;
	margin-top: 0.1rem;
}
.mask_auth_policy{
	font-size: 0.28rem;
	color:#40414D;
	margin-left: 0.05rem;
}
.mask_auth_button_bottom{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 0.5rem;
}
.mask_auth_cancel{
	width: 3.1rem;
	height: 0.88rem;
	border:1px solid #D2D3D5;
	border-radius: 0.44rem;
	color:#87888F;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mask_auth_submit{
	width: 3.1rem;
	height: 0.88rem;
	border:1px solid #17B54B;
	background:#17B54B;
	border-radius: 0.44rem;
	color:white;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mask_auth_submit:active{
	background:#00a83e;
}
.mask_auth_notice_agreement{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top:0;
	visibility: hidden;
}
.mask_auth_noticeView{
	width: 4.4rem;
	height: 1rem;
	background: url(../images/v_notice.png) no-repeat center left;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
}
.mask_auth_notice_agreement img{
	width: 0.35rem;
	height: 0.35rem;
	margin-right: 0.1rem;
}