.header {
 
   text-align: center;
   padding: 0.8em 0em;
   font-size: 1.4em;
   font-weight: 700;
   height: 1.2em;
   background-color: #F5F7FA;
   /*vertical-align: middle;*/
}

.center .table {
	display: table;
	width: 100%;
	border-bottom: 1px solid #e6e9ed;
    /*font-size:1.2em;*/
}

.center .table .row {
	display: table-row;
	border: 1px solid #E6E9ED;
	background-color: #FFF;
	
}

.center .table .row .commonality {
	display: table-cell;
	width: 5em;
	padding-top: 0.8em;
	padding-right: 0.4em;
	padding-left: 1em;
	padding-bottom: 0.8em;
	border-top: 1px solid #E6E9ED;
	
	text-align:left;
	/*font-size:1.2em;*/
}

.center .table .row .commonality span {
	font-size:1.2em;
}
.center .table .row .commonalityinput {
	display: table-cell;
	padding-top: 0.8em;
	padding-right: 0.2em;
	padding-left: 0em;
	padding-bottom: 0.8em;
	border-top: 1px solid #E6E9ED;

	text-align:left;
	position:relative;
}


                     
.center .table .row .commonalityinput input[type='tel']{
	
	width:90%;
	border-style:none;
	font-family: "微软雅黑";
    color: #999999;
    font-size:1.2em;
    height:1.8em;
}

#butok{
   
   text-align: center;
   background-color: #DD0000;
   color: #fff;
   height: 2.1em;
   font-family: "微软雅黑";
   font-size:1.2em;
   width:7em;
   border:0em;
   display:inline;
   position:absolute;
   top:0.6em;
   right:0.7em;
   padding:0.2em 0em;
}

#add{
	/*width:100%;*/
	background-color:#F5F7FA;
	padding:0.8em;
	/*border-top:1px solid #E6E9ED;*/
}

#addcen{
	text-align:center;
	background-color:rgb(241, 90, 12);
	marging:0.8em;
	padding:1em;
}

#addcen span{
	color:#fff;
	font-size:1.2em;
	
	
}

.inputcolor:-webkit-input-placeholder {
  color: #CCD1D9;
}
.inputcolor:-moz-placeholder {
  color: #CCD1D9;
}
.inputcolor:-ms-input-placeholder {
  color: #CCD1D9;
}

.agreement_div {
	padding-top: 0.8em;
	padding-left: 0.8em;
	display: table;
	width: 80%;
}

.agreement_div > div {
	height: 2em;
	display: table-cell;
	vertical-align: middle;
}

.radio_div {
	/*height: 2em;*/
	/*width: 1.4em;*/
	display: table-cell;
	vertical-align: middle;
}

.radio_div span lable {
	color: #DD0000;
}

.agreement {
	top: -0.1em;
	padding-left: 0.5em;
	font-size: 1.2em;
	position: relative;
}

.selected {
	background: url("../../image/radio1.png") center no-repeat;
	background-size: 1.5em 1.5em;
}

.no-selected {
	background: url("../../image/radio2.png") center no-repeat;
	background-size: 1.5em 1.5em;
}

.radio {
	top: 0.15em;
	display: inline-block;
	position: relative;
	width: 1.5em;
	height: 1.5em;
}
