body{ margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #efeff4;}
.index_body{
    width: 90%;
    padding: 15% 5% 0px 5%;
}
.oIput{
    width: 100%;
    height: 50px;
    font-size: 28px;
}
.oRemark{
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
}
.findOrder{
    list-style: none;
    margin-top: 20px;
    font-size: 18px;
    line-height: 36px;
}
.oBtn{
    width: 100%;
    border-radius: 5px;
    color: #FFF;
    background-color: #007aff;
    margin-top: 50px;
    text-align: center;
    font-size: 24px;
    padding: 10px 10px 10px 0px;
    border: 0px;
}
.oBtn a:link, a:visited{
    text-decoration:none;
    color:#FFF;
}

.oBtn-reg{
    background-color:#78C3F3;
}
.postOK{
    font-size: 36px;
    text-align: center;
}

.proofClass {
    position: relative;
    display: inline-block;
    background: #D0EEFF;
    border: 1px solid #99D3F5;
    border-radius: 4px;
    padding: 4px 12px;
    overflow: hidden;
    color: #1E88C7;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
}
.proofClass input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}
.proofClass:hover {
    background: #AADFFD;
    border-color: #78C3F3;
    color: #004974;
    text-decoration: none;
}

a{
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}



.ah{
    margin-bottom: 10px;    
    list-style: none;
    background: #d4e3e5;
    padding: 5px;
    height: 30px;
}
.ah li{
    float: left;
    margin-right: 20px;
    font-size: 18px;
    line-height: 30px;
}