﻿body{
    width:100%;
    margin:0 auto;
    font-family:"Microsoft YaHei",Arial;
    background:#f5f5f5;
    max-width:640px;
}
.top{
    width:100%;
    height:120px;
    background: #1b4fb2;
    margin:0 auto;
}
.content{
    margin:0 auto;
    background:#fff;
}
.content2{
    padding:20px 0;
}
h1{
    /*float:left;*/
    line-height:120px;
    color:#fff;
    font-size:30px;
    font-weight:bold;
    padding-left:10px;
    background: #1c51b3;
    text-align: center;
}
h1 span{
    color:#fbef5f;
}
.info input.shuru{
    width:90%;
    height:90%;
    display:block;
    margin:0 auto;
    text-align:center;
}
table{
    text-align:center;
    margin:0 auto;
}
select{
    display:block;
    margin:0 auto;
    width:80%;
}
.sub{
    width:240px;
    display:block;
    margin:0 auto;
    height:40px;
    border-radius:2px;
    background:#1c51b3;
    color:#fff;
    text-align:center;
    line-height:40px;
    cursor:pointer;
}
.info label{
    width:40%;
    float:left;
    text-align:left;
    margin-left:5%;
    margin-top:4%;
}