body{

    font-family:微软雅黑;

    background:#f5f5f5;

    margin:0;

    padding:30px;
}

.card{
    width:100%;
    max-width:480px;
    margin:20px auto;
    background:#fff;
    border-radius:10px;
    padding:20px;
    box-sizing:border-box;
}

h2{

    text-align:center;

    color:#1976d2;

    margin-bottom:30px;
}

label{

    display:block;

    margin-top:15px;

    font-size:18px;
}

input{

    width:100%;

    height:45px;

    font-size:18px;

    margin-top:8px;

    padding-left:10px;

    box-sizing:border-box;
}

/* 查询按钮 */

button{

    width:100%;

    padding:12px;

    border:none;

    border-radius:8px;

    background:#1677ff;

    color:white;

    font-size:16px;

    cursor:pointer;

}

button:hover{

    background:#0958d9;

}

/* 建设中按钮 */

button:disabled{

    background:#bfbfbf;

    cursor:not-allowed;

}

.tip{

    margin-top:25px;

    color:#666;

    line-height:1.6;
}

a{

    color:inherit;

    text-decoration:none;

}

.info{
    margin-top:20px;
    border:1px solid #e5e5e5;
    border-radius:8px;
    overflow:hidden;
}

.row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:14px 16px;
    border-bottom:1px solid #eeeeee;
}

.row:last-child{
    border-bottom:none;
}

.label{
    color:#666;
    font-size:17px;
}

.value{
    font-size:18px;
    font-weight:bold;
    color:#333;
    text-align:right;
}

.success{
    color:#2e7d32;
    text-align:center;
}

.success-text{
    color:#2e7d32;
}

.fail{
    color:#d32f2f;
    text-align:center;
}

.tip{
    margin-top:25px;
    padding:15px;
    background:#f8f9fa;
    border-radius:8px;
    color:#666;
    line-height:1.8;
    font-size:15px;
}

.back{
    display:block;
    width:100%;
    text-align:center;
    margin-top:25px;
    padding:12px 0;
    background:#1976d2;
    color:white;
    text-decoration:none;
    border-radius:6px;
    font-size:18px;
}

/* ------------------------------
   首页
------------------------------ */

.subtitle{

    color:#888;

    margin-top:-10px;

    margin-bottom:20px;

    text-align:center;

}

.business{

    border:1px solid #e6e6e6;

    border-radius:10px;

    padding:18px;

    margin:20px 0;

}

.business h3{

    margin-top:0;

}

.business p{

    color:#666;

    margin-bottom:18px;

}

.btn{

    display:block;

    margin-top:25px;

    text-align:center;

    background:#07C160;

    color:white;

    text-decoration:none;

    padding:12px;

    border-radius:8px;

    font-weight:bold;

}

.btn:hover{

    background:#06ad56;

}

.update{

    text-align:center;

    color:#999;

    font-size:14px;

}

.footer{

    text-align:center;

    color:#999;

    font-size:13px;

}

/* ------------------------------
   网站底部
------------------------------ */

.site-footer{

    margin-top:40px;

    padding:20px 10px;

    text-align:center;

    font-size:13px;

    color:#666;

    line-height:1.8;

}

.site-footer a{

    display:inline-flex;

    align-items:center;

    color:#666;

    text-decoration:none;

    margin:0;

}

.site-footer a:hover{

    color:#1677ff;

}

.gongan{

    gap:4px;

}

.gongan img{

    width:16px;

    height:16px;

    display:inline-block;

    vertical-align:middle;

}