
*{
	margin: 0;   
	padding: 0;
	
}

body {
   
    font-family: -apple-system-font, "Helvetica Neue", sans-serif;
}


.Wechat-cells-title{
	margin-block-start: 0.2em;
	padding-top: 0.5em;
	padding-bottom:0.8em;
    padding-left: 1em;
    padding-right:1em;
	color: #969696;			
	display: block;
	text-align: center;
	font-size: 1em;	
}

.Wechat-cell{
    display: flex;
	height: 2.2em;
	padding: 6px 15px;
	left: 0;
	right: 0;
	top: 0;
	background-color: #ffffff;
	-webkit-box-align: center;
	align-items: center;	
	border-top: 2px solid #D9D9D9;
}

.Wechat-cell2{
    display: flex;
	height: 2.5em;
	margin-block-start: 0em;
	background-color: #ffffff;
	-webkit-box-align: center;
	align-items: center;	
	border-top: 2px solid #D9D9D9;
	text-indent: 15px;
	
}

.setData{
	margin-top: 0.2em;
	font-size: 1.3em;
	border: none;
	-webkit-transition:-webkit-transform .3s;
	transition:-webkit-transform .3s;
	transition:transform .3s;	
	 text-align:center;
}


.Wechat-cell3{
    display: flex;
	height: 2.5em;
	margin-block-start: 0.3em;
	background-color: #ffffff;
	-webkit-box-align: center;
	align-items: center;	
	border-top: 2px solid #D9D9D9;
	text-indent: 40px;
	
}


.Wechat-cell4{
    display: flex;
	height: 2.5em;
	padding: 6px 15px;
	left: 0;
	right: 0;
	top: 0;
	background-color: #ffffff;
	-webkit-box-align: center;
	align-items: center;	
	border-top: 10px solid #D9D9D9;
	font-size: 1.2em;
}

.Wechat-input1 {
    width: 100%;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    background-color: transparent;
    font-size: inherit;
    color: inherit;
    height: 1em;
    line-height: 1em;
	text-align: left;
	text-indent: 45px;
}

.Wechat-input2 {
    width: 100%;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    background-color: transparent;
    font-size: inherit;
    color: inherit;
    height: 1em;
    line-height: 1em;
	text-align: left;
	text-indent: 60px;
}

.Wechat-input3 {
    width: 100%;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    background-color: transparent;
    font-size: inherit;
    color: inherit;
    height: 1em;
    line-height: 1em;
	text-align: center;
	font-weight:bold;
}


.reckon-button{
	margin-top: 0.5em;
	position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 22px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    line-height: 2;
    border-radius: 20px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: hidden;
	width: 100%;
    border-width: 0;
    outline: 0;
	-webkit-appearance: none;    
	background-color: #1AAD19;
}




