.mymodel{
	z-index:9999;
	width:100%; 
	height:100%;
	left:0;
	top:0; 
	position:fixed;
	background:rgba(0,0,0,0.3);
	display: none;
}
.mymodel .point{
	position:absolute;
	left:5%; 
	top:30%;

}
.mymodel .pop{
	background: #FFFFFF;
	border-radius: 0.01rem;
	width:9rem; 
	position:absolute;
	z-index:99999;
	text-align: center;
	
}
.mymodel .pop>span{
	display: inline-block;
	font-size: 0.5rem;
	color:#333333; 
	font-weight: bold;
	margin-top:0.6rem;
}
.mymodel .pop>div{
	margin-top:0.4rem;
}
.mymodel .pop>div>input{
	width:8rem;
	height:1rem;
	background: #eeeeee;
	border: none;
	font-size: 0.36rem;
	padding-left:0.3rem;
}
.mymodel .pop>p{
	margin-top:0.3rem;
	font-size: 0.3rem;
	color:#999999;
}
.mymodel .pop>.btn{
	
	border-top:0.01rem solid #999999;
}
.mymodel .pop>.btn>span:first-child{
	border-right:0.01rem solid #999999;
	background-color: #1E9FFF;
}
.mymodel .pop>.btn>span{
	height:1rem;
	line-height:1rem;
	font-size:0.4rem;
	display: inline-block;
	width:49.8%;
	background-color: #ff738d;
	color:#FFFFFF;
}
