body {
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-touch-callout: none;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    /*-webkit-appearance:none;*/;
}
a, abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, menu, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strong, sub, sup, table, tbody, tfoot, thead, th, tr, td, video, u, ul, var, input, select {
    margin: 0;
    padding: 0;
}
body, button, input, select, textarea {
    font: 12px/20px Arial;
}
input, button{
    outline: none;
    border: none;
    font-family: '\5B8B\4F53',arial,tahoma,sans-serif;
}
button {
    cursor: pointer;
    border: none;
}
input[type="button"]{
    background: none;
}
::-webkit-input-placeholder{
    color:#999;
}
input[type="text"], input[type="password"], input[type="button"]{
    -webkit-appearance:none;
    appearance:none;
    outline: none;
    border-radius:0;
}
ul, ol {
    list-style: none;
}
img {
    width: 100%;
    border: 0;
    display: block;
    vertical-align: middle;
}
em, i {
    font-style: normal;
}
a {
    text-decoration: none;
    outline: none;
    color: #676767;
}
a:hover {
    text-decoration: none;
    color: #676767;
}
.clearfix:after {
    content: '.';
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 0;
    clear: both;
}
.clearfix {
    *zoom: 1;
}
/* css */
html, body{
    width: 100%;
    max-width: 640px;
    height: 100%;
    margin: 0 auto;
    font-size: 62.5%;
    color: #333;
}
.wrap{
    width: 100%;
    background: url(../images/bg.jpg) no-repeat left top;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
.title{
    margin-top: 23px;
    font: 16px/20px microsoft yahei;
    text-align: center;
    color: #fff;
}
.title img{
    display: inline-block;
    width: 63px;
    height: 15px;
    vertical-align: middle;
}
.content{
    width: 310px;
    margin: 60px auto 0;
    font: 12px microsoft yahei;
    color: #fff;
}
.content-tit{
    margin-top: 20px;
    line-height: 20px;
}
.content-main li{
    display: inline-block;
    margin-top: 12px !important;
    margin-left: 18px !important;
}
.content-main:nth-child(1) li{
    margin-right: 53px;
}
.content-main input[type="radio"], .content-main input[type="checkbox"]{
    margin-right: 6px;
    vertical-align: middle;
}
.content-main input[type="text"]{
    width: 60px;
    height: 20px;
    margin-left: 6px;
    line-height: 20px;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}
.content-main:nth-child(2) li{
   margin-right: 8px;
}
.infor{
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 30px 10px;
    margin-top: 80px;
    background-image: -webkit-linear-gradient(#aad9e9 30%, transparent);
    background-image: -o-linear-gradient(#aad9e9 30%, transparent);
    background-image: linear-gradient(#aad9e9 30%, transparent);
    color: #16234a;
}
.infor-bgimg{
    position: absolute;
    left: 50%;
    top: -64px;
    width: 50px;
    height: 81px;
    margin-left: -25px;
}
.infor-tit{
    padding-top: 10px;
    font: 12px/20px microsoft yahei;
    color: #16234a;
}
.infor li{
    display: inline-block;
    width: 148px;
    margin-top: 12px !important;
}
.infor li input{
    vertical-align: middle;
}
.infor li span{
    display: inline-block;
    margin-right: 3px;
    color: #f00;
    font-size: 14px;
    vertical-align: middle;
}
.infor li input[type="radio"]{
    margin-right: 6px;
}
.infor li input[type="text"]{
    width: 100px;
    height: 20px;
    line-height: 20px;
    background: none;
    border-bottom: 1px solid #16234a;
}
.infor-btn{
    width: 196px;
    height: 30px;
    margin: 30px auto 0;
    overflow: hidden;
}
.infor-btn button{
    width: 100%;
    height: 100%;
    background-color: #152147;
    font: 16px/30px microsoft yahei;
    color: #fff;
    text-align: center;
}