* {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html,
body {
    width: 100%;
}

.logo {
    width: 350px;
    height: 100px;
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    background: #fff;
    color: #000
}

a {
    color: #586c94;
    text-decoration: none
}

a:hover {
    text-decoration: underline;
    cursor: pointer
}

li, ul {
    list-style: none
}

li {
    display: inline
}

#main, .left, li {
    float: left
}

#side, .right {
    float: right
}

#head {
    height: 45px;
    background: #f5f5f5;
    overflow: hidden;
}

.wrap {
    width: 750pt;
    margin: 0 auto
}

#nav li {
    display: block;
    line-height: 45px
}

#nav li a {
    display: block;
    padding: 0 18px;
    color: #666
}

#nav li a:hover, .list-img li a:hover {
    color: #3eb1f0
}

.area {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.query {
    text-align: center;
    margin-top: 120px;
}

.form {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 60px;
}

.form input {
    width: 530px;
    height: 44px;
    padding-left: 20px;
    border: 1px solid #ccc;
    border-right: 0px;
    font-size: 16px;
    padding-top: 4px;
}

.form button {
    width: 122px;
    height: 44px;
    background: #19b955;
    border: 0px;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
}

.flex {
    display: -webkit-flex;
    display: flex;
}

.form1 {
    margin-bottom: 30px;
}

* {
    -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;
}

.footer {
    text-align: center;
    padding: 20px 0;
}

.result {
    width: 652px;
    justify-content: center;
    margin: 0px auto;
    flex-wrap: wrap;
    margin-bottom: 20px;
    text-align: center;
}

.result img {
    max-width: 180px;
}

.result h2 span {
    font-weight: bold;
    color: #f00;
}

.result h2 {
    color: #000000;
    font-size: 24px;
    margin-top: 15px;
}

.title_line {
    margin: 20px 20px;
    color: #8e8e8e;
    font-size: 14px;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
}

.title_line h3 {
    font-size: 14px;
    margin: 0px 10px;
}


.title_line > span {
    height: 1px;
    width: 80px;
    background-color: #dcdcdc;
}

.line {
    padding: 10px;
    justify-content: space-between;
}

.line span:nth-child(1) {
    font-weight: 600;
    color: #333;
    font-size: 16px;
}

.line:nth-child(odd) {
    background: #F9F9F9;
}

.warning {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    border: .25em solid transparent;
    border-radius: 50%;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-color: #facea8;
    color: #f8bb86;
    text-align: center;
}

.content {
    align-items: center;
    font-size: 3.75em;
}

@media screen and (max-width: 769px) {
    .query {
        margin-top: 30px;
    }

    .wrap {
        width: 100%;
    }

    .form input {
        width: 74%;
        height: 40px;
        padding-left: 20px;
        border: 1px solid #ccc;
        border-right: 0px;
        font-size: 16px;
        padding-top: 4px;
    }

    .form button {
        width: 22%;
        height: 40px;
        background: #19b955;
        border: 0px;
        cursor: pointer;
        color: #fff;
        font-size: 18px;
    }

    .form p {
        width: 96%;
    }

    .form {
        margin-bottom: 20px;
    }

    /*.result li img{width: 50%;}*/
    /*.result li a{font-size: 12px;}*/
    .result {
        width: 96%;
        margin: 0px auto;
        margin-bottom: 20px;
    }

}