* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', 'Microsoft YaHei', sans-serif; }

body { background-color: #f5f7fa; color: #333; line-height: 1.6; }

a { text-decoration: none; }

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 15px; position: relative; }

img { border: 0; max-width: 100%; height: auto; }

.clearfix::before, .clearfix::after { display: table; content: ""; }
.clearfix::after { clear: both; }

/* ===== Header ===== */
#header {
    padding: 17px 0 8px;
    background-color: #f0f0f0;
    border-bottom: 5px solid #eb5706;
}
.toplogo { float: left; height: 80px; }
.toplogo img { float: left; max-height: 70px; width: auto; margin-top: 5px; }
.toptel { float: right; padding-top: 28px; }
.toptel a {
    color: #026d3e;
    font-size: 14px;
    padding: 0 10px;
}
.toptel a + a { border-left: 1px solid #c1c1c1; }

/* ===== Search Hero ===== */
.search {
    padding: 8% 0;
    position: relative;
    overflow: hidden;
    background-color: #4ea1dc;
}
.headerimg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #2a6ea3 0%, #4ea1dc 50%, #6fb7e8 100%);
    z-index: 0;
}
.search .wrap { position: relative; z-index: 1; }

.search h1 {
    text-align: center;
    color: #fff;
    font-size: 52px;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: 8px;
    text-shadow: -1px 2px 3px rgba(0,0,0,.45);
}

.search-form-wrapper { min-height: 90px; margin-top: 10px; }
.search form {
    padding: 13px 18px;
    max-width: 900px;
    margin: 0 auto;
    border-radius: 7px;
    display: flex;
}
.textInput {
    height: 50px;
    padding: 0 16px;
    border-radius: 5px;
    border: none;
    color: #555;
    font: 20px "微软雅黑", sans-serif;
    margin-right: 1%;
    outline: none;
    transition: box-shadow .25s;
}
.textInput:focus { box-shadow: 0 0 7px rgba(0,0,0,.3); }
.checknumber { flex: 1; }

.button {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border: none;
    border-radius: 3px;
    background-color: #026d3e;
    cursor: pointer;
    transition: background-color .25s;
}
.button:hover, .button:focus, .button:active { background-color: #87bd46; }
.button.large { height: 50px; line-height: 50px; }
.search .button { width: 110px; font-size: 24px; font-weight: 400; }

.search p {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    color: #fff;
}
.search p.visible-desktop {
    margin: 20px auto 0;
    max-width: 780px;
    padding: 5px 0;
    background: rgba(79,100,173,.6);
    text-shadow: -1px 2px 3px #000;
}

/* ===== Result ===== */
.search-result {
    padding: 80px 0;
    text-align: center;
    background-color: #f2f2f2;
}
.result-info {
    text-align: center;
    color: #666;
    font-size: 18px;
}
.result-info span { color: #ff0000; font-weight: bold; }

.c_result_title {
    margin-bottom: 30px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #374b75;
}
.result-info table {
    margin: 0 auto;
    max-width: 750px;
    width: 100%;
    font-size: 16px;
    border-collapse: collapse;
}
.result-info table th {
    width: 180px;
    vertical-align: top;
    padding: 10px 20px;
    font-weight: bold;
    color: #666;
    border-bottom: 1px solid #eee;
}
.result-info table td {
    vertical-align: top;
    padding: 10px 20px;
    color: #888;
    border-bottom: 1px solid #eee;
    word-break: break-all;
}
.result-info table th div:first-child { float: left; text-align: left; }
.result-info table th div:last-child { float: right; text-align: right; }
.result-info table td div:first-child { text-align: left; color: #666; font-weight: bold; }
.result-info table td div:last-child { text-align: left; color: #888; font-weight: normal; }

/* ===== Footer ===== */
.copyright {
    font-size: 13px;
    text-align: center;
    padding: 30px 0;
    color: #666;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .search h1 { font-size: 36px; letter-spacing: 4px; padding: 0 20px; }
    .c_result_title { font-size: 28px; }
}
@media (max-width: 576px) {
    .toptel { display: none; }
    .toplogo { height: 60px; }
    .toplogo img { max-height: 50px; }
    .search { padding: 15% 0 8%; }
    .search h1 { font-size: 24px; letter-spacing: 2px; }
    .search form { flex-wrap: wrap; padding: 20px; }
    .textInput, .search .button { width: 100%; max-width: 100%; margin: 0 0 15px 0; }
    .search-result { padding: 40px 0; }
    .result-info table { font-size: 12px; }
    .result-info table th { width: 130px; padding: 8px 10px; }
    .result-info table td { padding: 8px 10px; }
}
