html,body
{
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 62.5%;
    font-family: Arial,"微软雅黑";
    background-color: #f3f3f3;
}
a
{
    text-decoration : none;
    color: black;
}
a:hover
{
    color:white;
}

input,button,select
{
    font-size: 1em;
    border-radius: 6px;
    border: 1px solid grey;
}
#ui-datepicker-div
{
    font-size: 2em;
}
.stop,.center
{
    text-align: center;
}
.grey
{
    background-color: #e1e1e1;
}
.id,.hide
{
    display: none;
}
.right,.number
{
    text-align: right;
}

#nave
{
    width: 100%;
    height: 70px;
    background-color: #f3f3f3;
    text-align: center;
    margin-top: 30px;
}
.middle
{
    width:65%;
    height: 100%;
    margin:0 auto;
}
.box
{
    width: 50%;
    height: 100%;
    float: left;
    text-align: left;
}

.finger
{
    margin: 5px;
    padding: 5px;
    border-radius: 5px;
}
.finger:hover
{
    background-color: #1292ff;
    cursor: pointer;
    box-shadow: #dddddd 2px 2px;
}