*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,body{
	width: 100%;
	height: 100%;
	overflow:hidden;
}
body{
	font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;;
	background: #f8f8f8;
	color: #333;
}
form{
	width: 100%;
	margin: 40px 0;
}
.clearfix:after,
.clearfix:before {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
button,a{
	background: #47b018;
	border: 1px solid transparent;
	border-radius: 4px;
	width: 100%;
	padding: 10px 0;
	display: block;
	outline: none;
	color: #fff;
	font-size: 16px;
}
a{
	text-align: center;
	text-decoration: none;
}
.ctrl{
	width: 100%;
	position: relative;
	padding: 10px 12px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: -1px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.ctrl>label,.ctrl>input{
	font-size: 14px;
	display: block;
}
.ctrl>label{
	width: 80px;
}
.ctrl>input{
	border: none;
	background: none;
	outline: none;
	height: 100%;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	width: 100%;
	font-size: 14px;
	padding: 0 4px;
}
.ctrl>img{
	display: block;
	width: 70px;
	height: 26px;
}
.ctrl>button{
	width: 70px;
	right: 12px;
	padding: 4px;
	font-size: 12px;
}
.ctrl-submit{
	padding: 0 12px;
	margin-top: 30px;
}
.talk{
	padding: 0 12px;
}
.talk>p{
	font-size: 12px;
}
.talk>button{
	margin-top: 12px;
}
.model {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	overflow: auto;
	z-index: 1000;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.model .mask {
	background-color: rgba(55, 55, 55, .6);
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.model .warp {
	margin: 0 auto;
	position: relative;
	outline: 0;
	top: 100px;
	width: 84%;
	max-width: 315px;
}

.model .content {
	position: relative;
	background-color: #fff;
	border: 0;
	border-radius: 6px;
	background-clip: padding-box;
}
.model .wpq{
	width: 100%;
}
.model footer{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 0 12px 8px;
	line-height: 1.6;
}
.model .say{
	color: #FFB500;
	font-size: 16px;
	padding-bottom: 6px;
}
.model .cs{
	color: #C97900;
	border-top: 1px dashed #C97900;
	font-size: 14px;
	padding-top: 6px;
}
.model .jptap{
	display: none;
}
.model .content {
	display: none;
	position: relative;
	background-color: #fff;
	border: 0;
	border-radius: 6px;
	background-clip: padding-box;
}

.model header {
	border-bottom: 1px solid #e3e8ee;
	padding: 10px 16px;
	font-size: 14px;
}

.model .body {
	padding: 16px;
	font-size: 14px;
	line-height: 1.5;
}

.model .footer {
	border-top: 1px solid #e3e8ee;
	padding: 10px 16px;
	text-align: right;
}

.model button {
	color: #fff;
	background-color: #47b018;
	border-color: #47b018;
	padding: 6px 15px 7px;
	font-size: 14px;
	border-radius: 4px;
	border: none;
	width: auto;
    display: initial;
}
.fade-active {
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease
}

.fade-enter{
	opacity: 0;
	pointer-events: none;
}

body .ctrl #sendCode.enable{
	background: #47b018;
}
body .ctrl #sendCode.disable{
	background-color: #ccc;
}