html,body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 华文仿宋;
}
body{
    background-image: url("bg.jpg");
    background-size: cover;
    /*background-position: center center;*/
    /*background-repeat: no-repeat;*/
}
.container{
    width: 400px;
    height: auto;
    margin: 100px auto 0;
}
.container .title{
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: white;
    font-size: 25px;
}
.container .lizhi{
    color: white;
    width: 100%;
    height: 30px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
}
.container .query{
    margin-top: 40px;
    width: 100%;
    /*height: 400px;*/
    background-color: rgba(249,250,252,.8);
    border-radius: 10px;
}
.container .query::after{
    content: "";
    display: table;
    clear: both;
}
.container .query .inp{
    width: 350px;
    height: 45px;
    background-color: white;
    margin: 30px auto 0;
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
}
.container .query::before{
    content: "";
    display: table;
    clear: both;
}

.container .query .inp span{
    display: block;
    width: 45px;
    height: 45px;
    background-image: url("QQ.png");
    background-size: 25px 25px;
    background-position: center center;
    background-repeat: no-repeat;
}
.container .query .inp input{
    width: 305px;
    /*height: 100%;*/
    box-sizing: border-box;
    border: none;
    line-height: 45px;
    padding-left: 10px;
    font-size: 16px;
}
.container .query .btn{
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.container .query .btn button{
    display: block;
    width: 120px;
    height: 50px;
    margin:  0 auto;
    background-color: #5D71E2;
    text-align: center;
    line-height: 50px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    color: white;
    font-family: 华文仿宋;
    cursor: pointer;
}
.container .query .xinxi{
    width: 350px;
    height: 200px;
    margin: 30px auto 30px;
}
.container .query .xinxi p{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-family: 华文仿宋;
    margin-top: 20px;
}