html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    -moz-min-width: 320px;
    -ms-min-width: 320px;
    -o-min-width: 320px;
    -webkit-min-width: 320px;
    min-width: 320px;
    font-family: Microsoft Yahei,arial;
}

* {
    margin: 0;
    word-wrap: break-word;
    -moz-word-break: normal;
    -o-word-break: normal;
    word-break: normal;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -40px;
}

a {
    color: #1e0fbe;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #609;
}

img {
    border: none;
}

#search:hover {
    border-color: #c0c0c0 !important;
}

#search:focus {
    border-color: #4d90fe !important;
}

#center-box-wrapper {
    width: 659px;
    padding: 0;
    vertical-align: middle;
    display: table-cell;
    margin: 0;
}

#center-box {
    margin: 0 auto;
    text-align: center;
}

#first-content {
    width: 100%;
    height: 80%;
    padding: 0;
    display: table;
    position: absolute;
    top: 30px;
    left: 0;
    margin: 0;
}

#center-logo {
    text-align: center;
    position: relative;
    margin-bottom: 60px;
    color: #2c58ee;
    font-size: 55px;
    font-weight: bold;
}

#center-logo img {
    width: 22%;
    -moz-min-width: 170px;
    -ms-min-width: 170px;
    -o-min-width: 170px;
    -webkit-min-width: 170px;
    min-width: 170px;
}

button.blue, a.blue, input[type=submit].blue {
    width: 80px;
    height: 42px;
    color: white;
    letter-spacing: 1px;
    background: #3385ff;
    border-bottom: 1px solid #2d78f4;
    outline: medium;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    font-size: 14px;
    padding: 0;
    border: 0;
    cursor: pointer;
    margin-left: 5px;
    vertical-align:center;
}

input[type=submit].blue:hover {
    background: #317ef3;
    -webkit-box-shadow: 1px 1px 1px #ccc;
    -ms-box-shadow: 1px 1px 1px #ccc;
    box-shadow: 1px 1px 1px #ccc;
}

input[type=submit].blue:active {
    background: #3075dc;
    -ms-box-shadow: inset 1px 1px 3px #2964bb;
    -webkit-box-shadow: inset 1px 1px 3px #2964bb;
    -moz-box-shadow: inset 1px 1px 3px #2964bb;
    -o-box-shadow: inset 1px 1px 3px #2964bb;
    box-shadow: inset 1px 1px 3px #2964bb;
}

#content {
    padding: 15px 0 0;
}

#search-info {
    color: #999;
    font-size: 13px;
    padding: 10px 0 10px 0;
}

#search-box {
    position: relative;
}

#search-box #search {
    border: 1px solid #dadada;
    margin: 5px;
    height: 32px;
    width: 420px;
    font: 20px 'arial';
    background-color: white;
    outline: none;
    vertical-align: top;
}

.footer {
    height: 39px;
    width: 100%;
    background: #f2f2f2;
    border-top: 1px solid #e4e4e4;
    font-size: small;
    line-height: 39px;
    color: #666;
    text-align: center;
}

.footer a {
    color: #666 !important;
}


.span_navi {
    position: absolute;
    top: 82%;
    right: 20px;
}
.btn_navi, .btn_navi a {
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 58px;
    z-index: 10;
    background-color: rgb(100,100,100);
    opacity: 0;
    filter: alpha(opacity=0);
}
.btn_navi a:hover{cursor: pointer;}
.chrome {top: 0px;left: 108px;}
.ie {top: 0px;left: 150px;}