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;
    padding: 0.1em 0 0.1em 0;
}
.visitor_info .photo > span,.data span{
	font-size: 1.2em;
}

.title{
    line-height: 2.1em;
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
}
.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%;
}
.data > div > span,.data > div > div{
    display: table-cell;
    vertical-align: middle;
}
.data >div > span{
    width: 5.5em;
    padding-left: 0.7em;
}
.reason{
    line-height: 2.8em;
    height: 2.8em;
}
.reason img{
    width: 1.4em;
    height: 1.4em;
    vertical-align: sub;
    margin-right: 0.3em;
}
.finish{
    margin: 0.5em;
    background: #DD0000;
    line-height: 2.3em;
    height: 2.3em;
    text-align: center;
    color: white;
    font-size: 1.2em;
}
