﻿@charset "UTF-8";
/* CSS Document */
body,
div,
address,
blockquote,
iframe,
em,
i,
ul,
ol,
dl,
dt,
dd,
li,
dl,
h1,
h2,
h3,
h4,
pre,
table,
caption,
th,
td,
form,
legend,
fieldset,
input,
button,
select,
textarea,
p {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: normal;
}

ol,
ul,
li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

body {
    color: #222;
    background: #fff;
    font-family: arial, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', '宋体', \5b8b\4f53, Tahoma, Arial, Helvetica, STHeiti;
}

html {
    _background: url(about:black) no-repeat fixed;
    font-size: 20px;
}

html, body {
    height: 100%;
}

a {
    color: #000000;
    text-decoration: none;
}

    a:hover {
        color: #BA2636;
        text-decoration: none;
    }

* {
    padding: 0;
    margin: 0;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    display: block;
    overflow: hidden;
}

.clearfix:after,
.clearfix:before {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

.clearfix {
    display: block;
    zoom: 1;
}

* + html .clearfix {
    min-height: 1%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

/* html5兼容IE浏览器 */
header,
section,
footer,
aside,
nav,
main,
article,
figure {
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.none {
    display: none;
}

.SearchBox {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

    .SearchBox > div {
        display: flex;
        width: 100%;
    }

    .SearchBox input {
        margin-bottom: 10px;
    }

.formBox {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
}

.resultBox {
    width: 100%;
    max-width: 600px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

    .resultBox table tr td:first-child {
        width: 30%;
    }
