html{
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
  font-size:15px;
}
body{
  font-size:15px;
  font-family:-apple-system-font, "Helvetica Neue", sans-serif;
  position: relative;
}
*{
  margin:0;
  padding:0;
}
a img{
  border:0;
}
a{
  text-decoration:none;
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
.bg-white{
  background:#fff;
}
.form-cell-border{
	border:1px solid #f6f6f6;
	padding:10px;
  	position: relative;
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-box-align: center;
  	-webkit-align-items: center;
  	align-items: center;
  	margin: 0 15px 10px;
}
.form-cell-border:first-child{
	margin-top: 35px;
}
.form-cell-bd{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.form-cell-ft{
  position: relative;
  text-align: right;
}
.ft-span{
	color: #3897F9;
	font-size: 13px;
}
.we-input{
    width: 100%;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    background-color: transparent;
    font-size: inherit;
    color: inherit;
    font-size: 15px;
    color: #000;
}
.we-input::-webkit-input-placeholder {
  color: #c7c7cc;
}.form-btn{
  margin:42px 30px 10px;
  border-radius: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  background: #3897F9;
  text-align: center;
}