/*
* @Author: name
* @Date:   2019-10-06 14:12:03
* @Last Modified by:   name
* @Last Modified time: 2019-10-08 09:48:25
*/

*{
    padding:0;
    margin:0 auto;
    text-align: center;
}

body{
    width: 100%;
    height: calc(100vh);
    overflow:hidden;
}
.query{
    padding-top: 10%;
    height: calc(93vh);
    background: url(../img/bg.png) no-repeat;
    background-size: cover;
}

.query_img{
    margin-bottom: 2rem;
}
.query_img img{
    width:25rem;
}
.query_title{
    color:#fff;
    font-size:2rem;
    margin-bottom:2rem;
}
.query_title p:before{
    content:"————";
    color:#fff;
    margin-right: 2%;
}
.query_title p:after{
    content:"————";
    color:#fff;
    margin-left: 2%;
}
.query_input{
    background:url('../img/rpyt/input_bg.png') no-repeat;
    background-size:60%;
    background-position: top;
    padding:10px;
    margin-bottom:2rem;
}
.query_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 50rem;
}
.query_input input{
    height: 30px;
    width: 14rem;
    margin-top: 2.5rem;
}
.query_input .icon{
    position: relative;
    left: 32px;
    top: 5px;
}

// 验证码
.input-val{
    background: #ffffff;
    padding: 0 2%;
    border: none;
    border: 1px solid rgba(0,0,0,.2);
    }
#canvas{
        background: #fcfcfb;
    display: inline-block;
    /* border: 1px solid #ccc; */
    cursor: pointer;
    height: 32px;
    position: relative;
    bottom: -10px;
    left: 79px;
    margin-left: -60px;
    }
.btn{
    width: 100px;
    height: 40px;
    background: rgba(0,0,0,0);
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 20px auto 0;
    display: block;
    font-size: 1.2rem;
    color: #fff;
    cursor: pointer;
    margin-bottom:2rem;
    margin-top:2rem;
}
.query_info{
    color:#fff;
}

@media only screen and (max-width: 1200px){

    .query_input {
    background: url(../img/rpyt/input_bg.png) no-repeat;
    background-size: 74%;
    background-position: top;
    padding: 10px;
    margin-bottom: 2rem;
}
}


@media only screen and (max-width: 768px){
    .query_img img {
    width: 15rem;
}

.query_flex{
    display:block;
    width:20rem;
}
.query_input{
    background:rgba(0,0,0,0);
    background-size:60%;
    background-position: top;
    padding:10px;
    margin-bottom:2rem;
}
.query_title {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 0;
}
.query_info {
    color: #fff;
    width: 300px;
}
}