*{margin: 0;padding: 0}
body{
    font-size: 1.5rem;
    background: #bbb!important;
}
.content{
    max-width: 750px;
    position: relative;
    margin: 0 auto;
}
.res_title{
    color: red;
}
#result{
    margin: 0 auto;
    width: 29rem;
    height: 13.5rem;
    overflow: scroll;
}
.tips{
    font-size: 1.3rem;
    text-align: center;
}
.inputBox{
    position: relative;
    margin: 1rem 4rem;
    height: 4rem;
}

input{
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
    padding: 8.5px 16.5px 8.5px 25px;
    background-color: #eee;
    border-radius: 1rem;
}
.logo{
    background: url("/assets/img/logo.png") 50% 70% no-repeat;
    height: 19rem;
    margin: 0 auto;
    background-size: 20rem;
}
.indexBox{
    background: url("/assets/img/bg.png") 0% 50% no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100vh;
}
.inputBox input {
    box-sizing: border-box;
    padding: 1rem 5rem 1rem 2rem;
    width: 100%;
    height: 100%;
    background-color: #efefef;
    border: 0.1rem solid #ccc;
    border-radius: 2rem;
    font-size: 16px;
    color: #000;
}
.inputBox button {
    position: absolute;
    top: 1rem;
    right: 2rem;
    width: 2rem;
    height: 2rem;
    background: url("/assets/img/search.png") no-repeat 50%/100% 100%;
    font-size: 0;
}
dl{
    box-sizing: border-box;
    padding: 1rem;
    border-radius: 1rem;
    background-color: #efefef;
}
dl dt{
    margin-bottom: 0.1rem;
    font-weight: 700;
    color: red;
}
dl dd{
    color: #000;
    line-height: 1.4;
}
.QRcode{
    width: 100%;
    /* position: relative; */
    bottom: 9rem;
    margin: 4rem auto;
    text-align: center;
}
.QRcode .qrText{
    margin: 1rem auto;
}
.QRcode .qrcode {
    width: 100px;
    height: 100px;
}
.QRcode .kaogujiang{
    width: 70%;
}
