/*
* @Author: xing.zhengjia
* @Date:   2016-10-10 15:02:21
* @Last Modified by:   xing.zhengjia
* @Last Modified time: 2016-10-11 10:42:45
*/
#flow{
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right: 0;
	z-index:1000;
} 
.masking{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right: 0;
	height: 100vh;
	background-color: #000;
	opacity: 0.5;
}
.flowpage{
	width:750px;
	height: 450px;
	padding:40px 80px;
	position: relative;
	margin:150px auto 0;
	background-color: #fff;
	border-radius:3px; 
}
.pagetop{
	padding-bottom:30px;
	text-align:center;
}
.closeflow{
	position: absolute;
	top:8px;
	right: 10px;
	cursor: pointer;
}
.pagebottom{
	display:inline-block;
	width:100%;
}
.flowtxt{
	padding-top:75px;
	padding-bottom:90px;
}
.flowtxt1{
	font-size:18px;
	font-weight: bold;
}
.flowtxt2{
	font-size:16px;
	color:#79808e;
}
.next{
	cursor: pointer;
	color:#79808e;
}
.touch{
	display:inline-block;
	margin-right: 30px;
	width:96px;
	height: 30px;
	line-height:30px;
	color:#fff;
	text-align:center;
	background-color: #238cf6;
	border-radius:3px;
	cursor: pointer;
}
#flowpic{
	padding-top: 75px;
}