@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

/* 统一老式浏览器HTML5显示 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1.2;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: none;
    vertical-align: top;
    max-width: 100%;
}

/* 清除a标签中图片边框 */
input, button, textarea {
    vertical-align: middle;
    font: inherit;
    font-family: inherit;
    display: inline-block;
}

button, label, a {
    cursor: pointer;
}

button {
    font-family: 'Microsoft YaHei';
}

/* H1 - H6 */
h1 {
    margin-top: 8px;
    line-height: 1.2;
    margin-bottom: 4px;
    font-size: 36px;
}

h2 {
    margin-top: 8px;
    line-height: 1.2;
    margin-bottom: 4px;
    font-size: 30px;
}

h3 {
    margin-top: 8px;
    line-height: 1.2;
    margin-bottom: 4px;
    font-size: 25px;
}

h4 {
    margin-top: 8px;
    line-height: 1.2;
    margin-bottom: 4px;
    font-size: 20px;
}

h5 {
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 4px;
    font-size: 15px;
}

h6 {
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 4px;
    font-size: 11px;
}

/* 列表 */
ul {
    margin-left: 25px;
}

ul li {
    list-style: disc;
}

ul li ul li {
    list-style: circle;
    margin-left: 5px;
}

ol {
    margin-left: 25px;
}

ol li {
    list-style-type: decimal;
}

ol li ol li {
    list-style-type: lower-alpha;
    margin-left: 5px;
}

dl dt {
    font-weight: bold;
}

table {
    border: 1px solid #DDD;
}

td {
    padding: 5px;
    border: 1px solid #DDD;
}

hr {
    width: 100%;
    border: none;
    border-bottom: 1px solid #CCC;
    margin-top: 12px;
    margin-bottom: 12px;
}

:focus {
    outline: 0;
}

/*清除链接虚线边框*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    border: none;
    font-family: Verdana, Arial, 'Microsoft YaHei';
    *font-family: 'Microsoft YaHei';
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.clearlist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearlist li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.bg {
    background: url(../images/bg.jpg) no-repeat center top;
    background-size: cover;
    height: 100vh;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

.title {
    text-align: center;
    padding-top: 40px;
    position: relative;
    z-index: 2;
}

.title img {
    height: 35px;
}

.formbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 20px 0;
    position: relative;
    z-index: 2;
}

.formbox .inputbox {
    height: 33px;
    margin-right: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    color: #0b4b20;
    background: #f7fcf8;
    background-clip: padding-box;
    border: 10px solid transparent;
    -o-border-image: url(../images/bg_input.png) 20 20 stretch;
    border-image: url(../images/bg_input.png) 20 20 stretch;
}

.formbox .inputbox .cont {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.formbox .inputbox input, .formbox .inputbox select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    width: 100%;
    text-align: right;
    font-size: 14px;
    color: #0b4b20;
}

.formbox .inputbox .arr {
    width: 8px;
    margin-left: 5px;
}

.formbox .btn {
    width: 50px;
    height: 33px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    background: url(../images/bg_search.png) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.result {
    margin: 30px 15px 15px;
    background: #f7fcf8;
    background-clip: padding-box;
    border: 15px solid transparent;
    -o-border-image: url(../images/bg_result.png) 30 30 stretch;
    border-image: url(../images/bg_result.png) 30 30 stretch;
    position: relative;
    padding-top: 15px;
    z-index: 2;
}

.result .hd {
    width: 138px;
    height: 31px;
    background: url(../images/result.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: -27px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
.result .bd{display: flex;align-items: flex-start;}
.result .bd .tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
}

.result .bd .tr .td {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bold;
    color: #073115;
    padding-left: 10px;
}

.result .bd .list {
    flex:1;
    margin: 5px -3px 0;
}

.result .bd .list .item {
    margin: 3px;
    height: 34px;
    background: -webkit-gradient(linear, left top, right top, from(#d4eae3), to(#eaf7f3));
    background: linear-gradient(to right, #d4eae3, #eaf7f3);
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #073115;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
}

.result .bd .list .item .name {
    font-weight: bold;
    margin-right: 5px;
    font-size: 12px;
}

.result .bd .list .item .desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 10px;
}
