/*组件样式*/
.input{
    line-height: 30px;
    border: 1px solid #cccccc;
    border-radius: 9px;
    background: #fff;
    height: 30px;
    margin: 10px 0;
    color: #999;}
.button{

    background: #003391;
    width: 90px;
    line-height: 34px;
    border-radius: 10px;
    margin-top: 30px;
    font-size: 16px;}
h1{

    font-size: 24px;
    margin-bottom: 10px;}
