body{
    margin: 0;
    padding: 0;
    background: #F5F7FA;
    color: #434A54;
    font-size: 85%;
    font-family: "微软雅黑";
}
*{
    list-style-type: none;
}
input::-moz-placeholder{
    color: #CCD1D9 !important;
}
input:-moz-placeholder{
    color: #CCD1D9 !important;
}
input:-ms-input-placeholder{
    color: #CCD1D9 !important;
}
input::-webkit-input-placeholder{
    color: #CCD1D9 !important;
}
input{
    border: none;
    height: 2.2em;
    outline-style: none;
    font-size:1.2em;
    vertical-align:middle;
    color: #434A54
}

.title{
    line-height: 2.1em;
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
}
.visitor_info .photo > span,.data span{
    font-size: 1.2em;
}
.photo{
    background: white;
    text-align: center;
    padding: 2em 0;
}
.photo > span{
    display: block;
    padding-top: 0.7em;
}
.photo img{
    width: 7.5em;
    border-radius: 50%;
    display: block;
    margin: auto;
}
.data > div{
    /*line-height: 2.9em;*/
    /*height: 2.9em;*/
    display: table;
    background: white;
    border-top: 1px #F5F7FA solid;
    /*font-size: 18px;*/
    width: 100%;
}
/*#mobile,#company{*/
    /*padding-left: 1.3em;*/
/*}*/
/*#code{*/
    /*padding-left: 2.6em;*/
    /*width: 42%;*/
/*}*/
.codebtn{
    border-left: 1px  #F5F7FA solid;
    text-align: center;
    /*padding-left: 0.3em;*/
    /*padding-right: 0.3em;*/
    width: 8em;
}
.input_code{
    display: table;
    width: 100%;
}
.data >div > span,.data >div > input,.data >div > div{
    display: table-cell;
    vertical-align: middle;
}
.data >div > span{
    width: 5.5em;
    padding-left: 0.7em;
}
.visitor_info .data .next{
	padding: 0.7em;
	box-sizing: border-box;
}
.visitor_info .data .next > div{
    background: #DD0000;
    line-height: 2.3em;
    height: 2.3em;
    font-size: 1.2em;
    text-align: center;
    color: white;
}
